2002-03-20 16:15:15 +01:00
|
|
|
This module provides Vmap objects, which are extremely fast on-disk arrays
|
2008-06-01 11:42:37 +02:00
|
|
|
with facilities for shared access by multiple processes, independent of
|
2002-03-20 16:15:15 +01:00
|
|
|
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/
|