Board index » Web Programming » too many Application Pools?

too many Application Pools?

Web Programming279
All,



I have a co-worker who is setting up an application pool on IIS 6.0 for

EVERY website on all of our servers. WE have about 10 websites per IIS 6.0

servers.



Is this overkill? How many Application Pools are too much? Downsides to

doing this?



Thank you for your time.



Jack B


-
 

Re:too many Application Pools?

Hi Jack,

ten websites is nothing. Depending on the load, iis can handle up to many

hundred websites.



But, if you get problems, will say, web pages will be shown with a delay

that hurts, or will abort completely, then you shold read at

www.kleinurl.de/?e3zmgd59">www.kleinurl.de/?e3zmgd59

or at general at

www.kleinurl.de/?fom8bt0q">www.kleinurl.de/?fom8bt0q

or at

www.kleinurl.de/?n8k0zpje">www.kleinurl.de/?n8k0zpje



greetings from germany

Chris



-

Re:too many Application Pools?

"None" <none@yaho.com>wrote in message

Quote
All,



I have a co-worker who is setting up an application pool on IIS 6.0 for

EVERY website on all of our servers. WE have about 10 websites per IIS 6.0

servers.



Is this overkill? How many Application Pools are too much? Downsides to

doing this?



See the IIS Resource Kit sections on performance and scalability.

http://www.microsoft.com/downloads/details.aspx?FamilyID" rel="nofollow" target="_blank">www.microsoft.com/downloads/details.aspx=80A1B6E6-829E-49B7-8C02-333D9C148E69&displaylang=en



--

Tom Kaminski IIS MVP

www.microsoft.com/windowsserver2003/community/centers/iis/">www.microsoft.com/windowsserver2003/community/centers/iis/

mvp.support.microsoft.com/">mvp.support.microsoft.com/

www.iistoolshed.com/">www.iistoolshed.com/ - tools, scripts, and utilities for running IIS





-

Re:too many Application Pools?

Hi,



In addition to Tom's response.



Each application pool will consume resources, so i suppose that is the

disadvantage. You should however compare this to the advantages of

application pools.



10 application pools on a server is however not in any way overkill. One

application pool per website is not strange at all, instead it is a quite

good configuration (of course this depends on the website(s) and its web

applications).



You have too many application pools when the server is running short on

resources because the application pools consume too much resources.





--

Regards,

Kristofer Gafvert (IIS MVP)

www.gafvert.info/iis/">www.gafvert.info/iis/ - IIS Related Info





None wrote:



Quote
All,



I have a co-worker who is setting up an application pool on IIS 6.0 for

EVERY website on all of our servers. WE have about 10 websites per IIS 6.0

servers.



Is this overkill? How many Application Pools are too much? Downsides to

doing this?



Thank you for your time.



Jack B

-

Re:too many Application Pools?

Thoughts on provisioning:

blogs.msdn.com/david.wang/archive/2005/09/01/HOWTO_Provision_ASP_dotNet_AppDomains_and_IIS6_Application_Pools.aspx">blogs.msdn.com/david.wang/archive/2005/09/01/HOWTO_Provision_ASP_dotNet_AppDomains_and_IIS6_Application_Pools.aspx



In general, one cannot comment on whether 10 application pools is an

overkill without also knowing:

1. How much physical RAM is on the server

2. The amount of RAM used by each application at steady-state



It is possible for two Application Pools to be overkill. It is also possible

for 2000 Application Pools to be overkill. All depends on the physical

hardware and the application resource requirements...



--

//David

IIS

blogs.msdn.com/David.Wang">blogs.msdn.com/David.Wang

This posting is provided "AS IS" with no warranties, and confers no rights.

//

"None" <none@yaho.com>wrote in message

All,



I have a co-worker who is setting up an application pool on IIS 6.0 for

EVERY website on all of our servers. WE have about 10 websites per IIS 6.0

servers.



Is this overkill? How many Application Pools are too much? Downsides to

doing this?



Thank you for your time.



Jack B







-