On Tue, Nov 12, 2013 at 1:18 PM, Constantine Yannakopoulos <
[email protected]> 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.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to