Comment on Cheyenne Web ServerComments−getsat15yhttp://wiki.nginx.org/−_shane15yNot named after a Native American people. Won't scale as well.−getsat15yHaha. 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−sciurus15yWhen Apache 2.4 is released, hopefully the event MPM will help with this.http://httpd.apache.org/docs/2.3/mod/event.html−getsat15yYeah, the evented MPM has always been the redheaded stepchild of the Apache family, which is unfortunate.
Comments
http://wiki.nginx.org/
Not named after a Native American people. Won't scale as well.
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
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.