Visit the
Groups blog for the latest Yahoo! Groups information
Home
Activity within 7 days:
(No Activity)
Description
This group exists to support the use of the .NET Power Threading Library produced by Jeffrey Richter/Wintellect.
The Library, documentation, sample code, and license agreement can be downloaded from http://Wintellect.com/PowerThreading.aspx.
More information about the library's classes can be found via Jeffrey Richter's Concurrent Affairs column in MSDN magazine: http://msdn.microsoft.com/en-us/magazine/cc501041.aspx
A video demonstrating my AsyncEnumerator can be found here: http://blogs.msdn.com/charlie/archive/2008/12/03/jeff-richter-video-on-asynchronous-programming-and-his-power-threading-library.aspx
A Microsoft geekSpeak event demonstrating the Silverlight version of my AsyncEnumerator and its debug features can be found here: http://channel9.msdn.com/shows/geekSpeak/geekSpeak-recording-The-PowerThreading-Library-for-Silverlight-with-Jeffrey-Richter/.
The exception is being thrown from with9in an EndXxx method. You just have to put the EndXxx method in a try block and then you can catch the SocketException.
I'm playing around with the TcpServer example, and discovered that if the client terminated unexpectedly, TcpServer throw an exception inside Process() method
The AsyncEnumerator never creates or spawns any thread on its own. I have not had to do what you are trying to do but what ever you would normally do should
I'am using AsyncEnumerator to marshall calls into code paths that ultimately touch COM components, Wndows Imaging Components (WIC) to be exact. Calls to COM
Hi Jeffrey, your proposal looks interesting. On Wed, Oct 21, 2009 at 17:48, Jeffrey Richter (Wintellect LLC) ... From top of my head, what about some time