Skip to content
Snippets Groups Projects
Commit 3a71bddb authored by Howard Chu's avatar Howard Chu
Browse files

ITS#2389 - added conn_max_pending/auth config keywords to cap the number

of outstanding requests on a connection. Set rate limits for request
execution:
   no connection can have more than maxthreads/2 ops executing at once.
   a connection that is write-blocked will not execute any new ops.
   queued ops must drain before any new ops can execute.
If the queue exceeds the max_pending limit, the connection is closed.
...also fixed a bug where a connection was not marked active if it never
received a Bind.
parent ecd42966
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment