Re: scripts in [update_notification] section ?

2010-11-15 Thread cdr53x
On 11/15/2010 04:58 PM, Zachary Zolton wrote: I think your update notification script is not supposed to exit every time there's a change. It's supposed to stay running in a loop where you get the next line from standard input (for each update), only quitting when that stream gets closed. You

scripts in [update_notification] section ?

2010-11-15 Thread cdr53x
Hi, I read the article concerning the view updates in the wiki (http://wiki.apache.org/couchdb/Regenerating_views_on_update) and tried to test this. I just put a basic script that simply logs a message in my conf.ini : [update_notification] view_update=/home/tests/couchdb/deployed/bin/upda

Re: Fwd: Multi-View support : feedback,issues, and question

2010-09-21 Thread cdr53x
Hi, I checked out your update from the github and the mutiview test still produces the same 400 errors : [Tue, 21 Sep 2010 09:00:29 GMT] [info] [<0.172.0>] 127.0.0.1 - - 'POST' /test_suite_db/_multi 400 [Tue, 21 Sep 2010 09:00:29 GMT] [debug] [<0.172.0>] httpd 400 error response: {"error":"

Muti-View support : feedback,issues, and question

2010-09-20 Thread cdr53x
Hi, We successfully installed the multiview couchdb from the git, and there seems to be some issues with the tests demonstrating the mutiview features. 1/ Issue #1 : muti view demonstration test is not available from Futon We can see it is included in the tests ( file share/couchdb/www/scri

Re: Muti-View support : feedback,issues, and question

2010-09-20 Thread cdr53x
Hi, Thanks for your answer, > > thanks for testing this out, this looks like a configuration issue, > _multi should be a registered httpd_db_handler in local.ini as > follows. > > [httpd_db_handlers] > _multi = {multiview_httpd, handle_request} > > I will look into this and make sure it gets added