Mentioned POSIX shared memory.
authorUlrich Drepper <drepper@redhat.com>
Tue, 20 Feb 2001 09:00:41 +0000 (09:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 20 Feb 2001 09:00:41 +0000 (09:00 +0000)
PROJECTS

index 39486df..b15b711 100644 (file)
--- 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)