Hi Gang, I have a weird issue that has me believing I've missed something…
I have 2 processes (process A and process B) opening a connection to the a database. After process B is done its work, we call checkpoint(restart), process A seems to lose its file handles (unknown IO error). If we don't use a checkpoint or use checkpoint(passive), the database eventually gets corrupt (malformed image) when using process A. We are using version 3.7.15.2 built into both apps. The problem is exhibited on Mac OS X 10.6 and 10.7 (haven't tried this case on 10.8). The database is opened in both processes in WAL mode and with Normal sync. Everything else is stock. I have the feeling I'm missing something or have it misconfigured. Anyone have any clues? Thanks!!-- AJ _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users