19 Jan
2008
19 Jan
'08
6:43 p.m.
David Bear wrote at 2008-1-18 10:21 -0700:
are there any compile time optimizations for python that would also help optimize zope? shared libraries? threads?
As an additional hint to save memory: Ensure that the ZODB cache size is tight for the "temporary" database (which contains the session data). The default size is usually far too large. This advice is especially important when you keep large amounts of data in your session objects. -- Dieter