Hey guys. I believe it's fine to have four applications open the same database file and use it concurrently. I have a few questions.
1. Do I need to use any special PRAGMA or other option to use this functionality best? 2. Is it possible to (ab)use SQLite to perform as some kind of mutex? Could I go "down" on one table and "up" once I've finished a section of code in my application which I wish to be only run once at any given time? Thanks, Ian _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

