[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [serf-dev] Re: [PATCH] serf/ra_serf: add cansend callback to stop writing requests untill authn handshake is finished

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2007-08-29 09:15:13 CEST

On 8/28/07, Lieven Govaerts <lieven.govaerts@gmail.com> wrote:
> serf currently already tries to estimate the MaxKeepAliveRequests
> based on the number of received responses before a connection is reset
> by the server, to limit the number of requests on the pipeline.

Yes.

So, I certainly don't support artificially restricting the pipeline
depth to 4 or 8 - especially when the current default httpd config is
100. ra_serf is used in a very particular case that doesn't apply to
Firefox: it's talking to only Subversion servers - and in 99% of the
cases, that means there's an Apache sitting on the other end. Firefox
certainly can't make that same claim - they have to work with all
sorts of random servers that may not support pipelining at all - so,
ra_serf can/should be optimized for our common case: there's an Apache
httpd sitting on the other end. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 29 09:12:32 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.