Poor python and/or Zope performance on Sparc
Duncan Booth
duncan.booth at invalid.invalid
Sat Nov 3 13:37:27 EDT 2007
Jean-Paul Calderone <exarkun at divmod.com> wrote:
> The T1000 isn't a very good machine for general server purposes. It
> has advantages when running software with a lot of hardware-level
> parallelism, but Zope isn't such a piece of software.
Zope can scale well on multi-processor machines, but you have to configure
it correctly. You need to run multiple instances of Zope all talking to a
common Zeo backend.
In this case you could try running up to 32 single-threaded zope instances,
although you'll need to watch the memory consumption so depending on the
application you might not get away with that many.
More information about the Python-list
mailing list