Communication between remote scripts
From: ChrisH (secun_at_yahoo.com)
Date: 09/14/04
- Next message: Michael Foord: "Re: File upload by urllib2"
- Previous message: Ben Last: "RE: Ranting about the state of Python IDEs for Windows"
- Next in thread: ChrisH: "Re: Communication between remote scripts"
- Reply: ChrisH: "Re: Communication between remote scripts"
- Maybe reply: Tim Golden: "RE: Communication between remote scripts"
- Reply: Rene Pijlman: "Re: Communication between remote scripts"
- Maybe reply: Tim Golden: "RE: Communication between remote scripts"
- Maybe reply: Tim Golden: "RE: Communication between remote scripts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 14 Sep 2004 13:09:49 GMT
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: Michael Foord: "Re: File upload by urllib2"
- Previous message: Ben Last: "RE: Ranting about the state of Python IDEs for Windows"
- Next in thread: ChrisH: "Re: Communication between remote scripts"
- Reply: ChrisH: "Re: Communication between remote scripts"
- Maybe reply: Tim Golden: "RE: Communication between remote scripts"
- Reply: Rene Pijlman: "Re: Communication between remote scripts"
- Maybe reply: Tim Golden: "RE: Communication between remote scripts"
- Maybe reply: Tim Golden: "RE: Communication between remote scripts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|