[Zope] zope performance issues

Chris McDonough chrism at plope.com
Wed May 19 00:30:06 EDT 2004



On Wed, 2004-05-19 at 00:25, Trevor Warren wrote:
> Hello Chris,
> 
> --- Chris McDonough <chrism at plope.com> wrote:
> > than a lot of other systems.  It attempts to make up
> > for that liability
> > by scaling across systems very well.
> [snip]
> 
>  Thanks for the link Chris. How about scaling across
> SMP systems???.

Just use multiple Zope processes, one for each processor, all talking to
the same ZEO server.  For best performance, "bind" each Zope process to
a single processor (the process for doing so differs across operating
systems).

- C





More information about the Zope mailing list