Communication between python scripts

Peter Hansen peter at engcorp.com
Tue Mar 1 16:04:39 EST 2005


Chris wrote:
> Is there a preferred method for having different scripts on different 
> computers communicate with each other?
> 
> For example, script A could tell script B that it is done with a certain 
> process.
> 
> I know how to do this using e-mail, but I would like a more direct 
> method if possible. If my ISP's mail server goes down, for example, I 
> don't want my processes to come to a screeching halt.

Google for "python remote objects" and click on "I'm Feeling Lucky".



More information about the Python-list mailing list