RE: [Zope] 2 Zope instances on a 2 CPU linux server

2005-07-28 Thread Andrew Sawyers
stances on a 2 CPU linux server   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 ?   As far a I know, python can not fully take adva

Re: [Zope] 2 Zope instances on a 2 CPU linux server

2005-07-28 Thread Andreas Jung
--On 28. Juli 2005 14:11:18 +0100 Pascal Peregrina <[EMAIL PROTECTED]> 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

Re: [Zope] 2 Zope instances on a 2 CPU linux server

2005-07-28 Thread Jens Vagelpohl
On 28 Jul 2005, at 14:11, Pascal Peregrina 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 ? As far a I know, python can not fully take advantag

[Zope] 2 Zope instances on a 2 CPU linux server

2005-07-28 Thread Pascal Peregrina
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 ?   As far a I know, python can not fully take advantage of 2 CPU cause python threads are not OS thread