Joe Wilson wrote: > For the native sqlitejdbc driver, it should be straightforward to support > shared cache by calling sqlite3_enable_shared_cache(1) and recompiling > sqlitejdbc with a threadsafe version of sqlite 3.5. (As an added bonus, a > -DTHREADSAFE=1 compiled sqlite 3.5 would probably eliminate all the spurious > crashes seen in the native version of the sqlitejdbc driver related to > prepared statement finalization in different threads.)
Well, -DTHREADSAFE=1 seems to be a good default for such always- threaded thing as JVM. --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
