Eric Wong <[email protected]> wrote:
> FD=9 is the client socket, so it looks like you have a client
> that's opening a connection and not doing anything so recvfrom()
> fails and ppoll times out.  You'd need to track down why you
> have a client opening a connection like that.

Btw, this wouldn't be a problem in production with nginx in
front of unicorn (which is the only recommended production
configuration).

nginx acts as a sponge to buffer the entire request (including
request body) since unicorn was never designed for slow clients,
malicious or not.

Reply via email to