I am confused about the worker process. Consider if i have five web applications deployed on IIS.
And all the five web applications are handling requests from different system. Now will there be only five w3wp.exe process or is there a chance for one w3wp.exe process to handle more than one web applications ?
I guess two w3wp.exe process can share the requests of single web application.. but will the web applications share a single w3wp.exe ?
-Rahul