Zope and a multiprocessor machine
Say I've got a multiprocessor machine on Linux. I've got a ZEO running. Does it make more sense to run one Zope client on that box with 8 threads or two clients with 4 threads? Chris Muldrow
Hi Chris, On Wed, 19 Feb 2003 15:41:46 -0500 Chris Muldrow <cmuldrow@fredericksburg.com> wrote:
Say I've got a multiprocessor machine on Linux. I've got a ZEO running. Does it make more sense to run one Zope client on that box with 8 threads or two clients with 4 threads?
The latter. Even more instances as one per processor looks better. Regards tino
Chris Muldrow wrote:
Say I've got a multiprocessor machine on Linux. I've got a ZEO running. Does it make more sense to run one Zope client on that box with 8 threads or two clients with 4 threads?
Chris Muldrow
Run two clients with four threads before you run one client with eight threads on a MP machine.
participants (3)
-
Chris Muldrow -
Matthew T. Kromer -
Tino Wildenhain