Re: Timeout using Erlang views with large documents

2013-12-19 Thread david martin
On 19/12/13 03:28, Stanley Iriele wrote: Why did you place quotes around your timeout? Its just the value... No quotes The 'value' of the timeout 50 is merely the form or representation that is reported in the browser by curl. In Futon configuration it is also

Re: Timeout using Erlang views with large documents

2013-12-19 Thread Stanley Iriele
Ahh yes yes you're right...hmm...it is possible that they place a guard on the function and call it using the default value or something like that...also...what is your doc so huge?... At that point its easier to manage it in small docs and join them all in some view/ list function On Dec 19, 2013

Re: Timeout using Erlang views with large documents

2013-12-19 Thread david martin
On 19/12/13 10:08, Stanley Iriele wrote: Ahh yes yes you're right...hmm...it is possible that they place a guard on the function and call it using the default value or something like that...also...what is your doc so huge?... At that point its easier to manage it in small docs and join them all

Re: Timeout using Erlang views with large documents

2013-12-19 Thread Stanley Iriele
Haha..no worries... But just because the browser does it that way doesn't mean you have to...you can even use an update handler to isolate your logic... Instead of simply inserting it...like injecting type and what not. I've been using couch db for a while... There has to be a way for that data

Re: Timeout using Erlang views with large documents

2013-12-19 Thread david martin
On 19/12/13 10:43, Stanley Iriele wrote: moral of the story is you shouldn't take that long to process stuff I would take less time if I parallelised the processing in my OpenCl Erlang NIF's but too much hassle getting thro' roadblocks of arbitrary set timeouts. This was to bridge the gap

Re: Timeout using Erlang views with large documents

2013-12-19 Thread david martin
On 18/12/13 22:42, Robert Newson wrote: There is something hard coded in there and I will find it eventually and find why it was put there and by whom. This attitude might discourage people from helping you with your efforts. B. If a simple statement of intent dissuades people from helping,

Re: Timeout using Erlang views with large documents

2013-12-19 Thread Stanley Iriele
Random asside.. Have you restarted the database?... Yes you can curl and get the value but the process ..may not have respected it ... On Dec 19, 2013 7:37 AM, david martin david.mar...@lymegreen.co.uk wrote: On 18/12/13 22:42, Robert Newson wrote: There is something hard coded in there and I

Re: How to add BrowserId plugin to OSX binary install of CouchDB

2013-12-19 Thread Jan Lehnardt
On 18 Dec 2013, at 23:08 , Sjoerd de Jong sjo...@weett.nl wrote: Dave, Thanks for the extensive description. It’s a little hacky indeed but I’ve learned quite a bit from your approach. We’re getting closer! From a different perspective, what is the reason to not include Persona into

Re: Timeout using Erlang views with large documents

2013-12-19 Thread meredrica
On 12/19/2013 04:37 PM, david martin wrote: On 18/12/13 22:42, Robert Newson wrote: There is something hard coded in there and I will find it eventually and find why it was put there and by whom. This attitude might discourage people from helping you with your efforts. B. If a simple

Re: How to add BrowserId plugin to OSX binary install of CouchDB

2013-12-19 Thread Sjoerd de Jong
Thanks Jan for your reply. Is there any indication when the plugin system might land? I’d like to help but I have no Erlang experience, is there anything I can do? Kind regards, Sjoerd On 19 Dec 2013, at 21:26, Jan Lehnardt j...@apache.org wrote: On 18 Dec 2013, at 23:08 , Sjoerd de Jong