Re: Connect to flex

2010-05-16 Thread Jim Woodgate
manually patch it in whenever you want to update couchdb) or put a front end in front of CouchDB so you can serve the access .xml files and proxy the CouchDB calls. -- Jim Woodgate jdwo...@gmail.com

Re: updated docs for .11/rewrite

2010-04-15 Thread Jim Woodgate
L rewrite, I added a rewrite rule but couch still looked for a database name, so it only worked as: http://localhost:5984/basedb/clientaccesspolicy.xml instead of http://localhost:5984/clientaccesspolixy.xml -- Jim Woodgate jdwo...@gmail.com

updated docs for .11/rewrite

2010-04-15 Thread Jim Woodgate
file) it sounds like I may be able to upload this file as an attachment and use the URL rewriter to make this work. I'm also wondering how security will play into this, can I have a database that is world readable so everyone can access this attachment? Thanks! -- Jim Woodgate jdwo...@gmail.com

Re: external limits

2009-11-20 Thread Jim Woodgate
12:24 PM, Jim Woodgate wrote: > Ok I found part of the problem, it's not the number of items I'm > returning, I'm getting a CouchDB Error Report every call, I guess it's > the way the error handling works that dictated whether I got results > or an error on the clie

Re: external limits

2009-11-20 Thread Jim Woodgate
hen Server state == {os_proc,"/home/jwoodgate/Geo/geoquery",#Port<0.1350>, #Fun, #Fun,5000} ** Reason for termination == ** {exit_status,0} On Fri, Nov 20, 2009 at 10:11 AM, Jim Woodgate wrote: > Sadly I can't access chat from

Re: external limits

2009-11-20 Thread Jim Woodgate
ow for sure that an external can output a very large > response, so I suggest comparing couchdb-lucene's code to your own and > see what's different. > > If you hop on #couchdb sometime, I'm sure we could track the bug down. > > B. > > On Fri, Nov 20, 2009 at

Re: external limits

2009-11-19 Thread Jim Woodgate
On Thu, Nov 19, 2009 at 5:10 PM, Robert Newson wrote: > Did you emit your JSON response on a single line? Yes it's all one line. > On Thu, Nov 19, 2009 at 10:42 PM, Jim Woodgate wrote: >> I finally have a basic external program running, but I find that if I >> return 57

external limits

2009-11-19 Thread Jim Woodgate
uple hundred milliseconds -- Jim Woodgate jdwo...@gmail.com

Re: looking for best approach to handle geo data

2009-11-13 Thread Jim Woodgate
ygon) and the search would be a geometry (more than likely a polygon) and I would only return documents where the geometries intersected. I was also hoping to use a bounding box to order the documents. -- Jim Woodgate jdwo...@gmail.com

looking for best approach to handle geo data

2009-11-13 Thread Jim Woodgate
help couchdb do something with the view keys? Thanks! -- Jim Woodgate jdwo...@gmail.com