]> git.kaiwu.me - nginx.git/commit
Events: added configuration check on the number of connections.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 12 Jul 2018 16:50:07 +0000 (19:50 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 12 Jul 2018 16:50:07 +0000 (19:50 +0300)
commit85b44b46fb851fc933e3c053ab2c45e5b92f85c9
treedab8003b19e217b0d6e55a6fa773fe6c1d5a6bab
parent751bdd3bb2b6ff54be09c37ff328f258fed520fb
Events: added configuration check on the number of connections.

There should be at least one worker connection for each listening socket,
plus an additional connection for channel between worker and master,
or starting worker processes will fail.
src/event/ngx_event.c