Hacker News new | ask | show | jobs
by stevensanderson 5353 days ago
IIS isn't blocking any of its threads once it's handed a request off to Node.js. IIS receives the incoming connection and proxies it via a named pipe into the Node.exe process, so the performance and capacity is much the same as if the requests went directly to Node.
1 comments

Thanks for the reply. It's interesting to so how MS is trying to involve themselves in public, interesting research.