Shared Memory
fileprocess.process- shmop_close (shmid) - Close shared memory block
- shmop_delete (shmid) - Delete shared memory block
- shmop_open (shmid) - Create or open shared memory block
- shmop_read (shmid, start, count) - Read data from shared memory block
- shmop_size (shmid) - Get size of shared memory block
- shmop_write (shmid, data, offset) - Write data into shared memory block
