C
Chris Marsh
All
I have been discussing the use of asynchronous ASP .NET pages with a
colleague. His justification for their use is that threads from the IIS
thread pool can be freed up by offloading expensive operations to threads
outside this thread pool. However, I'm having trouble understanding why this
has any benefits not to be gained from simply increasing the size of the IIS
thread pool. Can anyone explain the performance benefit to be gained from
asynchronous ASP .NET pages, please?
Thanks a lot!
I have been discussing the use of asynchronous ASP .NET pages with a
colleague. His justification for their use is that threads from the IIS
thread pool can be freed up by offloading expensive operations to threads
outside this thread pool. However, I'm having trouble understanding why this
has any benefits not to be gained from simply increasing the size of the IIS
thread pool. Can anyone explain the performance benefit to be gained from
asynchronous ASP .NET pages, please?
Thanks a lot!