Re: Load sharing question

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Curt Sampson <cjs(at)cynic(dot)net>
Cc: Andrew Sullivan <andrew(at)libertyrms(dot)info>, pgsql-general(at)postgresql(dot)org
Subject: Re: Load sharing question
Date: 2002-09-10 03:03:28
Message-ID: 200209100303.g8A33S709602@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Curt Sampson wrote:
> On Mon, 9 Sep 2002, Bruce Momjian wrote:
>
> > We can't make shared memory work across machines.
>
> Actually, shared memory does work fine across some machines.
> Digital Unix clusters, for example....

OK, I didn't go into detail, but the issue is test-and-set assembler
instructions we use for light-weight locking. You can't tell me that
actually works on a cluster, can you?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Curt Sampson 2002-09-10 03:07:17 Re: Load sharing question
Previous Message Curt Sampson 2002-09-10 03:01:41 Re: Load sharing question