where does B4J save the data in the key_value_temp.dat and is it possible to change the place, where the file is saved?
We use more server-entities parallel under linux and it seems, that every server-app needs access to the /temp/key_value_temp.dat. I don't know what happens, if more than one server writes to this file at the same time...
concurrent access doesn't work with kvs2, not even if journal_mode is set to wal. Only kvs1 does it.
But now, after your reply, I remembered, that my server uses kvs2 and 1 and now i saw, that the directory of the key_value_temp.dat is inizialize in the kvs-class and could be changed....