31 Aug
2004
31 Aug
'04
9:19 p.m.
Jens Nachtigall wrote at 2004-8-28 13:53 +0200:
I use Zope-2.6.2-linux2-x86 on RedHat-Linux7.2. When I want to start Zope with only 2 threads (I want to reduce the memory usage), 4 threads are started:
"-t 2" means 2 worker threads. There is also the main (ZServer) thread. Furthermore, the "libpthread" library activates an additional thread that it uses internally to help create and delete additional threads. -- Dieter