> Good instincts Roberto -- it looks like this app is calling flask's > app.run. > > I think our users are going to keep doing things like this -- they port > code from their own computers, and end up with stuff that tries to run > its own wsgi servers... We'll keep an eye out for it, and tell people to > not do it, but maybe there's a way of making uwsgi more resilient to it? > > hp
you could enable heartbeats in vassals, in such a way the Emperor will detect "broken" masters and will notify about it. heartbeat = 60 in each vassal will do the trick (send an heartbeat every 60 seconds) lazy-apps could be another trick, in such a way the master will not load code (each worker will load it) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
