Brian Candler wrote:
On Thu, Oct 08, 2009 at 04:34:49PM +0200, Nils Breunese wrote:You should check the HTTP status code when you add data to your database. If you get back a 409 Conflict then you should perform your conflict resolving code.... which only works if all your updates go to the same couchdb server (i.e. you are not using multi-master replication).
Very true. Nils.
