<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hello,<div class=""><br class=""></div><div class="">my understanding is that <font face="Menlo" class="">worker_connections</font> applies to each worker (eg. when set to 1024, 10 worker processes could handle up to 10240 connections).</div><div class=""><br class=""></div><div class="">But we are seeing <font face="Menlo" class="">1024 worker_connections are not enough, reusing connections</font> from one worker while other workers are idle.</div><div class=""><br class=""></div><div class="">Is there something we can do to balance connections more evenly across workers?</div><div class=""><br class=""></div><div class="">This is from a performance test. The connections are established all at once. Would spreading them out over some time make a difference?</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">nginx version: nginx/1.19.9</span></div></div><div class=""><br class=""></div><div class="">Thanks…</div><div class=""><br class=""></div><div class="">Roger</div><div class=""><br class=""></div></body></html>