14 Mar
2002
14 Mar
'02
9:42 p.m.
Ron Arts wrote:
Get the pid from top that is using up the cpu and run
strace -p your_pid
Done that. It's very interesting to do this while zope is starting up. It seems the last 10 of my seconds zope is in a tight loop calling time() and doing nothing else.
Ouch! Now I see why Jim says timestamps in short records are bad :-( cheers, Chris