[Python-Dev] Adding library modules to the core (original) (raw)
Vladimir Marangozov Vladimir.Marangozov@inrialpes.fr
Tue, 8 Aug 2000 12:00:35 +0200 (CEST)
- Previous message: [Python-Dev] Adding library modules to the core
- Next message: [Python-Dev] Adding library modules to the core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum wrote:
I don't know mimectl or Vladimir's module (how does it compare to mmap?).
To complement ESR:
- written 3 years ago
- exports a file-like interface, defines 2 object types: shm & sem
- resembles buffer but lacks the slice interface.
- has all sysV shared memory bells & whistles + native semaphore support
http://sirac.inrialpes.fr/~marangoz/python/shm
Technically, mmap is often built on top of shared memory OS facilities. Adding slices + Windows code for shared mem & semaphores + a simplified unified interface might be a plan.
-- Vladimir MARANGOZOV | Vladimir.Marangozov@inrialpes.fr http://sirac.inrialpes.fr/~marangoz | tel:(+33-4)76615277 fax:76615252
- Previous message: [Python-Dev] Adding library modules to the core
- Next message: [Python-Dev] Adding library modules to the core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]