Originally posted by NickFitz
View Post
And because of the obsessively event driven single threaded nature of Node one connection can always affect everything else. It doesn't even need to be a bug: one thing that takes too long will stop it responding to all requests.
I started my career doing software for Windows 3.1 so I'm well aware of the problems ;-) I didn't think I'd be doing it again, but that's progress for you.
For a detailed examination of strategies for error and exception handling in Node, with particular reference to the case of using it in an HTTP server, have a look at Error Handling in Node.js.


Leave a comment: