home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: Pnews,comp.protocols.tcp-ip
- Path: sparky!uunet!sun-barr!ames!pasteur!euler.Berkeley.EDU!nqueipo
- From: nqueipo@euler.Berkeley.EDU (Nestor Queipo)
- Subject: Network programming problem!
- Message-ID: <1992Jul29.204420.27138@pasteur.Berkeley.EDU>
- Sender: nntp@pasteur.Berkeley.EDU (NNTP Poster)
- Nntp-Posting-Host: euler.berkeley.edu
- Reply-To: nqueipo@euler.Berkeley.EDU (Nestor Queipo)
- Organization: University of California, Berkeley
- Date: Wed, 29 Jul 1992 20:44:20 GMT
- Lines: 22
-
-
-
-
- I would like to hear suggestions about how to solve the following
- problem.
-
- A local process has a list of machines in Internet at
- its disposal. The local process should be able to execute
- processes remotely and monitor their execution. The remote
- processes should be able to interrupt the local process
- under different circumstances (e.g termination, error,etc).
- Finally, when any of the remote processes is finished it
- should provide the local process with data result of its
- execution through files or any other convenient way.
-
- In short, I am looking for a strategy that would allow me to asynchronously
- control the execution of remote processes. What do you think would be the
- simplest way of doing this? I do not need real-time interaction over TCP/IP.
-
- Thanks in advance,
-
- Nestor
-