[Python-Dev] Adding library modules to the core (original) (raw)
M.-A. Lemburg mal@lemburg.com
Tue, 08 Aug 2000 12:46:25 +0200
- 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 ]
Vladimir Marangozov wrote:
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.
I would be +1 if you could get it to work on Windows, +0 otherwise.
-- Marc-Andre Lemburg
Business: http://www.lemburg.com/ Python Pages: http://www.lemburg.com/python/
- 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 ]