Hi Dyon,
--On Donnerstag, 24. Mai 2001 05:07 +1000 Dyon Balding
<[EMAIL PROTECTED]> wrote:
> Tino,
>
> Thanks for your reply.
>
> When you say it works fine on a dual processor machine, are you saying
> that a single ZEO client fully utilises both processors? or that you
> are running two ZEO
On 24 May 2001 05:07:30 +1000, Dyon Balding wrote:
> Tino,
>
> Thanks for your reply.
>
> When you say it works fine on a dual processor machine, are you saying
> that a single ZEO client fully utilises both processors? or that you
> are running two ZEO clients successfully?
I am running dozens
Well that's what I'm trying to do, but as mentioned in my original
post, any Zope clients utilising ZEO started after the first one do
not respond. The ZEO storage server is running on a separate machine,
serving the 15 client machines.
-d
On Wed, May 23, 2001 at 05:51:57PM -0700, David Brown w
> "DB" == David Brown <[EMAIL PROTECTED]> writes:
DB> At 08:26 PM 5/23/2001 -0400, Jeremy Hylton wrote:
>> Since a single Python process has a single global interpreter
>> lock, you'll never fully utilize a 2-processor machine.
DB> If you, say, launched two separate Zope processes, a
At 08:26 PM 5/23/2001 -0400, Jeremy Hylton wrote:
>Since a single Python process has a single global interpreter lock,
>you'll never fully utilize a 2-processor machine.
I may be merely demonstrating ignorance, but --
If you, say, launched two separate Zope processes, and one ZEO process, on
t
Since a single Python process has a single global interpreter lock,
you'll never fully utilize a 2-processor machine. The lock is
released whenever a socket call (send, receive, listen, etc.) is made,
so that provides some opportunity for using two CPUs, but not much.
Jeremy
__
They are listening on different ports, (80 and 81) in my test case.
And yes, there will be a load balancer in front of them (there will
be 15 dual processor servers) to make the cluster appear like one
machine.
-dyon
On Wed, May 23, 2001 at 12:38:25PM -0700, Randall F. Kern wrote:
> If I unders
[EMAIL PROTECTED]]
> Sent: Wednesday, May 23, 2001 12:08 PM
> To: Tino Wildenhain
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Zope-dev] ZEO on SMP
>
>
> Tino,
>
> Thanks for your reply.
>
> When you say it works fine on a dual processor machine, are you sayi
Tino,
Thanks for your reply.
When you say it works fine on a dual processor machine, are you saying
that a single ZEO client fully utilises both processors? or that you
are running two ZEO clients successfully?
Unfortunately I'm currently stuck with Windows due to both political
reasons, and be
Hi Dyon,
ZEO on a dual processor machine runs fine for me.
I'm using redhat-linux for the server (ZEO and Clients
on same machine)
If you dont need strange things I would not recommend
Win2k as server platform.
Best regards
Tino Wildenhain
--On Mittwoch, 23. Mai 2001 11:35 -0700 Dyon Balding <[
10 matches
Mail list logo