473,382 Members | 1,376 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Multiple Application Pools

Hello All,

IIS 6.0 - I have an application which resides in its own application pool.
Does anyone know if we can create multiple application pools for the same
application?

If we can create multiple application pools to serve a single application's
request will it improve the performance?

Thanks for your suggestions!!
Oct 19 '06 #1
4 3745
re:
If we can create multiple application pools to serve a single application's
request will it improve the performance?
No. An application can only run under one process.

How did you think performance would be improved ?

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Diffident" <Di*******@discussions.microsoft.comwrote in message
news:99**********************************@microsof t.com...
Hello All,

IIS 6.0 - I have an application which resides in its own application pool.
Does anyone know if we can create multiple application pools for the same
application?

If we can create multiple application pools to serve a single application's
request will it improve the performance?

Thanks for your suggestions!!

Oct 19 '06 #2
You can, but they need to be on different servers :)
Check out these articles about creating a load-balanced web farm for
your application:

http://support.microsoft.com/kb/815162/en-us
http://www.west-wind.com/presentatio...indows2003.asp

--
Chris Fulstow
MCP, MCTS
http://chrisfulstow.blogspot.com/
Diffident wrote:
Hello All,

IIS 6.0 - I have an application which resides in its own application pool.
Does anyone know if we can create multiple application pools for the same
application?

If we can create multiple application pools to serve a single application's
request will it improve the performance?

Thanks for your suggestions!!
Oct 19 '06 #3
Thanks, Chris, for pointing out that very special circumstance.
I assumed, as I suspect the situation is, that he's got only one server.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Chris Fulstow" <ch**********@hotmail.comwrote in message
news:11**********************@m73g2000cwd.googlegr oups.com...
You can, but they need to be on different servers :)
Check out these articles about creating a load-balanced web farm for
your application:

http://support.microsoft.com/kb/815162/en-us
http://www.west-wind.com/presentatio...indows2003.asp

--
Chris Fulstow
MCP, MCTS
http://chrisfulstow.blogspot.com/
Diffident wrote:
>Hello All,

IIS 6.0 - I have an application which resides in its own application pool.
Does anyone know if we can create multiple application pools for the same
application?

If we can create multiple application pools to serve a single application's
request will it improve the performance?

Thanks for your suggestions!!

Oct 19 '06 #4
You can using Web gardens; however, inspite of the MSFT documentation, I've
tried it and never saw a performance gain (or perhaps never hit the required
load to experience the need).

--

From MSFT TechNet:

Configuring Web Gardens with IIS 6.0 (IIS 6.0)

Important

This feature of IIS 6.0 is available only when IIS is running in worker process
isolation mode.

In IIS 6.0 worker process isolation mode, application pools enhance Web site
or application reliability by isolating applications and the worker processes
that service those applications. For even greater reliability, you can configure
an application pool to be supported by multiple worker processes. An application
pool that uses more than one worker process is called a Web garden. The worker
processes in a Web garden share the requests that arrive for that particular
application pool. If a worker process fails, another worker process can continue
to process requests.

Note

Web gardens are different from Web farms. A Web garden is configured on a
single server by specifying multiple worker processes for an application
pool. Web farms use multiple servers for a Web site.

Source: http://www.microsoft.com/technet/pro....mspx?mfr=true
--

To configure:

Properties of the application pool >
Performance tab >
Web garden section, change the maximum number of worker processes from 1
to your desired #.

-dl
--
David Longnecker
Web Developer
http://blog.tiredstudent.com
re:
>If we can create multiple application pools to serve a single
application's request will it improve the performance?
No. An application can only run under one process.

How did you think performance would be improved ?

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Diffident" <Di*******@discussions.microsoft.comwrote in message
news:99**********************************@microsof t.com...
>Hello All,

IIS 6.0 - I have an application which resides in its own application
pool. Does anyone know if we can create multiple application pools
for the same application?

If we can create multiple application pools to serve a single
application's request will it improve the performance?

Thanks for your suggestions!!

Oct 19 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Abhishek Srivastava | last post by:
Hello All, In IIS 6.0 We have a concept of worker processes and application pools. As I understand it, we can have multiple worker process per appliction pool. Each worker process is dedicated...
5
by: BPearson | last post by:
Hello I would like to have several sites share a single web.config file. To accomplish this, I would point the root of these sites to the same folder. Is there any reason why I might not want to...
2
by: John Holmes | last post by:
I've got a test webserver setup on our intranet on the same domain that I and other developers are on. We create and edit our web projects from that location. If one person is running their project...
1
by: dreamlinetheater | last post by:
I have several sites running on Windows 2003 Server in true IIS 6 mode with Application pools. One site has about 9 Virtual Directories in it that are all configured to run as applications. Each...
21
by: Chris | last post by:
I'm trying to get an existing VS.NET project up on my Win2003 server and I get the following error (on the actual website page): "It is an error to use a section registered as...
3
by: Henrik Dahl | last post by:
Hello! From default, the ASPNET user is giving the process identity for the ASP.NET runtime environment of IIS, however it's possible to change the user by modifying the <processModel> element...
6
by: M Craig | last post by:
I'm trying to write a custom installation engine to plug into our existing build system. Some things I'm trying to do are, Create/Delete/Start/Stop Application Pools, Web Sites, and Virtual...
0
by: Wayne Sepega | last post by:
We have a website with multiple web applications, most of the applications have their own apppools. When a user logs into the site we put some information in their session, but due to different...
13
by: Kevin Liebowicz | last post by:
Yes, I wasted the past two days trying to fix this. Yes, this is on a Win2003 Server. Yes, this machine is a domain controller. Yes, I seen the dozens of KB articles like this one:...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.