On Montag, 10. November 2008, Greg Hudson wrote:
> On Mon, 2008-11-10 at 09:28 -0600, Ben Collins-Sussman wrote:
> > * opens the door for pipelined PUTs, the way ra_svn does it
> > * many fewer network turnarounds
>
> These are the same thing. :)
>
> "Pipelining" just means transmitting a bunch of requests all at once
> without waiting. From a network usage perspective, that's very close to
> the same as glomming them together into a single request.
Just so BTW, there are some http proxy servers (even transparent ones, in DSL-
boxes, routers, and similar - eg. for traffic shaping) that don't understand
the DAV requests (that is easy to find, because of an error message) - and
I've already some that simply *hang* the connection on pipelined requests.
So, for that matter, using multiple connections instead of pipelining *might*
be better.
Regards,
Phil
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-11-12 09:14:04 CET