Episode 214 C10k problem Sun, 2017-Dec-03 02:43 UTC Length - 2:41
Direct Link Welcome to popular Wiki of the Day where we read the summary of a popular Wikipedia page every day.
With 273,389 views on Saturday, 02 December 2017 our article of the day is C10k problem.
The C10k problem is the problem of optimising network sockets to handle a large number of clients at the same time. The name C10k is a numeronym for concurrently handling ten thousand connections. Note that concurrent connections are not the same as requests per second, though they are similar: handling many requests per second requires high throughput (processing them quickly), while high number of concurrent connections requires efficient scheduling of connections. In other words, handling many requests per second is concerned with the speed of handling requests, whereas a system capable of handling a high number of concurrent connections does not necessarily have to be a fast system, only one where each request will deterministically return a response within a (not necessarily fixed) finite amount of time.
The problem of socket server optimisation has been studied because a number of factors must be considered to allow a web server to support many clients. This can involve a combination of operating system constraints and web server software limitations. According to the scope of services to be made available and the capabilities of the operating system as well as hardware considerations such as multi-processing capabilities, a multi-threading model or a single threading model can be preferred. Concurrently with this aspect, which involves considerations regarding memory management (usually operating system related), strategies implied relate to the very diverse aspects of the I/O management.
This recording reflects the Wikipedia text as of 02:43 UTC on Sunday, 03 December 2017.
For the full current version of the article, go to http://en.wikipedia.org/wiki/C10k_problem.
This podcast is produced by Abulsme Productions based on Wikipedia content and is released under a Creative Commons Attribution-ShareAlike License.
Abulsme Productions also produces Curmudgeon's Corner, a current events podcast where the hosts discuss whatever is hot in the news each week. Check it out in your podcast player of choice.
This has been Emma. Thank you for listening to popular Wiki of the Day. If you enjoyed this podcast, you can find our archive, and our sister podcasts random Wiki of the Day and featured Wiki of the Day at wikioftheday.com. Subscribe and tell your friends to listen as well!
|
|