See the following:
http://www.catb.org/~esr/faqs/smart-questions.html#beprecise

The quick answer to you question is no I can not tell you why this is 
occurring. I can tell you, its probably a bug in your code. 
You need to post a specific example, that reproduces the issue.





--- On Wed, 1/21/09, SATISH <g.satis...@gmail.com> wrote:

> From: SATISH <g.satis...@gmail.com>
> Subject: [sqlite] SQLITEBUSYTIMEOUT
> To: "'General Discussion of SQLite Database'" <sqlite-users@sqlite.org>
> Date: Wednesday, January 21, 2009, 3:38 AM
> Hi!
> 
>                  I am having 10 threads in my application
> by default my
> application uses UTF-16, where I use the 10 threads to open
> the same sqlite
> file and write in 10 different tables simultaneously.these
> all threads write
> around 7000 records in 10 different tables.
> 
> While a thread opens the connection I will set the SQLite
> Busy timeout to 60
> seconds. Each thread will sleep until their turn comes and
> writes into
> database.After Complete execution of 10 threads  . I have
> found 12 records
> which were not written into sqlite file out of 7000
> Records.
> 
>  
> 
> Can U Please tell me Why this loss of Information is
> occurring.
> 
>  
> 
> Regards
> 
> G.Satish.
> 
> _______________________________________________
> 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

Reply via email to