Update the submodule trantor

This commit is contained in:
antao 2018-12-19 16:01:34 +08:00
parent 2126d1a394
commit 7b37d8fef7
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
Drogon's main application platform is Linux. For debugging purposes, it also supports Mac OS. There is no plan to support Windows. Its main features are as follows:
* The network layer uses a NIO framework based on epoll (poll under MacOS) to provide high-concurrency, high-performance network IO;
* The network layer uses a NIO framework based on epoll (kqueue under MacOS) to provide high-concurrency, high-performance network IO;
* Full asynchronous programming mode;
* Support Http1.0/1.1 (server side and client side);
* Based on template, a simple reflection mechanism is implemented to completely decouple the main program framework, controller and view.

View File

@ -7,7 +7,7 @@
Drogon的主要应用平台是Linux为了调试方便也支持Mac OS目前还没有支持Windows的计划。它的主要特点如下
* 网络层使用基于epoll(MacOS下是poll)的NIO框架提供高并发、高性能的网络IO。详细请见[性能测试](https://gitee.com/an-tao/drogon/wikis/性能测试)
* 网络层使用基于epoll(MacOS下是kqueue)的NIO框架提供高并发、高性能的网络IO。详细请见[性能测试](https://gitee.com/an-tao/drogon/wikis/性能测试)
* 全异步编程模式;
* 支持Http1.0/1.1(server端和client端)
* 基于template实现了简单的反射机制使主程序框架、控制器(controller)和视图(view)完全解耦;

@ -1 +1 @@
Subproject commit 49c6311642f38070d34dd1a4f0408f8f41a5ebfc
Subproject commit 32c174b8c502319870afe3bdef0a8e3ed8b185d8