All,
Is there a standard bit of documentation as to how to handle a
ZEO server with multiple clients writing to the same data structure at
the same time? Right now I've got my own "layer" that runs ontop of a
zeo client connection and handles this with ZODB.lock_file, but i
really don't like lock files.
Regards,
Kenneth Miller