Re: [sqlite] SQLITEBUSYTIMEOUT

2009-01-22 Thread Ken
/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! > &

Re: [sqlite] SQLITEBUSYTIMEOUT

2009-01-21 Thread Dave Toll
...@gmail.com] Sent: 21 January 2009 01:38 To: 'General Discussion of SQLite Database' Subject: [sqlite] SQLITEBUSYTIMEOUT 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

[sqlite] SQLITEBUSYTIMEOUT

2009-01-21 Thread SATISH
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