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?
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.
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?
Replies
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.