Hi,
I'm currently working on a project where we are seeing some delay in the creation of new threads for a large ASP.net site. (perfmon stats with a load test of 150+ users )
Everytime the queued-requests go up, more threads are created, however this process has impact on the performance as requests are already queued and this process isn't instand.
Is there a setting in IIS6 that will create a minimal set of threads, which will always be active for a particular WP ? Or is this always a dynamic process ?
Thanks in advance.