Re: continous feed clean up (phonegap specific?)

2014-10-22 Thread Jens Alfke
On Oct 21, 2014, at 5:54 PM, Seung Chan Lim djs...@gmail.com wrote: What I've noticed is that the new changes get appended to the http body. Now I could imagine this could grow quite large at times. Interesting — that must just be a side effect of the way the XMLHTTPRequest object works.

Re: Slow Update/Delete with large databases (1/4 second per delete)

2014-10-22 Thread Jens Alfke
On Oct 21, 2014, at 10:32 PM, James Norman james.nor...@gmail.com wrote: I'm experiencing slow updates with large databases at 30-70K documents. It takes over 50 seconds to delete 200 documents on a database with 50K documents. I don't normally weigh in on Android issues because I work

Looking for cross-platform syncing solution. Windows?

2014-10-22 Thread adam wilson
I'm looking for a cross-platform data syncing solution and Couchbase Lite looks like a winner atm, with Sync Gateway handling restriction of data between users. I am currently developing an iOS and Android app, but also looking to build a desktop app that will share / use the same data. OSX

Re: FYI: Enabling WebSockets when putting Sync Gateway behind nginx

2014-10-22 Thread Jeremy Kelley
I've been wrestling with putting the sync gateway behind nginx today and am having no luck. Did anyone actually ever get this working? Any pointers you can share? Thanks, Jeremy On Saturday, October 4, 2014 7:35:04 PM UTC-5, Jens Alfke wrote: If you put your Sync Gateway(s) behind an nginx

Re: FYI: Enabling WebSockets when putting Sync Gateway behind nginx

2014-10-22 Thread Traun Leyden
A related ticket in case you haven't seen it: https://github.com/couchbase/sync_gateway/issues/439#issuecomment-57867740 Afaik Andy Reslan should be adding this soon. On Oct 22, 2014, at 4:57 PM, Jeremy Kelley nodswo...@gmail.com wrote: I've been wrestling with putting the sync gateway

Re: FYI: Enabling WebSockets when putting Sync Gateway behind nginx

2014-10-22 Thread Jeremy Kelley
I actually just got it working. I'll paste a gist soon to help others. Sent from my iPad On Oct 22, 2014, at 7:22 PM, Traun Leyden traun.ley...@gmail.com wrote: A related ticket in case you haven't seen it: https://github.com/couchbase/sync_gateway/issues/439#issuecomment-57867740

Re: Looking for cross-platform syncing solution. Windows?

2014-10-22 Thread Jens Alfke
On Oct 22, 2014, at 3:03 PM, adam wilson adam.elemen...@gmail.com wrote: I am building the app using JUCE C++ framework, and so most of the code will be shared across platforms apart from platform-specific stuff. I am not sure if the C# or Java versions would be better to include in a

Re: FYI: Enabling WebSockets when putting Sync Gateway behind nginx

2014-10-22 Thread Jeremy Kelley
Here's the location stanzas I'm using with nginx in front of sync gateway. Hope it's helpful to someone. https://gist.github.com/nod/0e12567203e94e3646c1 -j On Saturday, October 4, 2014 7:35:04 PM UTC-5, Jens Alfke wrote: If you put your Sync Gateway(s) behind an nginx proxy, you'll need