Communication between python scripts

Chris Grebeldinger cgrebeld at gmail.com
Tue Mar 1 16:03:29 EST 2005


There are many ways, for instance you could use SimpleXMLRPCServer and
have one app expose a done_process() function, and use that to
synchronize.




More information about the Python-list mailing list