-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
2016-02-11 Shuo Chen <[email protected]> | ||
* Preliminary support of IPv6. | ||
* Last version in C++98/03, next version will use C++11 | ||
* Add stop/startRead in TcpConnection by <zhang.jako> | ||
* Version 1.0.8 | ||
|
||
2015-11-09 Shuo Chen <[email protected]> | ||
* Add stats to Sudoku examples . | ||
* Add stats to Sudoku examples. | ||
* Add example of PeriodicTimer class. | ||
* Add thrift examples by <decimalbell>. | ||
* Move hiredis example by <decimalbell> to contrib/. | ||
|
2f5d6b9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
强烈支持使用 C++11重写重要功能,没有必要再保留任何 C++ 0x 的宏,代码越简单越好
建议模型上accept 不再做分发连接,这个模型对于短连接效果不是很好,和nginx 类似
建议增加对客户端的支持,就是服务作为客户端
建议每个IO线程增加自驱动模型,而不是被动的只由收到的数据来驱动
建议增加 udp 协议支持
建议增加管理功能