Hi, At the moment I have following setup:
A low performance machine with limited RAM As web server I use nginx and behind nginx I use uwsgi. At the moment nuwsgi is configured to handle ONE django project with 4 processes. This django project is rather busy and there should always be processes ready to handle requests. Now I'd like to add three more django projects to my setup. Theseprojects would be rarely used (once per day for a few minutes) and performance / response times is not that important. So ideally these three projects should only be loaded to RAM when the first request occurs and the memory should be released after some minutes of inactivity. What would be the recommended uwsgi features / configuration to be used for such a setup. Thanks a lot for some suggestions. G _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
