Hacker News new | ask | show | jobs
by jwlake 2301 days ago
It actually alot of background on why it doesn't work. The post could just be:

tl;dr: gunicorn doesn't know how to multiplex listeners and green threads will ruin your request latency.

The thing is, that post isn't very useful nor interesting. The point here is that the "simple" python architecture doesnt scale well at all so you might not want to use it if you're planning on scaling ever.