高并发网络服务器设计

早先大家在谈论C10K问题,现在开始讨论C500K了?到底什么情况,本人不在这个领域工作,没有真实的工作经验,但是对这块很感兴趣,所以收集了若干资料,不断补充。

1. C10K problem: http://www.kegel.com/c10k.html

2. http://www.metabrew.com/article/a-million-user-comet-application-with-mochiweb-part-1

3. Jonathan‘s paper on kqueue :http://people.freebsd.org/~jlemon/papers/kqueue.pdf

4. How to use epoll? A complete example in C:https://banu.com/blog/2/how-to-use-epoll-a-complete-example-in-c/

5. libevent

6. 相关国内的Blog:

    6.1 http://blog.codingnow.com/

7. 相关国外的Blog:

    7.1

8. ACE: http://www.cs.wustl.edu/~schmidt/ACE.html

9.

原文地址:https://www.cnblogs.com/whyandinside/p/2368480.html