Skip to content

Commit 2bb9b1d

Browse files
author
linzhong
committed
更新
1 parent ee99e34 commit 2bb9b1d

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,9 @@ bug、修改建议、疑惑都欢迎提在issue中,或加入本人qq:4901034
250250

251251
### [更新]
252252

253-
2018.11.24:测试网络框架切换到swoole和使用异步swoole_redis带来的性能改变情况
253+
2018.11.24
254254

255+
测试网络框架切换到swoole和使用异步swoole_redis带来的性能改变情况
255256
把dqserver的主要逻辑基于swoole重新写了一遍,测试机(内存4G,cpu个数4)
256257

257258
启动sever:
@@ -271,9 +272,11 @@ bug、修改建议、疑惑都欢迎提在issue中,或加入本人qq:4901034
271272
* 1.目前我们线上单个示例的qps3000,部署了两个,6000ps可以满足我们大部分场景
272273
* 2.目前对swoole处于了解的过程
273274

274-
### [todo]
275275

276-
队列分优先级: 在使用过程中存在如果某个topic有大量消费时会影响其他topic消费,引入优先级,保证高优任务可以优先消费
276+
2018.11.25
277+
278+
队列消费分优先级(高,中,低3级),高优任务可以优先消费
279+
消费比例在DqConf::$priorityConfig配置,默认按照5:3:2的比例消费
277280

278281

279282

0 commit comments

Comments
 (0)