Hacker News new | ask | show | jobs
by getsat 5474 days ago
Haha. I think Apache is the only popular webserver nowadays that actually still can't beat the C10k problem [1] without an extravagant amount of system resources. Process- and thread-based concurrency sucks for HTTP(S).

Event-driven is the way to go.

[1] http://en.wikipedia.org/wiki/C10k_problem

1 comments

When Apache 2.4 is released, hopefully the event MPM will help with this.

http://httpd.apache.org/docs/2.3/mod/event.html

Yeah, the evented MPM has always been the redheaded stepchild of the Apache family, which is unfortunate.