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

Re: Issue SVN-2263 Send multiple locks in one DAV request

From: Branko Čibej <brane_at_apache.org>
Date: Sat, 13 Oct 2018 16:54:34 +0200

On 13.10.2018 16:46, Julian Foad wrote:
> Julian Foad wrote:
>> https://issues.apache.org/jira/browse/SVN-2263
>> "Send multiple locks in one DAV request"
>>
>> A comment says:
>> "Pipelining multiple lock and unlock requests was implemented for 1.9."
>>
>> So, is this issue resolved?
> I should have said: I'm just asking because I noticed it's still marked as open in the issue tracker, and would like to mark it as resolved if it is.

Pipelining the lock and unlock requests is not the same as sending
multiple locks in one request, so no, it's not resolved. Each
lock/unlock op still gets its own HTTP request, with all the extra work
that implies in mod_dav_svn, the pipelining just reduces the network
latency.

-- Brane
Received on 2018-10-13 16:54:43 CEST

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.