On Tue, Nov 12, 2013 at 8:24 PM, Richard Hipp <d...@sqlite.org> wrote:

> On Tue, Nov 12, 2013 at 1:18 PM, Constantine Yannakopoulos <
> alfasud...@gmail.com> wrote:
>
> >
> > If I understand correctly what you say, each sqlite3* connection instance
> > serializes its calls to its extension callbacks so each instance of the
> > extension objects does not need to perform any additional serialization
> > because it is "guarded" by the serialization of the connection. Is this
> > correct?
> >
>
> Correct.
>

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

Reply via email to