Transcript of http://www.youtube.com/watch?v=bzkRVzciAZg
p1: And in conclusion we have found apache to be an excellent server for our web applications. Any questions?
p2: Yes, I have a question. Why didn't you use node.js? node.js is an event driven, non-blocking IO server that can be used to build high-performance web applications
p1: That is an excellent queiston. We evaluated several alternative webservers and concluded, that while options like node.js are very interesting, Apache meets our needs and has a solid track record.
p2: But it doesn't have performance. Everybody knows that apache applications are slow because they use blocking IO and have context switches.