I think it would be cool to see something similar from MS about IIS and .Net which have used thread pools for some time, though only relatively recently has asynchronous development taken hold at the application level (beyond lifecycle events)...
In practice, I've seen plenty of errant bugs because of race conditions in sites that start to come under heavy load. I wish more people would take the time to understand how their platforms work. That said, I've really come to appreciate the node.js approach.
In practice, I've seen plenty of errant bugs because of race conditions in sites that start to come under heavy load. I wish more people would take the time to understand how their platforms work. That said, I've really come to appreciate the node.js approach.