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

Re: sqlite locking and svn client concurrency

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 31 Oct 2012 10:49:54 +0000

Johan Corveleyn <jcorvel_at_gmail.com> writes:

> If this is hard to handle in practice, and a long running
> multi-threaded client has to wait anyway for an entire write operation
> to be finished, I'm wondering if it would be much easier for such
> clients to also always use the "exclusive locking" mode. It would make
> most operations faster, and they have to wait anyway, so ... what
> would be the added value of still using non-exclusive mode?

Exclusive mode can be tricky to use as it is very easy to attempt to
open the database twice inadvertently, see r1336442 for example (that's
libsvn_client but a client could do something similar). It's also hard
for a client to release the exclusive lock as we don't provide a
suitable API; at present the client has to clear a pool to destroy the
context.

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2012-10-31 11:50:32 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.