Hacker News new | ask | show | jobs
by nonpme 4839 days ago
I'll check out Gunicorn, thanks for the link.
1 comments

Skip it and go with uWSGI ;) Emperor mode is fantastic.

Say you have /srv/mysite/uwsgi.ini and /srv/myothersite/uwsgi.ini (uwsgi config files for two different sites) you can run uwsgi --emperor /srv/*/uwsgi.ini and bam, it'll launch processes for all your sites.