简体   繁体   中英

how http.sys sends the request to the worker process?

I heard that the http.sys will act as the forwarder of the request to the worker process... the question is
how it will send the request to worker process?
if it is through the network then how it will send the request through the network?

You can share socket between application by calling WSADuplicateSocket function. You can read it in detail.

So once http.sys accepts a connection, it then calls this or equivalent of this API to transfer socket to your worker process.

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