Application Pooling Setting

Ninnad Jagtap

Active member
Joined
Apr 12, 2005
Messages
35
Programming Experience
Beginner
I am working on Windows 2003 Server and have IIS 6.0 where I can set application pooling for my application(s) .
In case if I have set up teh Maximum Number Of Worker Threads property of Performance tab to 20 or 30 and my apllication is accessed by the same number of users or more then how can I check out the number of active worker processes at a given time.
also how does the above seting affects the performance of the application in terms of chache , postback and redirect operations.
 
Back
Top