<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1257">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>vcl is attached. IF I corectly understand all 
threads are waiting from dead hosts reponse and there is no free threads. I not 
able to find thread timeout value parameter</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>backend php5 {<BR>  set backend.host = 
"192.168.0.5"; <BR>  set backend.port = "80"; <BR>}</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>backend php4 {<BR> set backend.host= 
"192.168.0.10";<BR>  set backend.port = 
"80";<BR>}         </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> sub vcl_recv {<BR> </FONT></DIV>
<DIV><FONT face=Arial 
size=2>          if (req.http.host 
~  "^((<A 
href="http://www.)?xxxxxxxxxxx.com)$">www.)?xxxxxxxxxxx.com)$</A>")   
{<BR>                                      set 
req.backend = 
php4;<BR>              

<BR>              
else{<BR>                 
set req.backend=php5; 
<BR>              
}</FONT></DIV>
<DIV><FONT face=Arial size=2>}</FONT></DIV></BODY></HTML>