First page Back Continue Last page Overview Graphics
Deployment Planning
Miscellaneous Tweaks
- Debug mode. Turn it off! Z_DEBUG_MODE envvar in 2.6 and “debug-mode” zope.conf key in 2.7.
- Python “check interval” determines how often Python releases the global interpreter lock to let other threads do work. Setting it to a higher or lower number may help your application. python-check-interval in Zope 2.7 zope.conf and -i argument to z2.py in Zope 2.6.