diff options
Diffstat (limited to 'perl/perl-Sys-Mmap/README')
-rw-r--r-- | perl/perl-Sys-Mmap/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Sys-Mmap/README b/perl/perl-Sys-Mmap/README new file mode 100644 index 000000000000..a320862f316a --- /dev/null +++ b/perl/perl-Sys-Mmap/README @@ -0,0 +1,5 @@ +perl-Sys-Mmap (uses mmap to map in a file as a Perl variable) + +The mmap module uses the POSIX 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. |