28 Jul
2005
28 Jul
'05
1:48 p.m.
--On 28. Juli 2005 14:11:18 +0100 Pascal Peregrina <Pperegrina@Lastminute.com> wrote:
Hi,
I would like to know what if using taskset (CPU affinity utility on linux) to bind each Zope instance to one single CPU can improve overall performance of both instances in any way ?
A single Python CPU can not be run on multiple CPUs. It will use only one. Consider using ZEO on multiple CPU machine with one storage process and multiple ZEO clients. -aj