Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lynncui00 authored and taohexxx committed May 11, 2018
1 parent e5b77ed commit 50e8587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PhxRPC[![Build Status](https://travis-ci.org/tencent-wechat/phxrpc.png)](https:/
- 使用Protobuf作为IDL用于描述RPC接口以及通信数据结构。
- 基于Protobuf文件自动生成Client以及Server接口,用于Client的构建,以及Server的实现。
- 半同步半异步模式,采用独立多IO线程,通过Epoll管理请求的接入以及读写,工作线程采用固定线程池。IO线程与工作线程通过内存队列进行交互。
 - New: 支持协程Worker,可配置多个线程,每个线程多个协程。
- New: 支持协程Worker,可配置多个线程,每个线程多个协程。
- 提供完善的过载保护,无需配置阈值,支持动态自适应拒绝请求。
- 提供简易的Client/Server配置读入方式。
- 基于lambda函数实现并发访问Server,可以非常方便地实现Google提出的 [Backup Requests](http://static.googleusercontent.com/media/research.google.com/zh-CN//people/jeff/Berkeley-Latency-Mar2012.pdf) 模式。
Expand Down Expand Up @@ -271,6 +271,6 @@ MaxQueueLength = 20480 //IO队列最大长度
FastRejectThresholdMS = 20 //快速拒绝自适应调节阀值,建议保持默认20ms,不做修改

[ServerTimeout]
SocketTimeoutMS = 5000 //Server读写超时,Worker处理超时
SocketTimeoutMS = 5000 //Server读写超时,Worker处理超时
```

0 comments on commit 50e8587

Please sign in to comment.