How are threads tied to requests through Http.sys, IIS and ASP.NET
I’m currently reading a lot about node.js. There is a frequent comparison between servers using a traditional thread per request model (Apache), and servers that use an event loop (Nginx, node, Tornado).