mmap icon indicating copy to clipboard operation
mmap copied to clipboard

Adds map_shm to open and mmap a region of POSIX shared memory.

Open jnfeinstein opened this issue 11 years ago • 0 comments

This series of commits adds the capability to use a shared memory region instead of a file. This functionality can be used to quickly transmit large amounts of data between local processes, including instances of nodeJS.

The first commit contains all functional changes. The other commits are for documentation.

jnfeinstein avatar May 23 '14 04:05 jnfeinstein