Skip to content

文档:为什么使用连接池,*不显示问题 #605

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: 3.3.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Components/Pool/whyUsePool.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down