* Philip Martin:

> An SQLite read blocks SQlite writes by other threads/processes, so
> the long lived select may cause writes to fail that would otherwise
> succeed.

AFAIK, such blocking only happens inside SQLite if you are not in WAL
mode and the write transaction has outgrown its cache size.

-- 
Florian Weimer                <fwei...@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99

Reply via email to