On Sun, Sep 20, 2009 at 9:55 PM, Matt Aimonetti <[email protected]> wrote:
> Benoit, just out of curiosity, can you explain how you setup the 1000
> continuous replications?
>
> Thanks,
>
> - Matt
I've 2 amchines here for the tests. When I decide to create one db,
it's created in the same time on 2 machine using couchdbkit, once dbs
are created I setup replication on second node :
POST /_replicate {"source": "http://node0/somedb", target="somedb",
"continuous": "true"} and that's it :)
So now each time I create a doc on node0 it's automatically replicated on node1.
- benoit