7 Jul
2000
7 Jul
'00
5:02 p.m.
On Fri, 7 Jul 2000, Ragnar Beer wrote:
Howdy! I have a question concerning the number of running zope processes: I used to run Zope under Linux and there was always more than a handful of zope processes running. Now I switched to OpenBSD and there is only one. How comes? I guess the more zope processes I have running the more requests I can satisfy?
This is because on linux /bin/ps shows ALL threads as processes; on other unicies ps show only main thread.
Interesting. I only realized that ps gives less information under OpenBSD over all than under Linux. Is there a way to see how many threads are actually running? --Ragnar