Search results for "module:Mmap"
Mmap - uses mmap to map in a file as a perl variable
The Mmap module lets you use mmap to map in a file as a perl variable rather than reading the file into dynamically allocated memory. It depends on your operating system supporting UNIX or POSIX.1b mmap, of course. You need to be careful how you use ...
MICB/Mmap-a2 - 21 Jun 1996 15:21:00 UTC
Sys::Mmap - uses mmap to map in a file as a Perl variable
The Sys::Mmap module uses the POSIX mmap <https://en.wikipedia.org/wiki/Mmap> call to map in a file as a Perl variable. Memory access by mmap may be shared between threads or forked processes, and may be a disc file that has been mapped into memory. ...
TODDR/Sys-Mmap-0.20 - 13 Feb 2020 18:36:50 UTC
Cache::Mmap - Shared data cache using memory mapped files
This module implements a shared data cache, using memory mapped files. If routines are provided which interact with the underlying data, access to the cache is completely transparent, and the module handles all the details of refreshing cache content...
PMH/Cache-Mmap-0.11 - 15 Apr 2008 09:50:30 UTC
Queue::Mmap - Perl extension for shared queue over mmap-ed file
Queue::Mmap - Shared circle-queue over mmap-ed file. Usefull for multy process task queue. One process(es) push task message, and other process(es) pop and execute that tasks. Access with locking(fcntl) guaranted right order without conflict. If push...
IEFREMOV/Queue-Mmap-0.11 - 30 May 2011 09:25:35 UTC
PerlIO::mmap - Memory mapped IO
This layer does "read" and "write" operations by mmap()ing the file if possible, but falls back to the default behavior if not....
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
PerlIO::mmap - Memory mapped IO
This layer does "read" and "write" operations by mmap()ing the file if possible, but falls back to the default behavior if not....
SHAY/perl-5.36.1 - 23 Apr 2023 15:22:26 UTC
Apache::Mmap - Associates a scalar with a mmap'd file
"Apache::Mmap" provides a facility for using the mmap(2) system call to have the OS map a file into a process' address space. Two interfaces are provided: * "mmap" and "munmap" methods which provide a persistant caching mechanisim similar to that pro...
FLETCH/Apache-Mmap-0.05 - 25 Nov 1997 04:25:20 UTCIPC::Mmap::Share - Safely share structures among processes using anonymous mmap.
Overview The IPC::Mmap::Share was born out of the need to share structures among processes that come from the same ancestor. It tries to do so in a very simple and straightforward manner. Just create an IPC::Mmap::Share object, and use set to store y...
ADUITSIS/IPC-Mmap-Share-0.03 - 16 Jul 2006 15:55:15 UTC
Apache::Mmap::Handle - Associates a file handle with a mmaped file
"Apache::Mmap::Handler" implements the "TIEHANDLE" interface to allow tieing a filehandle to a file which has been mapped into memory using the "Apache::Mmap" module....
FLETCH/Apache-Mmap-0.05 - 25 Nov 1997 04:25:20 UTC
OpenGL::Sandbox::MMap - Wrapper around a memory-mapped scalar ref
This is a simple wrapper around File::Map to make it more convenient to open read-only memory-mapped files, and to make sure they are distinctly held as references and not accidentally copied into perl scalars....
NERDVANA/OpenGL-Sandbox-0.120 - 08 Feb 2019 06:04:34 UTC