From f20933516f63f5c628655ed39f457b4aa542006c Mon Sep 17 00:00:00 2001
From: RedKale <22250530@qq.com>
Date: Fri, 29 Jan 2016 15:55:03 +0800
Subject: [PATCH]
---
convert.html | 2 +-
index.html | 2 +-
net.html | 4 ++--
redkale.html | 2 +-
service.html | 2 +-
source.html | 2 +-
watch.html | 2 +-
7 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/convert.html b/convert.html
index 38fd396e0..11888b229 100644
--- a/convert.html
+++ b/convert.html
@@ -413,7 +413,7 @@
6. SIGN_OBJECTE 标记位,值固定为0xEE (short)
diff --git a/index.html b/index.html
index 7c2e0f0bd..dec289c64 100644
--- a/index.html
+++ b/index.html
@@ -60,7 +60,7 @@
RedKale提供DataSource类对数据层进行操作,其功能类似JPA+Memcached。最大程度的简化数据层的操作,免去SQL/JPQL语句的编写。同时提供过滤查询与JavaBean的结合、读写分离、数据库热切换、本地/远程部署、进程间缓存自动同步等功能。
diff --git a/net.html b/net.html
index c5b8ae381..45fa80ebc 100644
--- a/net.html
+++ b/net.html
@@ -667,11 +667,11 @@
Response : 服务响应对象
Servlet : 服务逻辑处理对象
Server : 服务监听对象
- 通常自定义协议需要继承上面五种对象类,同时为了让RedKale能识别和加载自定义协议服务需要继承 org.redkale.boot.NodeServer 并指明 @NodeProtocol,实现可以参考 基于SOCKS5协议的反向代理服务器
+ 通常自定义协议需要继承上面五种对象类,同时为了让RedKale能识别和加载自定义协议服务需要继承 org.redkale.boot.NodeServer 并指明 @NodeProtocol,实现可以参考 基于SOCKS5协议的反向代理服务器
diff --git a/redkale.html b/redkale.html
index 4bd4ab0d5..d652f9f8b 100644
--- a/redkale.html
+++ b/redkale.html
@@ -688,7 +688,7 @@
diff --git a/service.html b/service.html
index ef89b3c48..8ac0b4702 100644
--- a/service.html
+++ b/service.html
@@ -301,7 +301,7 @@
如上描述,一个请求处理耗时 180ms,同时占用一个线程的时间也是 180ms。若换成NIO使IO耗时减少,为了方便计算假设IO耗时为0(当然实际情况是不可能的), 那么步骤1、4的耗时忽略不计,线程的占用时间由180ms变成160ms。 假设数据查询接口IO操作本身耗时也是10ms,那么有140ms是用于等待。若采用DataSource异步接口, 则140ms的等待时间可以释放当前线程资源。虽然整个请求的处理时间还是180ms,但是线程的占用时间却只有20ms。可以看出减少耗时多的步骤的等待时间才能事半功倍,大幅度地提高性能。异步接口的主要作用是远程请求在等待过程中释放当前线程资源。大大减少线程数,也减少大量线程之间的切换消耗。
diff --git a/source.html b/source.html
index 35035874e..d999636fd 100644
--- a/source.html
+++ b/source.html
@@ -225,7 +225,7 @@
</persistence>
diff --git a/watch.html b/watch.html
index 354560782..d3c4053cb 100644
--- a/watch.html
+++ b/watch.html
@@ -31,7 +31,7 @@