One of the cooler things I’ve read about lately is Async Pages in ASP.NET 2.0. The idea is that if you have long running IO bound tasks such as third party web service calls or database queries, the worker thread pool cannot reuse the thread running the IO bound task, so faster running tasks cannot […]
Entries Tagged as 'C# Threading'
Async Pages in ASP.NET
February 19th, 2007 · No Comments
Tags: C# Threading