Slide 16
Slide 16 text
The C10K Problem
• The problem of optimizing socket server
software to handle a large number of
clients at the same time
• C10k = concurrent ten thousand
connections
• Linux pthreads (8MB), Windows (1MB),
Coroutines (4k, e.g., Ruby Fibers)