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

Re: HTTP protocol v2: single commit request, or many PUTs?

From: Ivan Zhakov <ivan_at_visualsvn.com>
Date: Mon, 10 Nov 2008 21:26:46 +0300

On Mon, Nov 10, 2008 at 9:22 PM, C. Michael Pilato <cmpilato_at_collab.net> wrote:
> Ivan Zhakov wrote:
>> I'm in favor of the single-request too: IMHO biggest advantage of HTTP
>> v2 is simplicity. Single request is easier to code, debug and
>> understand.
>>
>> On other hand pipelined PUTs can be potentially faster: data can be
>> send in binary format instead of encoding it to xml.
>
> Really? Are we required to use XML as the language of a single-request
> approach? I think there are other options. Shoot, we could stream
> 'svnadmin dump' format to the server if we wanted to.
>
We are not required to use XML for encoding, but I current code uses
it for commit/update.

-- 
Ivan Zhakov
VisualSVN Team
---------------------------------------------------------------------
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-10 19:27:01 CET

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.