Displaying 1 result from an estimated 1 matches for "9b439588".
Did you mean:
943588
2008 Jul 01
3
Processes and mmap
Hello,
For a key exchange algorithm I'm working on, I would like to keep a little bit
of shared state between the main server process and the processes that
clients connect to. So far, I'm considering mmap for the purpose.
But I cannot figure out where I need to put the mmap initialization call,
where it would be called at server startup (before any fork()s/exec()s), and
never again.