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

Re: Merge tracking: will SQLite make NFS sad?

From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2007-03-05 18:34:06 CET

> In my (albeit limited) experience of SQLite, it doesn't seem to attempt a
> great deal of concurrency (until recently, you could deadlock by deleting
> rows that you were currently iterating through with a SELECT).

They don't recommend it mainly for the same reasons nobody recommends
doing anything that requires locking over NFS:
Too many buggy locking implementations.

If you actually take a look at what sqlite does code wise, it requires
that exactly the same lock mechanisms work that we require work for
FSFS, so we're fine if FSFS would work.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 5 18:34:22 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.