Apache-SharedMem
view release on metacpan or search on metacpan
Setup manually the namespace. To share same datas, your program must
use the same namespace. This namespace is set by default to the
caller's package name. In most cases the default value is a good
choice. But you may setup manually this value if, for example, you
want to share the same datas between two or more modules.
* "ipc_mode" optional, octal
Setup manually the segment mode (see the IPC::ShareLite manpage) for
more details (default: 0600). Warning: this value _must_ be octal,
see chmod documentation in perlfunc manpage for more details.
* "ipc_segment_size" optional, integer
Setup manually the segment size (see the IPC::ShareLite manpage) for
more details (default: 65_536).
* "debug" optional, boolean
Turn on/off the debug mode (default: 0)
lib/Apache/SharedMem.pm view on Meta::CPAN
Setup manually the namespace. To share same datas, your program must use the same
namespace. This namespace is set by default to the caller's package name. In most
cases the default value is a good choice. But you may setup manually this value if,
for example, you want to share the same datas between two or more modules.
=item *
C<ipc_mode> optional, octal
Setup manually the segment mode (see L<IPC::ShareLite>) for more details (default: 0600).
Warning: this value _must_ be octal, see chmod documentation in perlfunc manpage for more details.
=item *
C<ipc_segment_size> optional, integer
Setup manually the segment size (see L<IPC::ShareLite>) for more details (default: 65_536).
=item *
C<debug> optional, boolean
( run in 0.408 second using v1.01-cache-2.11-cpan-496ff517765 )