On 8 Jul 2014, at 11:25pm, Mayank Kumar (mayankum) <mayan...@cisco.com> wrote:

> Our process can restart unexpectedly sometimes and sometimes we die so that 
> we can come up with a new version or failover.

The locking may depend on how the process crashes (restarts) and how much the 
operating system can figure out what happened.  It may or may not release 
locks.  If it does not, then I don't think SQLite can do anything about it 
unless you disable locks or mess with the locking mechanism.

I'm tempted to tell you to figure out what's causing your unexpected restarts, 
so you can fix it.  But of course I don't know your circumstances.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to