Hey SO,
reading the couchdb book, I came across the statement,
"Writes are serialized, allowing only one write operation at any point in time, for any single database"
what does this mean? how does it control write conflict without locks? This is probably a question better suited to the couchdb mailing list, but I wanted a more computer science explanation of it than a 'product' explanation.
thank you