about summary refs log tree commit diff
path: root/PROJECTS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-20 09:00:41 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-20 09:00:41 +0000
commit322d037db56afa5dd7598c6de0c2d1d34d791192 (patch)
tree7c5a2fc6599a623640fbcc53bba3e6f9482d6f8c /PROJECTS
parent17855f328bd1cd037cb3e2b45c5ff1c0167c2c38 (diff)
downloadglibc-322d037db56afa5dd7598c6de0c2d1d34d791192.tar.gz
glibc-322d037db56afa5dd7598c6de0c2d1d34d791192.tar.xz
glibc-322d037db56afa5dd7598c6de0c2d1d34d791192.zip
Mentioned POSIX shared memory.
Diffstat (limited to 'PROJECTS')
-rw-r--r--PROJECTS3
1 files changed, 3 insertions, 0 deletions
diff --git a/PROJECTS b/PROJECTS
index 39486df633..b15b7110d2 100644
--- a/PROJECTS
+++ b/PROJECTS
@@ -140,6 +140,9 @@ contact <bug-glibc@gnu.org>.
      - the nscd creates the hash tables and the information it stores
        in it in a mmap()ed region.  This means no pointers must be
        used, only offsets.
+     OR
+       if POSIX shared memory is available use a named shared memory
+       region to put the data is
      - each program using NSS functionality tries to open the file
        with the data.
      - by checking some timestamp (which the nscd renew frequently)