> Does this mean that multiple instances of the same ContentProvider > will be running on different processes with different VM instance? > if the answer is yes, how do I control the mutual exclusion of > ContentProvider instances running on different VM instances in > different process space? especially when the ContentProvider > instances accessing the same SQLite DB file?
SQLite has built-in multi-process concurrency control -- it's part of the product. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

