You also need to consider the database type used by the application for the 
model. The SQLite database has a transaction lock which will cause the 
application to look like it is single threaded if the database is held in a 
transaction pending state while the background work is performed.

Reply via email to