External process for httpd_global_handlers

2009-09-29 Thread Marcin Lepicki
Hi, I am developing Flex application with CouchDB backend (only GET requests, for images). Flash/flex apps must pass security rules for flash player (more info on http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html), but all I want to get special text file crossdomain.xml at

Re: External process for httpd_global_handlers

2009-09-29 Thread Jan Lehnardt
On 29 Sep 2009, at 11:10, Marcin Lepicki wrote: Hi, I am developing Flex application with CouchDB backend (only GET requests, for images). Flash/flex apps must pass security rules for flash player (more info on http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html ), but

trunk on windows (thanks)

2009-09-29 Thread Norman Barker
Hi, thanks to whoever has been doing a lot of work with supporting windows with couchdb. I have just gone from 0.9 to trunk and it was really easy, I didn't have to change a lot of c code like before, just created MSVC project files and it all works well. I had one comment, in

Client Library Review

2009-09-29 Thread Adam Venturella
Was wondering if I could solicit some feedback on a php client library: http://github.com/aventurella/couchdb_php/tree/master It's working on 0.9 - 0.11.0a818552

Re: Modelling Question

2009-09-29 Thread Jesse Hallett
I think the answer depends on what you want to do with this data. The information you provided is nicely detailed, but seems to me to come down to a generic how does one represent a many-to-many association in CouchDB? One simple way is to store association links in one of the main documents

Re: Help with complex key range query and map/reduce

2009-09-29 Thread Jesse Hallett
Glenn, I am afraid that to do what you want to do you will need at least two different views. As Ning explained, the most significant position of the key determines what will be filtered. For example: start: [1, 2009, 9, 1, g] end: [1, 2009, 9, 29, g] Will return all results for

Re: unexpected behavior in view generation

2009-09-29 Thread James Marca
On Mon, Sep 28, 2009 at 05:20:56PM -0400, Paul Davis wrote: On Mon, Sep 28, 2009 at 5:10 PM, James Marca jma...@translab.its.uci.edu wrote: Hi All, I ran across some behavior this weekend that I didn't expect. I have a lot of data, and I'm trialing storing the raw data in CouchDB.  I

Re: Help with complex key range query and map/reduce

2009-09-29 Thread Glenn Rempe
Thanks Jesse for helping me walk through this. I think I am (slowly) wrapping my head around it. :-) I think your example of having two different views to cover this is helpful. Let me replay, and tell me if I may finally have it. (Just a note to clarify my use case, the date ranges can be an

Re: Help with complex key range query and map/reduce

2009-09-29 Thread Jesse Hallett
Yes, you got it. On Sep 29, 2009 1:01 PM, Glenn Rempe gl...@rempe.us wrote: Thanks Jesse for helping me walk through this. I think I am (slowly) wrapping my head around it. :-) I think your example of having two different views to cover this is helpful. Let me replay, and tell me if I may

Re: Help with complex key range query and map/reduce

2009-09-29 Thread Glenn Rempe
Excellent! I am implementing as we speak. I've put off the histogram reduction for the moment. Maybe I'll come back to the group as I tackle that one. Thanks. On Tue, Sep 29, 2009 at 1:04 PM, Jesse Hallett halle...@gmail.com wrote: Yes, you got it.

Strange problems when PUTting to _config

2009-09-29 Thread eric casteleijn
This is on a snapshot of the 0.10 branch and may be fixed already. Since we're seeing this on a production server and not our development environments, it's hard to write a failing test. After a lot of successful (after a fashion[*]) PUTting to and DELETEing from _config, we're seeing a