web garden parameter affects on aspnet_wp process

G

Guest

We've recently set the web garden value to True, on a two processor system, and have noticed that since that change we now have two aspnet_wp processes running. Is that because we are now taking advantage of both processors? If we add this parameter setting to a 4 processor system will we see 4 aspnet_wp processes? I'm asking because during some of your deployments, we need to recycle the aspnet_wp process and will need to update the documentation to reflect why there are multiple of these processes now.
 
A

Alvin Bruney

Yes, a webgarden causes aspnet worker processes to run on each processor.
Please read this to understand the implications of this model on your
architecture [watch for line wrap]
http://samples.gotdotnet.com/quickstart/aspplus/doc/procmodel.aspx#webgarden

--
Regards,
Alvin Bruney
Got tidbits? Get it here...
http://tinyurl.com/2bz4t
Jim said:
We've recently set the web garden value to True, on a two processor
system, and have noticed that since that change we now have two aspnet_wp
processes running. Is that because we are now taking advantage of both
processors? If we add this parameter setting to a 4 processor system will
we see 4 aspnet_wp processes? I'm asking because during some of your
deployments, we need to recycle the aspnet_wp process and will need to
update the documentation to reflect why there are multiple of these
processes now.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top