[sqlite] unsuscribe

2006-05-31 Thread Nitin Mahajan
unsubscribe

[sqlite] MultiThreading in SQLite

2006-05-08 Thread Nitin Mahajan
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 t

[sqlite] Number of Connections - Nitin

2006-05-05 Thread Nitin Mahajan
Hi All, I am using sqlite database for one of my website and using java driver for accessing sqlite. I was wondering is there any limit on number of open connection(concurrent read only connections) to database. What will be imnpact on performace if I increase number of open connection? Regards,

RE: [sqlite] Use sqlite on solaris with java in multithreaded web application

2006-04-21 Thread Nitin Mahajan
Hi Jay, Thanks for your immediate reply. I will send you schema and query for which I feel there is problem. On the other hand the driver I used for connection between java and sqlite (javasqlite- http://www.ch-werner.de/javasqlite/) states that this driver is tested only in Linux. I was wonderi

[sqlite] Use sqlite on solaris with java in multithreaded web application

2006-04-21 Thread Nitin Mahajan
drastically and sometimes jsp page doesn't even render in browser. Is it advisable to use sqlite in solaris with javasqlite driver in multithreaded environment? OR there is any other better driver. I even tried using 3.3.5 version of sqlite. Any help will be appreciated. Regards, Nitin Mahajan