What is an IIS application pool?

后端 未结 15 1662
轻奢々
轻奢々 2020-12-02 04:26

What exactly is an application pool? What is its purpose?

15条回答
  •  遥遥无期
    2020-12-02 04:58

    Basically, an application pool is a way to create compartments in a web server through process boundaries, and route sets of URLs to each of these compartments. See more info here: http://technet.microsoft.com/en-us/library/cc735247(WS.10).aspx

提交回复
热议问题