Re: [nodejs] Re: Keeping HTTP connection alive even if there are no more requests

2012-04-11 Thread Jann Horn
On Mon, Apr 09, 2012 at 03:00:56PM -0700, Jimb Esser wrote: > We ran into this same thing, and I ended up just writing a small patch > to the HTTPS agent to hold on to https sockets for 10 seconds after a > request finished. This ended up roughly tripling our SimpleDB > performance (back to Node 0

[nodejs] Re: Keeping HTTP connection alive even if there are no more requests

2012-04-09 Thread Jimb Esser
We ran into this same thing, and I ended up just writing a small patch to the HTTPS agent to hold on to https sockets for 10 seconds after a request finished. This ended up roughly tripling our SimpleDB performance (back to Node 0.4 performance levels, which did connection pooling by default, or a