Re: Communication between remote scripts
From: ChrisH (secun_at_yahoo.com)
Date: 09/14/04
- Next message: Russell Blau: "Re: subclassing str"
- Previous message: Diez B. Roggisch: "Re: comparing datetime with date"
- In reply to: ChrisH: "Communication between remote scripts"
- Next in thread: Irmen de Jong: "Re: Communication between remote scripts"
- Reply: Irmen de Jong: "Re: Communication between remote scripts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 14 Sep 2004 13:22:09 GMT
Am I correct in saying that remote objects are not really needed for
this?
In article <MPG.1bb0b7d621a77bc598968c@news2.atlantic.net>,
secun@yahoo.com says...
> I have a python script (A) that monitors a process (3rd party) on the
> local machine (Windows).
>
> 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?
>
>
- Next message: Russell Blau: "Re: subclassing str"
- Previous message: Diez B. Roggisch: "Re: comparing datetime with date"
- In reply to: ChrisH: "Communication between remote scripts"
- Next in thread: Irmen de Jong: "Re: Communication between remote scripts"
- Reply: Irmen de Jong: "Re: Communication between remote scripts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|