On Jul 12, 2008, at 5:34 PM, Virgilio Fornazin wrote:

> These mutex changes, with sqlite3_initialize() / finalize() calls,  
> will
> solve that problem reported that SQlite3 doesn't delete Critical  
> Sections
> under MS-Windows VFS ?


The new interface is designed to solve problems such as this, though  
the application must invoke sqlite3_shutdown to make it happen.   
sqlite3_shutdown is not invoked automatically.  On the other hand, I  
do not think we have added the code to the windows VFS to do this,  
yet.  Perhaps you can suggest a patch.  The function where the patch  
would be inserted would be the sqlite3_os_end() implementation at the  
very bottom of os_win.c.

D. Richard Hipp
[EMAIL PROTECTED]



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

Reply via email to