My problem is, that every first django request to a worker will be very slow as this is only when django starts importing its modules.
I would like to get rid of this delay (force the imports for each worker prior to the first request amde to it) I fhound following link: http://lists.unbit.it/pipermail/uwsgi/2011-May/001980.html which suggests to force a fake request. The thread also mentions, that chain loading might be a solution So now my question. What is the recommended way to prime all django worker threads? (I'm currently at 0.9.8, though I will switch soon to to 0.9.9.2) Thanks in advance for your feedback _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
