Overthinking AutoResetEvent in an HttpHandler
Posted by: Rick Strahls WebLog,
on 20 Apr 2007 |
View original | Bookmarked: 0 time(s)
I'm an idiot! I spend almost the entire screwing around with some multi-threading code that was locking up on occasion. As everyone knows debugging multi-threaded code - running inside of ASP.NET no less - is no trivial matter to work with and debug. So I'm rebuilding the West Wind Web Connection ISAPI extension an HttpHandler and a few HttpModules. The component is basically an application service that manages COM servers using a custom pool in order to pass messages to an existing application interface....