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

[Resin-interest] Tabulation evil

2009-10-27 Thread Jeff Schnitzer
This is really just a point of curiosity... What editor are you guys using at Caucho? I've noticed all the code is formatted using a bizarre combination of tabs and spaces, like this: 1 indent = 4 spaces 2 indents = 1 tab 3 indents = 1 tab + 4 spaces 4 indents = 2 tabs 5 indents = 2 tabs + 4