At Sunday 27/8/2006 00:01, [EMAIL PROTECTED] wrote:

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?)

I'm a bit confused - you mean client/server running both on the same machine, right? Else, shared memory is of no use.
Sockets are used, usually, but depends on your needs.

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

Perhaps you can tell what you are trying to do...?


Gabriel Genellina
Softlab SRL

        
        
                
__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! http://www.yahoo.com.ar/respuestas

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to