I am configuring a web garden in IIS server.
I know that the web garden will have more than once worker process for a application pool, which mean that extra w3wp.exe can get created for one web application once it's number of requests exceeds the limit. (Please correct me if i am wrong)
From the above case , is there a possibility for one request is being processed by more than one w3wp.exe ?
and also need clarity on whether two w3wp.exe will be created for single application? or two w3wp.exe will share the applications in an app pool.