#2005: SQLAlchemy Operational errors with SQLite: Database is locked
---------------------+-----------------------
Reporter: abompard | Owner:
Type: defect | Status: reopened
Priority: critical | Milestone: 0.8.5
Version: 0.8.4p1 | Resolution:
Keywords: database |
---------------------+-----------------------
Comment (by dustin):
http://www.sqlite.org/cvstrac/wiki?p=MultiThreading:
Make sure you handle the likely possibility that one or more threads
collide when they access the db file at the same time: handle SQLITE_BUSY
appropriately.
so, basically, sqlite can do multi-threaded read, but is limited to
single-threaded writes.
--
Ticket URL: <http://trac.buildbot.net/ticket/2005#comment:21>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits