I have a zope server (2.7.4) that I maintain and every now and then the python process that's running zope goes heywire and eats all of the cpu resources and basically make my website stop responding. Does anyone have any clues as to how I can debug this problem? 
<br><br>I&#39;m not the best python coder but I do know how to use pdb. And I&#39;m looking for sorta where and what pieces would be the best place to start putting the trace() bits. <br><br>... but really any sort of guidance would help... here&#39;s a small bit from ps auxwwww showing a bit of what I mean, but when it *really* goes heywire it just eats all of my cpu and causes the load to shoot up near the 50s (on a dual opteron 275 processor machine)
<br><br>USER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PID %CPU %MEM&nbsp;&nbsp;&nbsp; VSZ&nbsp;&nbsp; RSS TTY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STAT START&nbsp;&nbsp; TIME COMMAND<br>zecms&nbsp;&nbsp;&nbsp;&nbsp; 4062 12.6&nbsp; 8.9 830640 718768 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sl&nbsp;&nbsp; Jan19 972:32 /thingie/src/bin/python /thingie/src/opt/Zope2/lib/python/Zope/Startup/run.py -C /www/zed/src/var/zope/etc/zope.conf
<br><br>TIA,<br>--timball<br>