I would like to distribute a CouchDB database on a minimum of 3 servers for the purpose of redundancy.
An attachment could be accessed like this: http://cdb1.example.com/abc/xyz/image.jpg http://cdb2.example.com/abc/xyz/image.jpg http://cdb3.example.com/abc/xyz/image.jpg Is it possible to access the database from a single domain name that would automatically resolve to an instance that is running? For example if the server running on of the instances was experiencing a power outage it should automatically resolve to an instance that works. If so, where can I find documentation about how to do this?
