If you are just getting your feet wet with uWSGI, you might have run into the following error when running it.

*** WARNING: you are running uWSGI without its master process manager ***

To run uWSGI with the master process add the flag -M flag when running uWSGI. Then you will get the following nice message.

spawned uWSGI master process (pid: 755)

The Master process manager will respawn your process if or when it dies. See this reference doc about the flag.

January 1, 2013


Previous post
Symlink A File to a Directory For Whatever reason I keep forgetting this, so let’s put it down in writing. ln -s /home/services/web/config.ini /etc/uwsgi/vassals/
Next post
Code Comments of Intent Im sure this is already known within the wider software community but nevertheless it is a realization that I have recently reached. That there are