Andreas Jung

Plone and Python developer since the mid-90 • Electronic Publishing Guru • Singing • Piano & Organ • Human.

Tübingen
213 posts
Website Twitter RSS

On ZODB conflict resolution

ZODB conflict resolution is a build-in mechanism of the ZODB for resolving (write) conflict errors. Applications can implement application-specific conflict resolution handlers by providing their own _p_resolveConflict() implementation. Most people do not