![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re^2: Unexpected and uncatchable database corruption errors using DBD::SQLite & Parallel::ForkManagerby djerius (Beadle) |
on Apr 06, 2014 at 19:19 UTC ( #1081324=note: print w/replies, xml ) | Need Help?? |
The SQLite documentation indicates that it can handle multiple simultaneous read connections. It only allows one writer at a time, locking the database during the write. If it cannot lock the database, it returns a "database is locked" error.
I'm testing this on a local disk (no NFS shenanigans involved), so the locking mechanism should work.
In Section
Seekers of Perl Wisdom
|
|