Re: [Resin-interest] Inactivity connection timeout over HTTP

2009-10-27 Thread Caleb Richardson
Sorry, I should have mentioned that this is occurring in a comet scenario, and 
the timeout we are seeing is 10 minutes. We are trying to do a long poll, and 
are hoping to hold the connection open without sending a response for more than 
10 minutes.

Thanks,

Caleb Richardson

--- alex wrote:

Date: Mon, 26 Oct 2009 13:57:11 -0700

There is keepalive-timeout setting. It can go in the server or server- 
default. Default value for the parameter is 15s.

server-default
   keepalive-timeout15s/keepalive-timeout


On 2009-10-26, at 1:44 PM, Caleb Richardson wrote:

 It seems that there is a inactivity timeout being enforced at the  
 connection level by Resin (currently running 3.1.8). I searched the  
 standard documentation and couldn't find any mention of this, is  
 this a configurable value?

 Thanks,

 Caleb Richardson
 Software Engineer
 Everyone.net


 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest




___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Inactivity connection timeout over HTTP

2009-10-27 Thread Alex
 Sorry, I should have mentioned that this is occurring in a comet  
 scenario, and the timeout we are seeing is 10 minutes. We are trying  
 to do a long poll, and are hoping to hold the connection open  
 without sending a response for more than 10 minutes.

You should be able to change that with suspend-time-maxTm/suspend- 
time-max on a port

http address=* port=8082
   !--set max suspend time to 20 minutes--
   suspend-time-max20m/suspend-time-max
/http

Regards,
-- Alex

 Thanks,

 Caleb Richardson

 --- alex wrote:

 Date: Mon, 26 Oct 2009 13:57:11 -0700

 There is keepalive-timeout setting. It can go in the server or server-
 default. Default value for the parameter is 15s.

 server-default
   keepalive-timeout15s/keepalive-timeout


 On 2009-10-26, at 1:44 PM, Caleb Richardson wrote:

 It seems that there is a inactivity timeout being enforced at the
 connection level by Resin (currently running 3.1.8). I searched the
 standard documentation and couldn't find any mention of this, is
 this a configurable value?

 Thanks,

 Caleb Richardson
 Software Engineer
 Everyone.net


 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest




 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Inactivity connection timeout over HTTP

2009-10-26 Thread Alex
There is keepalive-timeout setting. It can go in the server or server- 
default. Default value for the parameter is 15s.

server-default
   keepalive-timeout15s/keepalive-timeout


On 2009-10-26, at 1:44 PM, Caleb Richardson wrote:

 It seems that there is a inactivity timeout being enforced at the  
 connection level by Resin (currently running 3.1.8). I searched the  
 standard documentation and couldn't find any mention of this, is  
 this a configurable value?

 Thanks,

 Caleb Richardson
 Software Engineer
 Everyone.net


 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest