[Zope] 2 zope faster 1 zope running
Dieter Maurer
dieter@handshake.de
Mon, 17 Jun 2002 19:21:21 +0200
=?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