From d38d59d86198bb055e7607cbdfb35fa4e56d7503 Mon Sep 17 00:00:00 2001 From: HancockLin Date: Thu, 19 Mar 2020 11:06:59 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20warning=E9=87=8C*=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=BD=AC=E4=B9=89=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/Components/Pool/whyUsePool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Components/Pool/whyUsePool.md b/docs/Components/Pool/whyUsePool.md index ef02067f..b73e6907 100644 --- a/docs/Components/Pool/whyUsePool.md +++ b/docs/Components/Pool/whyUsePool.md @@ -28,7 +28,7 @@ 所以,一般情况下,连接池总数设置为100-200左右就够了(相当于200的并发) ::: warning - 这里的连接池数量,说的是总数量,在easyswoole中,需要根据进程来看,每个进程*连接池配置数量=总数量,比如easyswoole中worker进程为8,那你设置20个,那就是20*8=160的总数 + 这里的连接池数量,说的是总数量,在easyswoole中,需要根据进程来看,每个进程\*连接池配置数量=总数量,比如easyswoole中worker进程为8,那你设置20个,那就是20\*8=160的总数 ::: # easyswoole中为什么会pool empty