High performance nginx.conf [~0.5M connections]

https://gist.github.com/0b3b52050254e273ff11 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]

https://gist.github.com/0b3b52050254e273ff11 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]

https://gist.github.com/0b3b52050254e273ff11 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]

http://blog.zhuzhaoyuan.com/category/c10k/ notes about high-performance unix server programming, things like concurrency models, IO types, memory allocation strategies, etc.