12 messages in ru.sysoev.nginxRe: nginx performance using resolver
FromSent OnAttachments
Nginx LovaFeb 4, 2009 2:09 pm 
Nginx LovaFeb 4, 2009 3:15 pm 
Igor SysoevFeb 4, 2009 10:53 pm 
Nginx LovaFeb 5, 2009 7:20 am 
Igor SysoevFeb 5, 2009 7:29 am 
Nginx LovaFeb 5, 2009 9:56 am 
Igor SysoevFeb 5, 2009 11:50 am 
Nginx LovaMay 29, 2009 6:43 pm 
Igor SysoevMay 30, 2009 12:38 am 
midenokSep 28, 2009 3:05 am 
Igor SysoevSep 28, 2009 3:24 am 
Maxim DouninSep 28, 2009 3:24 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: nginx performance using resolverActions...
From:Nginx Lova (lis@ruby-forum.com)
Date:Feb 5, 2009 9:56:53 am
List:ru.sysoev.nginx

Igor Sysoev wrote:

On Thu, Feb 05, 2009 at 04:20:31PM +0100, Nginx Lova wrote:

resolver_timeout 2s;

Does this expire the records the resolver knows about ?

No, this resolving timeout only. The expiration time is currently hardcoded to 5 minutes.

So this sets the resolver to timeout at a specific type of search ?

first it checks upstreams then dns , so does this set the timeout for upstreams to 2s ? then the dns to 2s ?

Thanks.

If so , why would this help ?

Where can I find more documentation on this ? If it doesn't exists I'd like to contribute.

As I know, there is no English documentation on this.