Hi Aurélien, thanks for the reply.
yes, I use _changes longpoll to avoid polling a db view every X seconds. Before changing my solution to something very different (maybe use a nodejs server to simulate the _change behaviour by blocking the client request and polling a db view until a change is available), I want to make sure I can't make _changes works better. On 2013-08-21, at 10:56 AM, Aurélien Bénel <[email protected]> wrote: > I forgot you used _changes for synchronization. So don't consider my last > sentence. > > > Regards, > > Aurélien
