纯异步的Server简单实现Server.zip

时间:2022-08-07 18:42:53
【文件属性】:

文件名称:纯异步的Server简单实现Server.zip

文件大小:63KB

文件格式:ZIP

更新时间:2022-08-07 18:42:53

开源项目

Server 一个纯异步的Server简单实现基于Nginx/Lighttpd的状态机实现, 再也不用去一坨代码里找真相啦Git地址:https://github.com/liangdong/Server最新说明:@2012/10/22 18:42: 代码整理划分模块, 添加plugin回调逻辑, 提供简单的示例plugin demo, 供感兴趣的同学阅读与反馈.@2012/10/22 18:43: 接下来会提供一个模仿Mysql的plugin demo, 向大家演示如何在框架基础上异步化阻塞操作. (本周内有空完成)@2012/10/23 15:00: 添加Mysql Plugin, 终于给大家提供了一个生动的例子, 因为引入多Plugin, src/client.cpp, src/server.cpp中的Plugin调用逻辑出现了变动, 已经注释原因, 现在整个项目更具有可读性与实用性了, 欢迎大家找BUG提建议. 标签:Server


【文件预览】:
Server-master
----tools()
--------test.py(848B)
--------test_stream.py(427B)
--------README(31B)
----include()
--------server.h(1KB)
--------util.h(192B)
--------client.h(3KB)
--------listener.h(568B)
--------http.h(2KB)
--------plugin.h(2KB)
----src()
--------client.cpp(12KB)
--------listener.cpp(2KB)
--------main.cpp(249B)
--------server.cpp(4KB)
--------http.cpp(3KB)
--------plugin.cpp(1KB)
----third()
--------http-parser()
----plugin()
--------fake_mysql()
--------slow_query()
----Makefile(1KB)
----README.md(6KB)

网友评论

相关文章