Subject: Re: Increasing SHMMAXPGS
To: None <kpneal@pobox.com>
From: Martin Weber <Ephaeton@gmx.net>
List: tech-kern
Date: 07/08/2002 01:42:47
On Sun, Jul 07, 2002 at 05:52:08PM -0400, kpneal@pobox.com wrote:
> Off the cuff thought: If the SHM namespace is basically a file system
> then how come there is no real filesystem interface for it? IE, why
> use a special tool to get a list of segments when ls could do the trick?

Hmm, maybe because people are used to it... but maybe an implementation of
a portal SHM <-> filesystem mapping would be what you'd be looking for ?
So you could ls if you wanted..

-Martin