20 Apr
2005
20 Apr
'05
9:43 a.m.
David wrote:
I have installed the zope debian (sarge) package. The default number of threads is 4 but only one thread is running. I installed this package in several machines and I have this problem in everyone.
How are you deducing that only one thread is running?
Chris
I do : ps -aux . There is one zope process (user : zope) running in every moment : zope 19004 0.3 11.0 171460 114380 ? S 09:58 0:16 /usr/bin/python2.3 /usr/lib/zope2.7/lib/python/Zope/Startup/run.py -C /var/lib/zope2.7/instance/ ... However, there are a lot of apache process (6) running. Do you know another way to obtain the number of zope threads running?