i use openmpi fo parallelization, an c++ as the interface to sqlite. in my program one process only writes into the database, and the other processes read at the beginning, and then never do anything with it. But even when i close the database-connection of the non-writing processes, my write process says, that the database is locked. And this lock never gets released. I don't understand, why there is a lock on the database, when no other connection exists. Is there a way, that i can see, which connection has the lock? i tried this in a testprogramm, and there it worked, but not in the programm i want to use.
thanks for any help _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

