mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 15:10:22 -05:00
ITS#9941 Fix asyncmeta manpage to clarify that only round-robin scheduling is used for target connections.
This commit is contained in:
parent
e85a624663
commit
8c594c36a3
1 changed files with 1 additions and 2 deletions
|
|
@ -54,8 +54,7 @@ works with a configured maximum number of connections per target.
|
|||
For each request redirected to a target, a different connection is selected.
|
||||
Each connection has a queue, to which the request is added before it is sent to the
|
||||
remote server, and is removed after the last response for that request is received.
|
||||
For each new request, the connection with the smallest number of pending requests
|
||||
is selected, or using round\-robin if the numbers are equal.
|
||||
For each new request, a new connection is chosen using round\-robin scheduling.
|
||||
.LP
|
||||
.B Overlays:
|
||||
.LP
|
||||
|
|
|
|||
Loading…
Reference in a new issue