[Zope] compile time optimizations for python
Dieter Maurer
dieter at handshake.de
Sat Jan 19 13:43:29 EST 2008
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
More information about the Zope
mailing list