>>>All other web frameworks will break down and cry if you ask them to process more than a few dozen simultaneous requests on a single machine.<<<<
Isn't this what facebook Tornado, Orbited and all the other servers using select()/epoll() solves?
>>>All other web frameworks will break down and cry if you ask them to process more than a few dozen simultaneous requests on a single machine.<<<<
Isn't this what facebook Tornado, Orbited and all the other servers using select()/epoll() solves?