19 May
2004
19 May
'04
4:30 a.m.
On Wed, 2004-05-19 at 00:25, Trevor Warren wrote:
Hello Chris,
--- Chris McDonough <chrism@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