On Apr 22, 2014, at 7:57 AM, Rajagopal V <[email protected]> wrote:
> The problem that I have right now is that if any of the webservice calls > fail, I would need to inform just that mobile client who created it (Since > its not a valid object in the system). I tried to look at parameterized > filters, which could allow this as I can pass in a parameter from iOS/Android > and return TRUE or FALSE from the filter I don't understand how you'd use filters for that. Can you explain what you'd do? My immediate idea would be to just have the server code update the document, perhaps adding an "error" property describing the problem. But that assumes the clients are pulling changes from the gateway; is that happening in your system? > Since we have 3000 mobile users and are expecting a surge in the upcoming > release (that uses SG + couchbase mobile), would it be okay to create a > channel for each user? Are there any performance implications I should be > worried about. Yes, that works. The overhead per channel is pretty low. --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/4F708C25-A56B-47EA-A689-8220B4994DF3%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
