Hi all, I'm having an issue when using multiple connections inside same process. Shared -mode is off in my case because b-tree locking slowed down performance when shared cache was on. The issue i'm having is that when one connection performs an insert, sometimes the other connection's page cache does not get flushed and the new rows do not come back. The other connection doesn't seem to be aware of the inserted row. Has anyone seen this issue? have any suggestions?
Thanks, Yuriy _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users