SQLite does not create the thread. The application creates the thread and then runs the async writer on that application created thread.
--- () ascii ribbon campaign against html e-mail /\ www.asciiribbon.org > -----Original Message----- > From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users- > boun...@sqlite.org] On Behalf Of Christian Smith > Sent: Friday, 15 June, 2012 04:01 > To: General Discussion of SQLite Database > Subject: Re: [sqlite] Queries on SQLite > > 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 _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users