sqlite + multiprocessing?
Just implemented simple test (mostly using examples from the internet).
Yes, sqlalchemy+sqlite crashes when more than one thread is trying to access the database file.
Need to move to MySQL to have a few processes (like Tornado) access the DB...
Yes, sqlalchemy+sqlite crashes when more than one thread is trying to access the database file.
Need to move to MySQL to have a few processes (like Tornado) access the DB...
Comments
Post a Comment