On Thu, Jun 14, 2012 at 06:27:17AM -0400, Richard Hipp wrote:
> On Thu, Jun 14, 2012 at 2:41 AM, vallur raghava reddy <
> vallur.raghavare...@gmail.com> wrote:
> 
> 
> >   2. Does SQLite create a any threads? If YES, how many will be created?
> >
> 
> SQLite does not create threads.
> 

Except when the asynchronous IO module is used:
        http://www.sqlite.org/asyncvfs.html

This VFS module will create a single background IO thread.

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

Reply via email to