Best way for inter-process communication in Python

Gabriel Genellina gagsl-py at yahoo.com.ar
Mon Dec 4 21:37:12 EST 2006


At Monday 4/12/2006 21:41, Hugo Ferreira wrote:

Please keep posting on the Python list.

>Thx for your reply.
>Are you able to point me out to some documentation over that process?

The primary source is the Microsoft documentation
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/interprocess_synchronization.asp

You should read at least the basics from the documentation - at least 
to know which keywords to use for searching! :) -
Most of the API is covered by the pywin32 package.


-- 
Gabriel Genellina
Softlab SRL 

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar



More information about the Python-list mailing list