C10k problem
From Seo Wiki - Search Engine Optimization and Programming Languages
| This article needs references that appear in reliable third-party publications. Primary sources or sources affiliated with the subject are generally not sufficient for a Wikipedia article. Please add more appropriate citations from reliable sources. (January 2010) |
The C10k problem[1] is the name given to a limitation that most web servers currently have which limits the web server's capabilities to only handle about ten thousand simultaneous connections. This limitation is partly due to operating system constraints and software limitations.
While there are some specialized web servers that can handle more than ten thousand client connections, most web servers currently handle at most ten thousand clients simultaneously.
[edit] Servers for attacking C10K problem
A few web servers have been developed to counter the C10K problem:
- Nginx, that relies on an event-driven (asynchronous) architecture, instead of threads, to handle requests[2]
- Lighttpd, that relies on an asynchronous architecture to handle requests[3]
- Cherokee HTTP Server, a lightweight web server[citation needed]
- Tornado (web server), a non-blocking web server and framework[4]
[edit] External links
[edit] References
| File:Crystal Clear app browser.png | This World Wide Web-related article is a stub. You can help Wikipedia by expanding it. |
Categories: Articles lacking reliable references from January 2010 | Articles with invalid date parameter in template | All articles lacking reliable references | All articles with unsourced statements | Articles with unsourced statements from January 2010 | Web server software | World Wide Web stubs