c10k

C10k problem :

http://www.kegel.com/c10k.html

 

epoll:

http://www.xmailserver.org/linux-patches/nio-improve.html

http://lse.sourceforge.net/epoll/index.html

http://blogs.sun.com/alanb/entry/epoll

 

 

aio:

http://lse.sourceforge.net/io/aio.html

kernel:http://bbs.et8.net/bbs/archive/index.php/t-947366.html

java:

http://www.blogjava.net/killme2008/archive/2009/09/20/295743.html

http://java.sun.com/javase/7/docs/api/

 

webserver:

nginx:

http://blog.sina.com.cn/s/blog_474cf12b0100g278.html

 

ppt:

nio2http://blogs.sun.com/alanb/resource/bof0895.pdf

 

 

I/O多路转接 i/o multiplexing

使用poll,pselect,select三个函数进行多路转接

 

异步i/oasynchronsous

(并非全部操作系统都支持)

 

 

 

 

 

 

 

 

你可能感兴趣的:(nginx,linux,.net,sun,bbs)