Multiple Application Pools

G

Guest

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!!
 
J

Juan T. Llibre

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 ?
 
J

Juan T. Llibre

Thanks, Chris, for pointing out that very special circumstance.
I assumed, as I suspect the situation is, that he's got only one server.
 
D

David R. Longnecker

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/pr...e2c-a58b-4770-833b-df96cabe569e.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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top