<div dir="ltr">Hi all!<div><br></div><div>while testing unit I noticed that for a little project in python (based on Django) the load balacing between workers are unexpected when setting "workers" > 1</div><div><br></div><div>I load benchmark with "wrk" and the following happens:</div><div>- the very first seconds I see all workers reaching 30-40% of CPU usage</div><div>- right after only one worker is at 100% CPU usage and the other ones are iddle</div><div><br></div><div>The overall performance is equivalent to 1 CPU core.</div><div><br></div><div>For example with nginx starting with version 1.9.1 the feature "REUSE_PORT" is available to load balance between workers, why not using this for Unit too?</div><div><br></div><div>Regards,</div><div>Geoffrey</div><div><br></div><div><br></div></div>