freebsd-ports/devel/py-vmaps/pkg-descr
Ying-Chieh Liao b52de81d29 add py-vmaps 1.1
Python Arrays on mmap()
2002-03-20 15:15:15 +00:00

7 lines
394 B
Text

This module provides Vmap objects, which are extremely fast on-disk arrays
with facilities for shared access by multiple processes, independant of
Python or operating system threads or SysV IPC limits. The included example
program shows trivial examples of using Vmaps for interprocess communication
and multiple simultaneous writers of a shared data set.
WWW: http://snafu.freedom.org/Vmaps/