Jean-Marc Desperrier wrote:
none wrote:
It's two processes that cannot have the DB's open at the same time,
UNLESS ALL processes have the DBs open READ-ONLY.
I don't understand this. Why DB would become "corrupted" if Mozilla
uses it as read-write and my app use it as read only? How "read only"
can corrupt (modify) data in DB?
I think your app won't actually become corrupt the database, but the app
will encounter unexpected and incoherent modifications of the database
file it reads, it might cause it to crash. Or to do invalid operations.
Yes, exactly.
Any R/O DBM app can crash if the DB changes while the app is using it.
_______________________________________________
mozilla-crypto mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-crypto