Working example of extension class in C/C++ ?

дамјан г. penguinista at mail.net.mk
Tue Mar 11 16:20:41 EST 2003


> I recently started with making my own extension things in C/C++ for
> Python.  Extension functions work OK, but I have more difficulty in
> creating an extension class.
> 
> I would like to write an extension to access shared memory on Linux.

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.


-- 
Дамјан                                  (jabberid:damjan at bagra.net.mk)

      Anything you code can and will be used against you




More information about the Python-list mailing list