yes, semaphores are the way to go, especially for bulk write operations. it 
helps if you read some of the data from the database into a buffer. Then you 
can use the buffered data while the database update is processed, and the 
users may not even notice.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to