Andres Kroonmaa wrote:
> just wondering, some OS'es implement sysvshm by using mmap. wonder if
> mmap is more portable and/or may give any added possibilities.
They are fairly equivalent in function.
mmap() has the added benefit of being able to be persistent between
reboots, while shm only can persist until reboot.
/Henrik
Received on Fri Jun 16 2000 - 15:45:48 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:12:30 MST