> On Oct 30, 2014, at 2:52 AM, vijay kumar sabbu <[email protected]> > wrote: > > How can I have a concurrent reads (parallelised by multi cores) and seqential > write allowed?
Create multiple copies of the CBLManager (call -copy on it) and use each one on a separate dispatch queue. —Jens -- 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/63C81B97-0F32-473E-A7F5-6BE40D596E29%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
