Jean-Paul Calderone <[EMAIL PROTECTED]> 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. -- http://mail.python.org/mailman/listinfo/python-list