G
Guest
Hi,
In ASP.NET applications, the .NET framework maintains a thread pool to
process user requests by default this value is 25.
1) Whether this pool is managed by IIS? If we increase the size to 30 what
impact it will cause on IIS?
2) Suppose if I create three threads from my ASP.NET application and whether
these three threads invoke three threads in IIS?
My major concern is creating a custom thread pool a step before the .NET
framework thread pool to handle asynchronous calls where the processing time
is not known is a good idea or not?
Please suggest...
Thanks,
Abhishek
In ASP.NET applications, the .NET framework maintains a thread pool to
process user requests by default this value is 25.
1) Whether this pool is managed by IIS? If we increase the size to 30 what
impact it will cause on IIS?
2) Suppose if I create three threads from my ASP.NET application and whether
these three threads invoke three threads in IIS?
My major concern is creating a custom thread pool a step before the .NET
framework thread pool to handle asynchronous calls where the processing time
is not known is a good idea or not?
Please suggest...
Thanks,
Abhishek