Hacker News new | ask | show | jobs
by 2342342343636 1133 days ago
It would be a great application server, if only it supported non-blocking IO and the handling of multiple requests simultaneously with each worker thread. Instead the event MPM is basically the worker MPM (thread-per-connection) with dedicated epoll/kqueue-based listener threads in front, but otherwise synchronous.