I know this is rather server problem, but how do you handle problems with reusing an existing connection which is made persistent in SQLiteJournal storage by default? I'm facing random errors like
SQLSTATE[HY000]: General error: 1 cannot start a transaction within a transaction or SQLSTATE[HY000]: General error: 10 disk I/O error (mainly on production server which is PHP 5.4.41-0+deb7u1, nginx/1.2.1). The only thing which helps me is switching back to FileJournal.
