Hi Scotter,
Increasing worker process number more than 1 means enable the Web
Garden feature in IIS6. It can improve reliability and performance in
some cases but will cause something like in-process session lost. So
if you ASP sites need to use session state, you shouldn't increase
the process number. The following page talks about Web Garden's
benefit and impact:
Configuring Web Gardens
http://www.microsoft.com/resources/documentation/IIS/6/all/techref/en-
us/IISRG_WAS_31.mspx
When Web Garden feature hasn't been enabled(process number = 1),
every application pool corresponds to 1 w3wp.exe worker process,
which means if you separate the 14 ASP sites into 14 AppPools and all
of them are running currently, you will see 14 w3wp.exe instances in
task manager.
Best regards,
WenJun Zhang
Microsoft Online Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
Get Secure! -
www.microsoft.com/security