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:

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

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