Some History and Background Information about Threading on Unix-like Systems
September 22nd, 2007
The C10K problem refers to the problem of serving ten thousand clients simultaneously on a web server. This article written by Daniel Kegel contains some history and background information (and lots links) about threading on Linux, Solaris, BSD, MAC OS X, etc.
Categories: Parallel Programming

