Re: how to setup authentication?

2009-11-16 Thread Fabio Forno
On Mon, Nov 16, 2009 at 7:14 AM, Chris Anderson jch...@apache.org wrote: The easiest way right now is to use a proxy like Apache httpd with rewrite configuration. One place to look is the Ubuntu One source code: https://code.launchpad.net/~sil/desktopcouch/plaintext-auth-for-u1 There's

Re: Storing Hierarchical Data

2009-11-16 Thread Jan Lehnardt
On 16 Nov 2009, at 05:28, Adam Wolff wrote: There isn't a great way to store hierarchical data in couch. If you want to actually move stuff around, the full pathname is a no-go, since there are no bulk updates. The only other trick here, if you have meaningful roots or branch points, is to

System_Limit ConnectionReset by the Peer

2009-11-16 Thread venkata subbarayudu
Hello All, I was using couchdb 0.10.0a781732 and python plugin (couchdb-python-0.6) . I was creating databases and inserting documents through a python script. The code is throwing System_limit error after creating a certain number of databases. (roughly about 1000) and after that

Re: Storing Hierarchical Data

2009-11-16 Thread Adam Wolff
Ok, for some apps it's a no-go. If this is a highly concurrent server app, you'll orphan data if you start two rename updates at the same time, a On Monday, November 16, 2009, Jan Lehnardt j...@apache.org wrote: On 16 Nov 2009, at 05:28, Adam Wolff wrote: There isn't a great way to store

Re: System_Limit ConnectionReset by the Peer

2009-11-16 Thread Paul Davis
On Mon, Nov 16, 2009 at 8:00 AM, venkata subbarayudu avsrit2...@gmail.com wrote: Hello All,    I was using couchdb 0.10.0a781732 and python plugin (couchdb-python-0.6) . I was creating databases and inserting documents through a python script. The code is throwing System_limit error after

Re: Testing shows and lists

2009-11-16 Thread Vlad GURDIGA
Back on this one. Insisting on the idea of separating the application code from the pretty much standard kinda-template code of shows and lists, I came out with a thing that feels cleaner. In a list, let's say lists/tags.js, other than the template-code, I only have an include