#c10k_problem

C10k problem

Problem of optimising network sockets to handle a large number of clients at the same time

The C10k problem is the problem of optimizing 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. Handling many concurrent connections is a different problem from handling many requests per second: the latter requires high throughput, while the former does not have to be fast, but requires efficient scheduling of connections.

Thu 29th

Provided by Wikipedia

Learn More
0 searches
This keyword has never been searched before
This keyword has never been searched for with any other keyword.