Closed jmcorgan closed 12 years ago
SQLite does not deal well with concurrency. Avoid database locked errors by synchronizing database access using a threading.Lock().
SQLite does not deal well with concurrency. Avoid database locked errors by synchronizing database access using a threading.Lock().