On Mon, Aug 15, 2011 at 10:34 AM, João Bernardo <jbv...@gmail.com> wrote:

> Hi,
>
> I still couldn't solve the problem and, if possible, would like to know the
> behavior of ATS on these conditions. Will it close the connection if it
> takes some time for the client to answer? How much time?
>
> My system always works with small files but keep showing this problem with
> big ones (sometimes)...
>
>
Are you on a slow connection? You could run tcpdump to see why the
connection is being torn down but i would guess you are hitting an
inactivity timer.

Look at your records.config file for these values and try adjusting after
you determine if one of these is biting you. Look at transaction_no and
transaction timers since this isn't related to keepalive.

 Sridhar

     ###################################
   # HTTP connection timeouts (secs) #
   ###################################
   # out: proxy -> origin server connection
   # in : ua -> proxy connection
CONFIG proxy.config.http.keep_alive_no_activity_timeout_in INT 115
CONFIG proxy.config.http.keep_alive_no_activity_timeout_out INT 120
CONFIG proxy.config.http.transaction_no_activity_timeout_in INT 30
CONFIG proxy.config.http.transaction_no_activity_timeout_out INT 30
CONFIG proxy.config.http.transaction_active_timeout_in INT 900
CONFIG proxy.config.http.transaction_active_timeout_out INT 0

Reply via email to