Do you think it actually makes a difference? It definitely seems like a, by design, smart thing to have all the processes ready. (Isn't it called something like pre-fork in Gunicorn?) But that seems rather beyond the point of the task at hand.
IMHO should not time the pool creation process by creating pools on init beforehand, being ready like in a webserver. How does it compare in this case?
Comment
Do you think it actually makes a difference? It definitely seems like a, by design, smart thing to have all the processes ready. (Isn't it called something like pre-fork in Gunicorn?) But that seems rather beyond the point of the task at hand.
Parent comment
IMHO should not time the pool creation process by creating pools on init beforehand, being ready like in a webserver. How does it compare in this case?