IIS thread pool and ASP

Source: Internet
Author: User
Tags net thread

Original address: http://www.cnblogs.com/dudu/p/3762672.html

1. IIS thread pool W3 thread pool (W3TP)

When HTTP. sys in kernel mode receives a request from a user, the request is placed in the queue. How does the w3wp process in user mode remove requests from the kernel-mode queue? The I/O completion port (IOCP,I/O completion port) shines. There are programs in w3wp that specialize in this W3TP+W3DT (DT may refer to data transfer), which can be captured by the Process Explorer.

2.. NET thread pool

When the request is W3TP through W3DT from the HTTP. SYS queue, the next work is forwarded to ASP. NET, and another thread pool is in the ——. of the Nets thread pool.

Resources

Dissection of an ASP. 2.0 Request Processing Flow

IIS thread pool and ASP

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.