《Libevent深入浅出》
本教程要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。
教程目的主要是快速建立libevent的认知,了解libevent的常用数据结构和编程方法。
达到可以使用libevent写出自己的高并发服务器处理模型。
作者:刘丹冰
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
Please sign in to use Codespaces.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download Xcode and try again.
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
本教程要求有一定的服务并发编程基础,了解select和epoll等多路I/O复用机制。
教程目的主要是快速建立libevent的认知,了解libevent的常用数据结构和编程方法。
达到可以使用libevent写出自己的高并发服务器处理模型。
作者:刘丹冰