POSIX-RT-SharedMem
view release on metacpan or search on metacpan
lib/POSIX/RT/SharedMem.pm view on Meta::CPAN
=item * offset
This determines the offset in the file that is mapped. Default is C<0>.
=item * flags
Extra flags that are used when opening the shared memory object (e.g. C<O_EXCL>).
=back
It returns a filehandle that can be used to with L<stat>, L<chmod>, L<chown>. For portability you should not assume you can read or write directly from it.
=head2 shared_unlink $name
Remove the shared memory object $name from the namespace. Note that while the shared memory object can't be opened anymore after this, it doesn't remove the contents until all processes have closed it.
=head1 SEE ALSO
=over 4
=item * SysV::SharedMem
( run in 0.809 second using v1.01-cache-2.11-cpan-5511b514fd6 )