According to the most recent docs 
<http://developer.couchbase.com/mobile/develop/guides/couchbase-lite/native-api/database/index.html>,
 
(using 1.0.3)

If your app uses Couchbase Lite on multiple threads, then on each thread 
(or dispatch queue) it must:

   - Create a new CBLManager instance. If you use multiple threads, do not 
   use the sharedInstance.
   - Use only objects (Databases, Documents, ...) acquired from its Manager.
   - *Not* pass any Couchbase Lite objects to code running on any other 
   thread/queue.

Does this mean that a set of replication objects must be created for each 
thread as well, even if they're all pointing to the same sync gateway 
instance? 

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/e45d777d-c01e-459d-a1c7-0159f9459ce1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to