Skip to content

Commit

Permalink
提供0.97封板说明。
Browse files Browse the repository at this point in the history
  • Loading branch information
freeeyes committed Apr 28, 2016
1 parent 5f68801 commit 238495d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@

>从0.91起,开始提供版本更新日志
```
V0.97改进
* 部分频繁访问的数据map替换成hash_map,提升效率
* 全部插件支持mpc编译模式,不再需要自己写makefile
* PacketParse彻底组件化,可以在框架配置文件里任意配置。
* 重新设置工作线程自检重启过程。
* 新开发了服务器间通讯数据异步接收模式,可以通过配置文件设置。
* 修复一些服务器间数据传输的BUG。
* 去掉EWOULDBLOCK的循环等待模式。
* 修复一个smtp的内存问题。
* 全部工程windows下从VS2008升级到VS2012
* 添加远程关闭服务器的功能。
* 添加新功能,支持信令对某一个监听端口达成。
V0.96改进
* 重新设计了弹性数据头信息的支持。
* 添加了插件自动生成工具,你需要学会怎么写XML就能让程序自己写插件代码。
Expand Down

0 comments on commit 238495d

Please sign in to comment.