Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2003 18:21:58 -0800
From:      Peter Wemm <peter@wemm.org>
To:        Garrett Wollman <wollman@lcs.mit.edu>
Cc:        Matthew Dillon <dillon@apollo.backplane.com>, arch@FreeBSD.ORG
Subject:   Re: getsysfd() patch #1 (Re: Virtual memory question) 
Message-ID:  <20030123022158.E5F5B2A7EA@canning.wemm.org>
In-Reply-To: <200301222323.h0MNN7co043532@khavrinen.lcs.mit.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
Garrett Wollman wrote:

> >     I would argue that namespace private operations are far better handled
> >     in userspace then kernelspace (why waste kernel memory managing
> >     private namespaces?).
> 
> Private namespaces are bad and unnecessary.  We already have anonymous
> shared memory; I don't see any need for ``semi-anonymous'' shared
> memory.  The garbage-collection problem is already bad enough.

Meanwhile, in the real world, it is exactly what we need at work.
Anonymous shared memory (MAP_ANON and /dev/zero) isn't good enough.

Actually, we dont care for the shm_open() API too much at all since it
conflicts with our application libraries.  Fortunately it doesn't exist 
in 4.x yet, which is where we need the persistent object thing anyway.

Cheers,
-Peter
--
Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com
"All of this is for nothing if we don't go to the stars" - JMS/B5


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030123022158.E5F5B2A7EA>