Communication between remote scripts

Irmen de Jong irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Tue Sep 14 12:42:27 EDT 2004


ChrisH wrote:
> Am I correct in saying that remote objects are not really needed for 
> this?
[...]
>>I would like to create a second program on a remote Windows computer 
>>that receives an update from program A periodically (maybe every 10 
>>minutes or so), and tells it everything is running without a problem.
>>
>>Can anyone recommend a good (and preferably simple) way for two programs 
>>to communicate on a network? 

Perhaps remote objects are a bit overkill for your specific problem.
But then again, Pyro for instance (pyro.sf.net) essentially removes
the need for any network code in your app, and takes care of various
other nasty things that happen at the network level.
So unless you choose to use Pyro or some other high level API,
you will have to deal with all this yourself-- and that may be
more work than you think...

--Irmen
>>



More information about the Python-list mailing list