I'm looking through node.js which is a webserver with javascript code. So one of the cool features is that all of its commands are non-blocking! the server just keeps running. There is no mutex or multi-thread locks or deadlocks etc.
If you test it with ab command which is apache benchmark for webservers. ab already ships in Mac