2 messages in ru.sysoev.nginxRe: question about send_timeout
FromSent OnAttachments
Marlon de BoerDec 2, 2008 5:13 am 
Igor SysoevDec 2, 2008 5:42 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: question about send_timeoutActions...
From:Igor Sysoev (is@rambler-co.ru)
Date:Dec 2, 2008 5:42:04 am
List:ru.sysoev.nginx

On Tue, Dec 02, 2008 at 02:13:25PM +0100, Marlon de Boer wrote:

I was wondering how the send_timeout influences nginx, http://wiki.codemongers.com/NginxHttpCoreModule#send_timeout, I'm still trying to get rid of a few high seconds connections.

I've set this send_timeout to 0 and the high seconds connections went away. The ammount of traffic and requests served dropped a little but still got 200's and saw no reset connections or other failures.

Any idea if this a valid setup? Have I broken stuff?

"send_timeout 0" means that slow client will can not get a response more than kernel socket send buffer size. The high seconds connection are slow client connections.