17 May
2004
17 May
'04
5:48 p.m.
Gerhard Schmidt wrote at 2004-5-13 11:23 +0200:
... Is there any why to get a shared session working.
You know that the ZODB is not designed for high frequency concurrent writes? When you want to reduce conflicts you will need to try hard to minimize concurrent writes. I have a (non-open) "Transience" implementation that writes much less then Zope's standard implementation. However, due to a ZEO weakness, its conflict resolution currently does not work (ZEO no longer supports "INSTANCE_HOME"). -- Dieter