11 Mar
2005
11 Mar
'05
10:09 p.m.
On Fri, 2005-03-11 at 17:05, Fernando Lujan wrote:
Tres Seaver wrote:
It is our experience in hosting Zope on SMP Linux boxen (2.4 series kernles) that the CPU scheduler will tend to migrate the Python processes to separate CPUs, without need for explicit binding.
Hi Tres,
So, Do I create 4 instances of Zope to use with a dual Xeon HT? :-)
I don't know that there's a ready-made answer for this. You can create as many instances as you want on a single machine, pretty much, but for better or worse, it will be up to you to figure out how many is the "right number on any given hardware. - C