I am running into a problem with the following use-case: A host application (which is a black box for me I cannot change) is loading my plugin binaries which each have SQLite linked statically. When two plugins now access the same database file from the process of the host application none of the serialization mechanisms (file lock, mutex) works, and my database file will get corrupted eventually.
The technical reasons for this are understood by me, my question is whether anyone of you can think of a solution for this unfortunate problem I am stuck with. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users