Working example of extension class in C/C++ ?
дамјан г.
penguinista at mail.net.mk
Wed Mar 12 07:36:08 EST 2003
More information about the Python-list mailing list
Wed Mar 12 07:36:08 EST 2003
- Previous message (by thread): Working example of extension class in C/C++ ?
- Next message (by thread): Toplevel windows and Tkinter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>> There already is a shared memory support in Pytohn, look at the mmap >> module. What would be nice, though, is a shared-mem dictionary that also >> can store its values in the sahred memory, thus creating a super-fast >> and simple mmaped Python IPC. > > mmap is a different API than shm. The OP wants to wrap the SysV shared > memory API - which does not involve files (except as a kludgey convention > for constructing 'keys' to identify shm segments). oh, but isn't SysV shm considered obsolete?? And I don't think there is nothing wrong with mmap. btw I think there already is shm module for Python. I'm sure I've seen it somewhere. -- Дамјан (jabberid:damjan at bagra.net.mk) The three Rs of Microsoft support: Retry, Reboot, Reinstall.
- Previous message (by thread): Working example of extension class in C/C++ ?
- Next message (by thread): Toplevel windows and Tkinter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list