I need to know about Epoll On linux System.
Could you recommend manual or guides about epoll library?
need more detailed guides. it's better to have some examples.
help me. and Thank you for reading.
|
1
|
|
|
|
|
|
Here's an introduction to Epoll, a pretty basic tutorial: http://blog.kovyrin.net/2006/04/13/epoll-asynchronous-network-programming/ Also, the man pages: http://man-wiki.net/index.php/4:epoll |
||
|
|
|
|
Is this still active? Martin, are you around to help? |
||
|
|
|
|
Here is a runnable exaple of epoll : http://www.csplayer.org/2009/02/a-tutorial-example-of-epoll-usage/ |
||
|
|
|
|
I have used epoll() extensively, and it's great. I have tested it with 128K active sockets, and it performs extremely well. If you have any specific questions, please ask. |
||||
|