diff --git a/README.md b/README.md index 0bce76eb..91667959 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ **Drogon** is a C++11-based HTTP application framework. Drogon can be used to easily build various types of web application server programs using C++. **Drogon** is the name of a dragon in the American TV series "Game of Thrones" that I really like. -Drogon's main application platform is Linux. It also supports Mac OS and FreeBSD. There is no plan to support Windows. Its main features are as follows: +Drogon's main application platform is Linux. It also supports Mac OS and FreeBSD. Currently it does not support windows. Its main features are as follows: * The network layer uses a NIO framework based on epoll (kqueue under MacOS/FreeBSD) to provide high-concurrency, high-performance network IO; * Full asynchronous programming mode; diff --git a/README.zh-CN.md b/README.zh-CN.md index 2abceacd..283f0ed3 100755 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -8,7 +8,7 @@ **Drogon**是一个基于C++11的Http应用框架,使用Drogon可以方便的使用C++构建各种类型的Web应用服务端程序。 本版本库是github上[Drogon工程](https://github.com/an-tao/drogon)的镜像库。**Drogon**是作者非常喜欢的美剧《权力的游戏》中的一条龙的名字(汉译作卓耿),和龙有关但并不是dragon的误写,为了不至于引起不必要的误会这里说明一下。 -Drogon的主要应用平台是Linux,也支持Mac OS、FreeBSD,目前还没有支持Windows的计划。它的主要特点如下: +Drogon的主要应用平台是Linux,也支持Mac OS、FreeBSD,目前还不支持Windows。它的主要特点如下: * 网络层使用基于epoll(MacOS/FreeBSD下是kqueue)的NIO框架,提供高并发、高性能的网络IO。详细请见[性能测试](https://gitee.com/an-tao/drogon/wikis/性能测试); * 全异步编程模式; diff --git a/trantor b/trantor index b715433c..1173464e 160000 --- a/trantor +++ b/trantor @@ -1 +1 @@ -Subproject commit b715433c612e26289c4a75721f17cf3c86c9c1ee +Subproject commit 1173464eb3eb521232c84a76dc98ac91fa34b9e5