Live data from Hacker News

Multiple Django and Flask Sites with Nginx and uWSGI Emperor

tghw.com

1–10 of 29 posts

Re: Multiple Django and Flask Sites with Nginx and uWSGI Emperor

#3
post #2

[deleted]

Yeah, I was using Supervisord before this, but was having some problems with it leaving zombie uwsgi processes around (for sites that needed multiple workers). While looking for an alternative, I came across Emperor. So far it's been great.

Re: Multiple Django and Flask Sites with Nginx and uWSGI Emperor

#4
This is my favorite stack too. I usually use supervisord to handle uwsgi processes but this looks much more debian/ubuntu-like. Thanks for the write up. I like to think I am pretty experienced with Django/Python but it's ALWAYS fun to learn new things. Especially when sometimes it feels like a lot of the innovation and new stuff is occurring elsewhere (cough node)

Re: Multiple Django and Flask Sites with Nginx and uWSGI Emperor

#7
I enjoy seeing these python related posts being submitted. As @whalesalad said, it seems a lot of the innovation is in ruby/node land.

Although the first thing I noticed when I clicked the link was that it looks like it's a scraped design of Svbtle.

edit: spelling.

Re: Multiple Django and Flask Sites with Nginx and uWSGI Emperor

#9

This is my favorite stack too. I usually use supervisord to handle uwsgi processes but this looks much more debian/ubuntu-like. Thanks for the write up. I like to think I am pretty experienced with Django/Python but it's ALWAYS fun to learn new things. Especially when sometimes it feels like a lot of the innovation and new stuff is occurring elsewhere (cough node)

Don't worry much about node, Twisted still beats it for async workloads and PyPI is still much bigger than npm.

Re: Multiple Django and Flask Sites with Nginx and uWSGI Emperor

#10

I enjoy seeing these python related posts being submitted. As @whalesalad said, it seems a lot of the innovation is in ruby/node land. Although the first thing I noticed when I clicked the link was that it looks like it's a scraped design of Svbtle. edit: spelling.

Yea, it is a scraped design. https://github.com/orf/simple

I was more surprised that the author claims this as a new feature. I feel like I heard about this over a year ago... In any case, excellent write-up.

Post reply on HN