Re: replacing shmem - Mailing list pgsql-hackers

From Tom Samplonius
Subject Re: replacing shmem
Date
Msg-id Pine.BSF.4.05.10101052006090.25962-100000@misery.sdf.com
Whole thread Raw
In response to replacing shmem  ("Valter Mazzola" <txian@hotmail.com>)
List pgsql-hackers
On Sat, 6 Jan 2001, Valter Mazzola wrote:

> Excuse my ignorance.
> Is there a way to replace the shmem and sem (ipc.c) to use files. In this 
> way we can have a sort of a parallel server using GFS.
...
 Besides the slowness of file IO, it also doesn't make sense to have a
shared memory area for all nodes.  Not all pages in the shared memory area
are dirty pages, and it make no sense for all nodes to share the same read
cache, when they could have individual read caches.  Besides, it is more
scalable.
 Either way, an application level cluster employing two-phase commit is
likely going to be a lot more useful.  FrontBase
(http://www.frontbase.com) supports this now, and on more platforms than
GFS supports.  Besides, GFS is rather alpha right now.

Tom



pgsql-hackers by date:

Previous
From: "Andrew Snow"
Date:
Subject: RE: replacing shmem
Next
From: "Roderick A. Anderson"
Date:
Subject: Re: Re: Beta2 ... ?