Re: AIX disclaim() or Tru64 madvise (MADV_DONTNEED) needed

Jan Vroonhof (vroonhof@math.ethz.ch)
20 Aug 1999 21:32:58 +0200


Christoph Rohland <hans-christoph.rohland@sap-ag.de> writes:

> You can not use file descriptors for shared memory since they sync to
> file on unmap. This would be possible if we had shm_open which
> implements shared memory with the normal fd/mmap/unmap syntax.

Are you implying that it would suffice if you could use MAP_SHARED of
/dev/zero and/or MAP_SHARED|MAP_ANONYMOUS style shared memory?

If so, there is (or was) a patch for doing this for Linux (look for
shmfs). It seems to me like a nice feature for 2.3

See

http://www.uwsg.indiana.edu/hypermail/linux/kernel/9806.2/0803.html

(It was even designed explicitly for shm_open)

Unfortunately the website seems to have disappeared :-(

Jan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/