Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>By increasing the Maximum Worker Processes over 1 you're creating a Web Garden. So the short answer is: likely no... unless:</p> <p>To quote <a href="http://yuppieredneck.com/" rel="nofollow noreferrer">Chris Adams</a> an ex IIS PM's article <a href="https://blogs.iis.net/chrisad/archive/2006/07/14/1342059.aspx" rel="nofollow noreferrer">I have flowers... should I get a Web Garden?</a>: </p> <blockquote> <p>Web gardens was designed for one single reason – Offering applications that are not CPU-bound but execute long running requests the ability to scale and not use up all threads available in the worker process.<br> The examples might be things like -<br> Applications that make long running database requests (e.g. high computational database transaction)<br> Applications that have threads occupied by long-running synchronous and network intensive transactions<br> The question that you must ask yourself -<br> What is the current CPU usage of the server?<br> What is the application’s threads executing and what type of requests are they?<br> Based on the criteria above, you should understand better when to use Web Gardens. Web Gardens, in the metabase, equals the MaxProcesses metabase property if you are not using the User Interface to configure this feature.<br> cscript adsutil.vbs set w3svc/apppools/defaultapppool/maxprocesses 4<br> I hope that I get some mileage out of having this blog and more importantly I hope it helps you understand this better… </p> </blockquote> <p>You may want to look at "What is Web Garden?" from <a href="https://www.codeproject.com/KB/aspnet/IIS7ASPNet.aspx" rel="nofollow noreferrer">Deploying ASP.NET Websites on IIS 7.0 [codeproject.com]</a> which says:</p> <blockquote> <p>By default each Application Pool runs with a Single Worker Process (W3Wp.exe). We can assign multiple Worker Processes With a Single Application Pool. An Application Pool with multiple Worker process is called "Web Gardens". Many worker processes with the same Application Pool can sometimes provide better throughput performance and application response time. And each worker process should have their own Thread and Own Memory space.</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload