SDFIdk / DHMQC

Processing suite for the Danish Digital Elevation Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qc_wrap deadlocks with slow tile databases

plimkilde opened this issue · comments

qc_wrap appears to be sensitive to the filesystem location of the SQLite tile database used to coordinate processing (for example, it may hang when the database file is placed on a network drive). This is presumably caused by the individual processes simultaneously trying to obtain a lock on the file, which will deadlock with a file on a slow drive.