On Wed, Jun 23, 2010 at 7:02 AM, John Wood <[email protected]> wrote:

>
> My question is this: is there a way to make sqlite open the journal file in
> a locked manner, and keep the lock in effect while it's using it?
>

Have you tried PRAGMA locking_mode=EXCLUSIVE ?
See http://www.sqlite.org/pragma.html#pragma_locking_mode


-- 
---------------------
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to