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
Our experiences with code forks in the Zope world and customer projects
My point of view on open software, free software and quality software
ZClasses resurrected as an external package for Zope 2.12. Fine - ZClasses are back for people who still depend on them. But what is wrong with this package? Basically nothing - except
Announcing our new platform for web-to-print, e-books and high-quality electronic documents.
As Python developer you often have the need for profiling and benchmarking applications. The standard tools are the Python profiler hotshot or standard debugging code with timestamp. Within one of our current project