On 11/01/2008, Volcore <[EMAIL PROTECTED]> wrote:
> I'm using version 037 native and I have a question concerning
> concurrency:
>
> I've got two different java programs, one writing and one reading on
> the very same on-disk database. However, that doesn't quite work, as
> it seems the database is fully loaded into memory by the reader and no
> updates by the writer are being received.

This should work, as the JDBC native driver is calling SQLite, which
has all the appropriate lock handling. The obvious questions are: what
platform, and can you give me an example of what is not working?

d.

--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to