about daemons and IPC

sdistefano at gmail.com sdistefano at gmail.com
Sat Aug 26 23:01:40 EDT 2006


Hey people!
For the first time I'm doing a client/server application, and I'm
really confused with IPC stuff.

I read the fastest method is shared memory, but I tryed mmap and found
it tedious for the amount of data I'm handling (which is 30K at most,
but mmap seems to get tedious for anything bigger than a boolean... am
I missing something?)

Then I found many solutions for forked processes (like posh), but
that's not what I need right now.

Any suggestions?




More information about the Python-list mailing list