oh yeah, I tested it :D Now I'm planning a "move" towards running uwsgi in emperor mode and keeping the emperor process alive and kicking with upstart....
http://projects.unbit.it/uwsgi/wiki/Emperor Summary : Just point the emperor to a folder with config files, it thinks at all the rest. Remove a config--> app stops, add a config--> app starts, touch the config --> it reloads only that app. Seems a lot funnier to work with. I had a lot of headaches trying to understand /etc/init.d/uwsgi-python (I like to mess with things a lot before using them plainly :D )

