17 Jun
2002
17 Jun
'02
5:21 p.m.
=?koi8-r?B?4c7E0sXKIPDV3snO?= writes:
I have tested ZOPE under heavy load (about 100-200 users simultaneously) and noticed that 2 zope running on 1 PC works (processing requests) faster than 1.
Zope runs under Windows XP with -t 10 options. Test were made with RationalRobot. Is your Zope running on a multi-processor maschine?
Then it would be normal. Python's threading system is usually unable to make full use of multiple processors. Dieter