文件名称:linux webserver例子
文件大小:4KB
文件格式:GZ
更新时间:2016-11-02 15:46:13
linux webserver
这是linux环境下使用epoll模型编写的一个webserver例子,makefile已经写好,直接下载好make一下就可以了。我在自己本机测试与使用libevent性能差不多。 欢迎提出意见。
【文件预览】:
net
----event_dispatcher.h(614B)
----test.cpp(1KB)
----io_handler.h(1KB)
----event_dispatcher.cpp(4KB)
----tags(5KB)
----socket_utils.h(383B)
----socket_utils.cpp(1KB)
----makefile(279B)
----io_handler.cpp(1KB)