简体   繁体   中英

application pool vs application domain vs worker process

Can anyone clarify whether the below assumptions are correct?

  1. One web-server can have multiple application pool
  2. One application pool can have multiple application domain.
  3. Each Application domain maps to one worker process. (not in web garden)
  4. One worker process can maps to multiple application domain.
  5. Each worker process, can have multiple threads per request.
  1. One web-server can have multiple application pool (Correct)
  2. One application pool can have multiple application domain. (Correct)
  3. Each Application domain maps to one worker process. (not in web garden)
  4. One worker process can maps to multiple application domain.
    (3 & 4 - not in web garden, every App Domin inside an App Pool shares same worker process.)
  5. Each worker process, can have multiple threads per request. (Correct)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM