Closed jungoo8512 closed 13 years ago
Still occurring but much less often. Possibly another case where database is locked for too long. May be due to locking a variable that is being accessed by another thread when uploading data.
Still occurring but much less often. Possibly another case where database is locked for too long. May be due to locking a variable that is being accessed by another thread when uploading data.
Still occurring but much less often. Possibly another case where database is locked for too long. May be due to locking a variable that is being accessed by another thread when uploading data.
fixed
This is probably occurring when multiple threads are trying to use the database. Need to make the database locks very short. reopen