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? -- http://mail.python.org/mailman/listinfo/python-list