Hi,

I'm building my app so I can have multiple NSDocuments, each with their own 
database instance, open at the same time. This works great so far, but I'm 
just starting to add the sync capability now.

I'd like each database within the NSDocument to sync independently of each 
other with their counterparts on the other devices in the mesh (peer to 
peer).

Is it possible to have multiple CBL Listeners running at the same time and 
multiple replicators running at the same time?

Do I need to use a different port number for each listener? Or do I just 
use a different serviceType for each database I want to sync? I'm thinking 
a unique service type for each NSDocument's database. Or perhaps use a 
txtRecord to manage that, similar to the GrocerySync sample.


Thanks!

Brendan

-- 
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 mobile-couchbase+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/c8dc4306-c8da-4b57-9693-9d6949e9d3a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to