> I'm not quite sure what the specific problem you are seeing is, from
> the previous mails.
>
> Do you have a reproducible test case where you can see the problem? (And
> therefore, see if any suggested fix makes a difference?)
>
> http://nginx.org/r/proxy_read_timeout should (I think) matter between
> successive reads, and should not matter when the upstream cleanly closes
> the connection. Might the problem be related to your upstream not cleanly
> closing the connections?


It sure could be.  Would this be a good way to monitor that possibility:

netstat -ant | awk '{print $6}' | sort | uniq -c | sort -n

I could watch for the TIME_WAIT row getting too large.

- Grant

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to