Re: [sqlite] Remote apps reading and writing data to the same DB

2005-03-03 Thread Uriel_Carrasquilla
cc: Subject: [sqlite] Remote apps reading and writing data to the same DB 03/03/2005 02:40 PM Please

[sqlite] Remote apps reading and writing data to the same DB

2005-03-03 Thread John O'Neill
Hello all, I have an application that is designed to run on multiple networked machines simultaneously, and it is important to maintain speed (i.e. no blocking write requests) while the main app is running. At the same time, a second application can open and read information from the DB. All