Syntax: | multi_accept |
---|---|
Default: | multi_accept off; |
Context: | events |
If multi_accept
is disabled, a worker process will accept one new connection at a time. Otherwise, a worker process will accept all new connections at a time.
The directive is ignored if kqueue connection processing method is used, because it reports the number of new connections waiting to be accepted.
Please login to continue.