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...
7 KB (735 words) - 13:01, 2 April 2025
of a problem as the number of potential event sources grows, and can hinder development of many-client server applications, as in the C10k problem; other...
24 KB (3,459 words) - 14:37, 28 April 2025
considerations for the client–server model in large networks, such as the C10k problem for web servers, were the original motivation for the reactor pattern...
14 KB (1,491 words) - 03:26, 3 February 2025
was originally written by Jan Kneschke as a proof-of-concept of the c10k problem – how to handle 10,000 connections in parallel on one server, but has...
9 KB (776 words) - 10:59, 31 March 2025
In the same year it served 10,000 clients at a time, showing that the C10k problem was tractable on contemporary systems. Due to a mirror licensing dispute...
8 KB (868 words) - 10:16, 27 May 2025
development of Nginx in 2002. Originally, Nginx was developed to solve the C10k problem, and to fill the needs of multiple websites including the Rambler search...
30 KB (2,462 words) - 17:21, 19 June 2025
prefixes include Y2K problem – Year 2000 problem Y2K38 problem – Year 2038 problem C10k problem – Ten-thousand concurrent connections problem Leet or leetspeak...
10 KB (990 words) - 00:45, 13 June 2025
Team. Kqueue makes it possible for software like nginx to solve the c10k problem. The term "kqueue" refers to its function as a "kernel event queue" Kqueue...
7 KB (684 words) - 22:25, 15 April 2025
introduced in UNIX System V and later operating systems. However, with the c10k problem, both select and poll have been superseded by the likes of kqueue, epoll...
8 KB (650 words) - 14:31, 16 February 2025
thousands for each active web server process, see also the C10k problem and the C10M problem). When a web server is near to or over its load limits, it...
86 KB (9,910 words) - 04:41, 21 June 2025
a large number of concurrent connections (i.e., tries to solve the "C10k problem"). An asynchronous MongoDB driver called Motor. CouchDB drivers called...
3 KB (211 words) - 16:08, 12 May 2025
web page Libevent github repository Libevent 2.0 book Dan Kegel's "The C10K problem" web page A benchmark by the libev author comparing libevent with libev...
5 KB (394 words) - 09:59, 25 December 2024