emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Basic Bazaar guide for Emacs hackers.


From: Stephen J. Turnbull
Subject: Re: Basic Bazaar guide for Emacs hackers.
Date: Fri, 04 Dec 2009 09:31:26 +0900

Óscar Fuentes writes:

 > BTW, how well does concurrency the smart server? It blocks writes when a
 > read operation is performed?

Well, and no.  There have been bugs in locking, of course, but the
basic design has always been sound and the implementation has only
rarely been excessively fussy about locking.  In fact as far as I know
most of the write operation (ie, repacking) is done without locking
the repo; the history data is written to temp files, and locks are
held just long enough to update the metadata atomically.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]