Stefan Fuhrmann <stefan.fuhrm...@wandisco.com> writes:

> On Thu, Aug 9, 2012 at 10:06 AM, Philip Martin
> <philip.mar...@wandisco.com> wrote:
>> The freeze-lock is similar to a write-lock: it exists for the duration
>> of the process that creates it.
>
> I see. Makes sense. Will it also work for the sqlite lock?
> (you mentioned that you would like to lock repcache.db
> as well).

Yes, I think so.  The process executes something like

   pragma locking_mode = exclusive;
   begin exclusive transaction;
   commit transaction;

and then the lock persists until the database connection is closed or
the process exits.

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download

Reply via email to