Y
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
user5994461
2329 days ago
It's not quite event based really. It still requires one thread per connection (websocket).
link