Mike, I've experienced some sporadic problems with database corruptions,
which I believe has to do with two or more threads sharing the same
database connection. The PRAGMA compile_options; command shows
THREADSAFE=1. AFAIK this can mean one of two things: MULTITHREAD or
SERIALIZED. If no compile option is specified, SERIALIZED should be the
default. As I have no compile option specified when I compile ooSQLite, I
guess it runs in serialized mode. But this can be changed using the
sqlite_config function. So my question is if this is used in ooSQLite
somewhere to set a different threading mode than serialized? My thinking is
that if serialized is in effect then I should not be able to get the
problem that I'm facing and I need to look for another explanation.

Staffan
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to