Hi,

I am using Sqlite with Java and driver I am using is
javsqlite(http://www.ch-werner.de/javasqlite/). I want to have multiple
threads reading data simultaneously from SQLite (as Sqlite claims to be
Threadsafe) it seems to be possible. But going through java driver code,
all methods which talk to database are synchronized, so at one time just
one thread will be talking to database. Has anyone used sqlite in
multithreaded enviornment in java(concurrent threads talking to DB). 

Any help or pointer will be appreciated.

Regards,
Nitin

Reply via email to