Thanks for your quick answer... I'll take a look at it to see and submit a
patch to cvstrac if needed.

Also, thanks again for this great library.

On Sun, Jul 13, 2008 at 12:47 AM, D. Richard Hipp <[EMAIL PROTECTED]> wrote:

>
> 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
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to