I was reading a comment about server architecture.
http://news.ycombinator.com/item?id=520077
In this comment, the person says 3 things:
Are any of these true?
And also another article here titled "Why Events Are A Bad Idea (for High-concurrency Servers)"
Typically, if the application is expected to handle million of connections, you can combine multi-threaded paradigm with event-based.
With this approach,