Re: Database cluster?

From: Alain Toussaint <nailed(at)videotron(dot)ca>
To: Gordan Bobic <gordan(at)freeuk(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Database cluster?
Date: 2000-12-01 23:14:43
Message-ID: Pine.LNX.4.30.0012011807420.299-100000@alain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Please forgive my ignorance (I haven't used Postgres for that long), but
> what are shm and sem?

shared memory and semaphores,interresting tidbit on Linux (2.4.0-test
series at least) is that shared memory can be a nodev filesystem (like proc or
devfs):

/dev/ide/host0/bus0/target0/lun0/part2 on / type ext2 (rw,errors=remount-ro,errors=remount-ro)
proc on /proc type proc (rw)
/shm on /shm type shm (rw)

and there's at least a few other nodev filesystem in the latest kernel
series:

nodev shm
nodev sockfs
nodev pipefs
nodev proc
ext2
nodev devfs

i'm doing some heavy research into these filesystem but so far,there's a
BIG lack of docs.

Alain

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Castle 2000-12-02 01:00:05 Re: Unanswered questions about Postgre
Previous Message Martin A. Marques 2000-12-01 22:30:19 postgres blobs and PHP