Hi, everyone, I have a *multi-app deployment for a SASS service*, where every one of my clients has his own database and application instance (a separate django settings.py file).
This requires creating a separate uWSGI ini file for each client. I am currently running uWSGI in emperor mode. Even when enabling *"cheap" *and *"idle" *for the vassals*, *there is a process running for each one of them, even in idle mode. I have some amount of *stale clients* which use the service only occasionally and I would like their apps (vassals) not to consume any resources in idle mode, trading off some start-up time. What is your advice on how to achieve this? Is there a way to achieve this with uWSGI? Thanks! Regards, Igor Katson.
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
