by sandis84 » Mon Sep 21, 2009 11:59 am
I have several threads writing and reading from a single database (they even share the SQLiteDatabase-object). So far I have not run into any problems, but is this a safe way to operate? Or should I synchronize all interaction with the database?