Is there any logic in setting the number of maximum number of worker processes to more than 1, in a setup where there is few ASP.NET websites hosted on one server, and a call to one website issues a call to another server (outside the farm) which in turn calls another web-site on the server (and once a result is return from the 2nd site to the external server , the last returns the 1st server call and everyone is happy...)
it usually works well (with 1 set at web-garden), but sometimes, the outside server gets a 503 error from the 2nd site (Service unavailable) which I don't know where to tie it....
will it do any good ?
(this is semi server-fault question , but I'm looking from the development perspective).
I saw the warning Here So I need to understand how this setting might effect the sites I run on this server.
I've checked http.sys error log and found nothing.