Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 724655
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T06:14:51+00:00 2026-05-14T06:14:51+00:00

How is application pool implemented in IIS? Is each application pool equivalent to a

  • 0

How is application pool implemented in IIS?

  1. Is each application pool equivalent to a .Net AppDomain?
  2. Or it is a equivalent to a .Net process?
  3. How is Application pool related to IIS w3wp.exe?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T06:14:51+00:00Added an answer on May 14, 2026 at 6:14 am

    1 . Is each application pool equivalent to a .Net AppDomain?

    No, an application pool may have several AppDomains. Each AppDomain represents a single running ASP.NET Application. Many ASP.NET Applications may belong to a single Application Pool.

    2 . Or it is a equivalent to a .Net process?

    Not quite. See below.

    3 . How is Application pool related to IIS w3wp.exe?

    An application pool represents a limited number of worker processes that may host a potentially larger number of applications. This is similar to how a SQL Connection Pool shares a limited number of connections among an arbitrary number of requests.

    By default, an Application Pool gets one Worker Process (w3wp.exe), and it’s usually best to leave this setting alone unless you know what you’re doing. Still, an Application Pool can be configured to use any number of processes.

    The Worker Process is actually the resource that’s being pooled here, not the AppDomain. There will always be the same number of AppDomains as there are ASP.NET Applications (unless one is in the middle of shutting down, or an application creates its own AppDomains), but the number of Worker Processes is independent; an Application Pool gives you a specific number of Worker Processes to handle requests for a specific number of AppDomains.

    A setting of 1 (the default) for the number of worker processes in an App Pool means that all Applications/AppDomains in the pool share the same worker process.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What happens when an application pool is recycled in IIS 7? Does IIS abruptly
How do you set the IIS application pool that a LightSwitch application is deployed
I have the following situation: multiple virtual directories under same application pool in IIS
I'm in the need of monitoring IIs (v6) events. More specifically the application pool
how to get the application pool name for a specific website IIS 6 programmatic
Description: On a C# ASP.Net web application, we have implemented some timers to periodically
Under windows server 2008 64bit, IIS 7.0 and .NET 4.0 if an ASP.NET application
I have a UDP based application that is implemented using a thread pool. Messages
Is it possible to change the Passenger application pool size at runtime? Ie, without
The current application that I'm working on seems to recycle the application pool very

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.