I was wondering if there were any advantages to having multiple instances of the same application within one application pool. So for example, I have a website that makes sandwiches and within that web app I have subordinate apps that, make bread, slice meat, add condiments, assemble, etc. I actually have several of these websites running. Five of these web apps run in one pool while another five run in another pool. What I am wondering is are there any benefits to compartmentalizing this situation in a different way. For example, instead of having the entirety of the application in a pool, what if I had all the slice meat apps in one pool, the condiment in another, etc. Would resource utilization be more efficient in this scenario?
Poor explanation but I hope you get the idea. Thanks for entertaining the question and I look forward to your responses.