AW: [Zope-dev] Slow zope on windows 2000?

2002-08-28 Thread Arndt Droullier
This, however, is almost an order of magnitude difference, and may need further investigation... Adam There´s also a difference between Win2000 and Win2000 Server. The Server version is optimised for network and system operations(thread/memory allocation) and really much faster than the

[Zope-dev] persistence and lists

2002-09-18 Thread Arndt Droullier
Hello, I´m working on a product which contains custom data in a list of multiple dictionaries. How can I save the list/dictionaries after changes? Persistence is enabled (and works for other types), and _p_changed is set, also get_transaction().commit() is called. A second problem is that

AW: [Zope-dev] Access problem.

2002-09-25 Thread Arndt Droullier
-- I am developing a CMF link product which defines its own traverse method: def __bobo_traverse__(self, request, name=None): Traverse method hook if hasattr(self, name): # return own attributes/subobjects return getattr(self, name) else: t=

[Zope-dev] Zope 2.7 memory behaviour

2004-02-19 Thread Arndt Droullier
Hello, I´m trying to find a memory leak in a zope appliction and started to test how zope memory consume behaves basically under load. The current result is: Zope constantly consumes more memory. The testcase is: 12 http clients request constantly request the same page template (it does not

AW: [Zope-dev] Zope 2.7 memory behaviour

2004-03-22 Thread Arndt Droullier
Your debug information looks like severel objects referenced by acquisition remain in memory. You can be sure this is the case if you in the management interface to Control Panel/Database Management/main/Flush Cache and remove all objects from cache. If the reference count doesn´t change then