From: Ulrich Drepper Date: Tue, 20 Feb 2001 09:00:41 +0000 (+0000) Subject: Mentioned POSIX shared memory. X-Git-Tag: cvs/glibc-2_2_3~363 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=322d037db56afa5dd7598c6de0c2d1d34d791192;p=glibc.git Mentioned POSIX shared memory. --- diff --git a/PROJECTS b/PROJECTS index 39486df633..b15b7110d2 100644 --- a/PROJECTS +++ b/PROJECTS @@ -140,6 +140,9 @@ contact . - 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)