Archive for the 'c10k' Category

High performance nginx.conf [~0.5M connections]

Tuesday, December 25th, 2012

Example of high performance nginx config (no SSL), for single server hardware, ~ 0.5M client connections.
(found on nginx mailing list)

High performance nginx.conf [~0.5M connections]

Tuesday, December 25th, 2012

Example of high performance nginx config (no SSL), for single server hardware, ~ 0.5M client connections.
(found on nginx mailing list)

High performance nginx.conf [~0.5M connections]

Tuesday, December 25th, 2012

Example of high performance nginx config (no SSL), for single server hardware, ~ 0.5M client connections.
(found on nginx mailing list)

Joshua Zhu’s Blog » C10K [how to write C10K server]

Wednesday, September 30th, 2009

notes about high-performance unix server programming, things like concurrency models, IO types, memory allocation strategies, etc.