Hacker News new | ask | show | jobs
by pjscott 4834 days ago
For deployment, it's also important to have something like nginx in front of Gunicorn to buffer requests from slow clients. Otherwise, this sort of thing can DoS your server pretty bad:

http://ha.ckers.org/slowloris/