> Does SQLite uses Shared Cache?
> http://www.sqlite.org/sharedcache.html
SQLiteJDBC does not #define SQLITE_OMIT_SHARED_CACHE, so support
for it is compiled in. However, shared cache is off by default in
sqlite and sqlite3_enable_shared_cache(1) is never called by the
driver, so shared cache remains disabled.
If you hack the SQLiteJDBC driver source code you could add support
for this call to enable shared cache. But be aware of the caveats on
the web page you cited, including connections not being able to
be passed between threads and potential SEG faults if misused.
David, I'd recommend adding -DSQLITE_OMIT_SHARED_CACHE to your
makefiles to make the driver a bit smaller and faster since this
feature is not used.
____________________________________________________________________________________
Moody friends. Drama queens. Your life? Nope! - their life, your story. Play
Sims Stories at Yahoo! Games.
http://sims.yahoo.com/
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---