-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 15/06/12 03:01, Christian Smith wrote:

> Except when the asynchronous IO module is used: 
> http://www.sqlite.org/asyncvfs.html
> 
> This VFS module will create a single background IO thread.

No it doesn't.  You have to create the thread for the background I/O and
then call sqlite3_async_run() in it.  See the compilation and usage
section of the documentation page you linked to.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk/bUP0ACgkQmOOfHg372QQQFQCcDtuK047xMmBHq3wCdeMaGvMH
/EsAoJxLDesoPoTDIKL5jp7lxkbqqPuR
=//2U
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to