Hello everyone, I'm wondering how nginx is balancing requests process among the different workers. Is there a scheduler ? If yes, what's the algorithm ? I'd like to use fair queuing for my workers (i.e. send a new request to process to the least loaded worker, based on CPU, memory or IO wait for exemple). Thanks in advance. -- Michael Baudino