Hacker News new | ask | show | jobs
by pjscott 4847 days ago
Or for preventing DoS attacks from slow client connections. Unicorn is not designed to be exposed to the outside world; it needs a reverse proxy that does request buffering, like nginx (which the Unicorn docs recommend).
1 comments

True, though the ELB also does some simple buffering of HTTP requests.