Wednesday, June 11, 2014

libevent

http://www.ibm.com/developerworks/aix/library/au-libev/
http://libevent.org/
http://software.schmorp.de/pkg/libev.html
https://github.com/libevent
http://blog.csdn.net/sparkliang/article/details/4957667


on Ubuntu:
$ git clone https://github.com/libevent/libevent.git
$ cd libevent/sample
$ gcc hello-world.c -levent
$ ./a.out

$ telnet localhost 9995


No comments:

Related Posts Plugin for WordPress, Blogger...