Hacker News new | ask | show | jobs
by nwallin 2330 days ago
What's wrong with the Apache event worker?

https://httpd.apache.org/docs/2.4/mod/event.html

1 comments

It's not quite event based really. It still requires one thread per connection (websocket).