mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Mentioned POSIX shared memory.
This commit is contained in:
parent
17855f328b
commit
322d037db5
3
PROJECTS
3
PROJECTS
@ -140,6 +140,9 @@ contact <bug-glibc@gnu.org>.
|
|||||||
- the nscd creates the hash tables and the information it stores
|
- the nscd creates the hash tables and the information it stores
|
||||||
in it in a mmap()ed region. This means no pointers must be
|
in it in a mmap()ed region. This means no pointers must be
|
||||||
used, only offsets.
|
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
|
- each program using NSS functionality tries to open the file
|
||||||
with the data.
|
with the data.
|
||||||
- by checking some timestamp (which the nscd renew frequently)
|
- by checking some timestamp (which the nscd renew frequently)
|
||||||
|
Loading…
Reference in New Issue
Block a user