Hello, I am planning to run one uWSGI instance with Dynamic Virtualenv mode enabled, behing nginx (see http://lists.unbit.it/pipermail/uwsgi/2010-September/000663.html).
I have two questions regarding this setup: - I understand uWSGI will create one interpreter for each dynamic application. If I have 4 dynamic applications and 4 worker processes, will uWSGI create 16 interpreters (one for each application in each process)? - Will uWSGI close inactive interpreters/workers in order to release resources (for example after 10 minutes without any request)? Thanks for your help, Nicolas
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
