What's the problem?
Posted Oct 27, 2010 20:57 UTC (Wed) by
khim (subscriber, #9252)
In reply to:
Ghosts of Unix Past: a historic search for design patterns by HelloWorld
Parent article:
Ghosts of Unix Past: a historical search for design patterns
For shared memory there are mmap (don't forget that you can easily pass file descriptor via unix socket) and futexes work great across the shared memory so there are really no need to ever use sysvipc. Except for legacy reason, I suppose.
(
Log in to post comments)