Subject: | No way to set busy_timeout? |
SQLite provides a busy_timeout setting for determining how long SQLite will wait for a lock to be released on a database if it tries to open the database while it's in use.
There doesn't appear to be any way to access this functionality through DBD/DBI, which makes writing perl where multiple processes access the same database ... a major pain in the ass.
It'd be really nice if this functionality were accessable!