Kenneth Miller wrote:
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?
Not documentation, but there is a standard bit of snark that might be helpful: "don't do that". ;)
In other words, the best way to deal with a hot spot is to eliminate it. That may or may not be possible, but it's a good thing to try.
-- Benji York Senior Software Engineer Zope Corporation _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org http://mail.zope.org/mailman/listinfo/zodb-dev