View Revisions: Issue #352 |
[ Back to Issue ] |
Summary |
0000352: Create a queue system for interacting with SQLite with multiple threads |
|
Revision |
2012-04-29 18:14 by ycastonguay |
|
Description |
Since SQLite does not support multi-threading, a queue system will need to be created so other threads can send commands to the database. Make sure the SELECT queries are run first.
This will pave the way for a true multithreaded update library process.
Make sure this is also compatible with Mono under Linux and Mac OS X. |
|
Revision |
2012-04-29 18:13 by ycastonguay |
|
Description |
Since SQLite does not support multi-threading, a queue system will need to be created so other threads can send commands to the database. Make sure the SELECT queries are run first. |