From fd5c02c89ff5cc5e45d27044342c8b4a9e07b294 Mon Sep 17 00:00:00 2001 From: antao Date: Thu, 28 Mar 2019 09:52:35 +0800 Subject: [PATCH] Update README.md and the submodule trantor --- README.md | 3 ++- README.zh-CN.md | 5 +++-- test.sh | 1 + trantor | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d2be378..a7c06713 100755 --- a/README.md +++ b/README.md @@ -28,8 +28,9 @@ Drogon's main application platform is Linux. It also supports Mac OS and FreeBSD * Support gzip compression transmission; * Support pipelining; * Provide a lightweight command line tool, drogon_ctl, to simplify the creation of various classes in Drogon and the generation of view code; -* Support NIO-based asynchronously reading and writing database (PostgreSQL and MySQL(MariaDB) database); +* Support non-blocking I/O based asynchronously reading and writing database (PostgreSQL and MySQL(MariaDB) database); * Support asynchronously reading and writing sqlite3 database based on thread pool; +* Support ARM Architecture; * Provide a convenient lightweight ORM implementation that supports for regular object-to-database bidirectional mapping; ## A very simple example diff --git a/README.zh-CN.md b/README.zh-CN.md index 9b1c0465..bc14efe2 100755 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -12,7 +12,7 @@ Drogon的主要应用平台是Linux,也支持Mac OS、FreeBSD,目前还不支持Windows。它的主要特点如下: -* 网络层使用基于epoll(MacOS/FreeBSD下是kqueue)的NIO框架,提供高并发、高性能的网络IO。详细请见[性能测试](https://gitee.com/an-tao/drogon/wikis/性能测试); +* 网络层使用基于epoll(MacOS/FreeBSD下是kqueue)的非阻塞IO框架,提供高并发、高性能的网络IO。详细请见[性能测试](https://gitee.com/an-tao/drogon/wikis/性能测试); * 全异步编程模式; * 支持Http1.0/1.1(server端和client端); * 基于template实现了简单的反射机制,使主程序框架、控制器(controller)和视图(view)完全解耦; @@ -28,8 +28,9 @@ Drogon的主要应用平台是Linux,也支持Mac OS、FreeBSD,目前还不 * 支持gzip压缩传输; * 支持pipelining; * 提供一个轻量的命令行工具drogon_ctl,帮助简化各种类的创建和视图代码的生成过程; -* 基于NIO实现的异步数据库读写,目前支持PostgreSQL和MySQL(MariaDB)数据库; +* 基于非阻塞IO实现的异步数据库读写,目前支持PostgreSQL和MySQL(MariaDB)数据库; * 基于线程池实现sqlite3数据库的异步读写,提供与上文数据库相同的接口; +* 支持ARM架构; * 方便的轻量级ORM实现,支持常规的对象到数据库的双向映射操作; ### 更多详情请浏览 [wiki](https://gitee.com/an-tao/drogon/wikis/概述) \ No newline at end of file diff --git a/test.sh b/test.sh index 787dac8c..d86fd0e7 100755 --- a/test.sh +++ b/test.sh @@ -16,6 +16,7 @@ fi killall -9 webapp ./webapp +sleep 1 ./webapp_test if [ $? -ne 0 ];then diff --git a/trantor b/trantor index 0e10ddfd..a24ac226 160000 --- a/trantor +++ b/trantor @@ -1 +1 @@ -Subproject commit 0e10ddfd44726de4d83dc37c0a77c129d6ce1aad +Subproject commit a24ac226cbb28814d024fdf2f3b132914b76fcb4