Timeouts

Fred Moyer fred at redhotpenguin.com
Mon Apr 14 09:00:03 UTC 2008


Jeffrey Goff wrote:
> 
> On Apr 11, 2008, at 4:19 PM, Bill Moseley wrote:
> 
>> I admit to not digging into this too much, but when the backend blocks
>> for a fair amount of time it seems perlbal times out and the web client
>> gets a blank page.
>>
>> Is there a setting how long perlbal will wait for a response from the
>> backend server?
> 
> Looks like a default 30-second timeout, which may be what you're seeing. 
> Anyway, here's a service-specific timeout patch:
> 
> http://lists.danga.com/pipermail/perlbal/2007-June/000518.html

Looks like this was updated to use persist_client_timeout:


lib/Perlbal/ClientHTTPBase.pm

# overridden here from Perlbal::Socket to use the service value
sub max_idle_time {
     return $_[0]->{service}->{persist_client_timeout};
}


> 
>> -- 
>> Bill Moseley
>> moseley at hank.org
>>
> 
> -- 
> Jeffrey Goff
> jgoff at iparadigms.com
> 
> 
> 
> 


More information about the perlbal mailing list