[EMAIL PROTECTED] wrote:
> 
> There are no lock leaks.  But on the other hand, there is not
> a one-to-one mapping of lock to unlock calls.  unlock is called
> more often than lock and there are often attempts to unlock files
> that have never been locked, irrc.  This is harmless on windows
> and unix.
> 

Richard,

The OP said they were measuring an excess of lock calls. That would 
imply that SQLite is locking files it has already locked. Is that 
possible with the POSIX APIs?

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

Reply via email to