Hi,
Let us consider there are many applications in an application pool, if one get affected in an application pool will the other applications affect or not. Please reply me. Thanks in advance.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Saineshwar BageriPosted Mar 16, 2015, 12:40 AM
Jignesh TrivediPosted Mar 16, 2015, 12:39 AM
Hi,
This is depending on what is happening with application...
if your code recycle the application pool then all application within these pool are affected.
but it is good choice to create different application pool for different application
hope this will help you.
Gowri APosted Mar 16, 2015, 12:38 AM
Saineshwar BageriPosted Mar 16, 2015, 12:26 AM
Application pools are used to separate sets of IIS worker processes that share the same configuration and application boundaries. Application pools used to isolate our web application for better security, reliability, and availability and performance and keep running with out impacting each other . The worker process serves as the process boundary that separates each application pool so that when one worker process or application is having an issue or recycles, other applications or worker processes are not affected.
One Application Pool can have multiple worker process Also.
Main Point to Remember:
1. Isolation of Different Web Application
2. Individual worker process for different web application
3. More reliably web application
4. Better Performance
Gowri APosted Mar 16, 2015, 12:24 AM
Saineshwar BageriPosted Mar 16, 2015, 12:20 AM