How to use the IHttpAsyncHandler in ASP.NET(blog.madskristensen.dk)
submitted by
crpietschmann(11.3k) 3 years, 10 months ago
Basically, the IHttpAsyncHandler interface allows you to serve content asynchronously from a HTTP handler. This is great when you need to free up the worker thread to do processing like IO work etc. ASP.NET actually uses fewer threads when it runs asynchronously, which is great for performance and scalability. That’s because each thread is returned much faster to the thread pool.
|category: ASP.NET
|Views: 195
tags:
IHttpAsyncHandler httphandler ASP.NET another
Everyones tags:
Your Tags: