memory usage accumulating continually over time
-
hi i have got Below Error When i down load file from any site and my Application is Continue Debug More time then I got following Error . if any one has solution then please help me. "may even lead to the application becoming non responsive or memory usage accumulating continually over time. To avoid this problem, all single threaded apartment (STA) threads should use pumping wait primitives (such as CoWaitForMultipleHandles) and routinely pump messages during running operations." :) thank in Advance saniya k v
-
hi i have got Below Error When i down load file from any site and my Application is Continue Debug More time then I got following Error . if any one has solution then please help me. "may even lead to the application becoming non responsive or memory usage accumulating continually over time. To avoid this problem, all single threaded apartment (STA) threads should use pumping wait primitives (such as CoWaitForMultipleHandles) and routinely pump messages during running operations." :) thank in Advance saniya k v
-
Download the file in a separate thread. If you do it in the main thread, it won't be able to respond to any events while the download is going on, which will make your application look like it's stuck.
--- single minded; short sighted; long gone;