|
|
|
|
|
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 |
|
http://httpd.apache.org/docs/2.3/mod/event.html