Re: [sqlite] SQLite3 Database access

2013-06-14 Thread Simon Slavin
On 14 Jun 2013, at 4:55am, Vijay Khurdiya wrote: > I am quite new with SQLite3, tried sample application to create, read & write > database using SQLite3. > > Now I am trying to write test where multiple process are trying to access > database using SQLite3. To get best result w.r.t Speed &

[sqlite] SQLite3 Database access

2013-06-13 Thread Vijay Khurdiya
Hi, I am quite new with SQLite3, tried sample application to create, read & write database using SQLite3. Now I am trying to write test where multiple process are trying to access database using SQLite3. To get best result w.r.t Speed & Concurrency what is best mode & mechanism to be used. An