Tcl mmap Interface Code
Brought to you by:
alsterg
| File | Date | Author | Commit |
|---|---|---|---|
| doc | 2008-09-11 | alsterg | [r1] |
| tclconfig | 2008-09-11 | alsterg | [r1] |
| tests | 2008-09-11 | alsterg | [r1] |
| unix | 2008-09-11 | alsterg | [r1] |
| AUTHORS | 2008-09-11 | alsterg | [r1] |
| BUGS | 2008-09-11 | alsterg | [r1] |
| ChangeLog | 2008-09-11 | alsterg | [r1] |
| Makefile.in | 2008-09-11 | alsterg | [r1] |
| README | 2008-09-11 | alsterg | [r1] |
| README.mmap | 2008-09-11 | alsterg | [r1] |
| TODO | 2008-09-11 | alsterg | [r1] |
| aclocal.m4 | 2008-09-11 | alsterg | [r1] |
| configure | 2008-09-11 | alsterg | [r1] |
| configure.in | 2008-09-11 | alsterg | [r1] |
| index.html | 2008-09-11 | alsterg | [r1] |
| license.terms | 2008-09-11 | alsterg | [r1] |
| pkgIndex.tcl.in | 2008-09-11 | alsterg | [r1] |
| run.sh | 2008-09-11 | alsterg | [r1] |
tcl-mmap - Tcl Interface to POSIX mmap
A Tcl interface to the POSIX mmap(2) system call and related. It
provides a Tcl package that allows Tcl scripts to:
1) Memory map files for improved access efficiency
2) Easily establish shared memory between related
processes by memory mapping /dev/zero
3) Implement cyclic log files.
For instructions on how to use, consult the tcl-mmap (n) man page.
To make type:
./configure
make
make install
The configure script will deduce $PREFIX from the tcl installation.
The generated Makefile uses the file $PREFIX/lib/tclConfig.sh that was left by
the make of tcl for most of its configuration parameters.
The Makefile generates pkgIndex.tcl files that are compatible with tcl >= 7.6.
Written by: Alexandros Stergiakis (sterg@kth.se)
Use at your own risk.
Copyright (C) 2008 Alexandros Stergiakis
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.