M
Marc E
Greetings all,
I have what is probably a simple networking question here:
I have 3 machines: I want Machine A to run a program on Machine B. Machine B
will be manipulating a file and then storing it to Machine C. These are all
windows servers.
Machine B, which does all the hard work, will most likely not have an
application server...it'll simply have some classes for manipulating the
files and such. So setting up machine B's programs as web services and
invoking them from machine A probably won't happen unless it's a last resort
I've managed to get this working with SSH, by having Machine A log in to B
via ssh, run commands, then exit. But this seems awfully hacky and presents
its own problems.
So my question is: what are the preferred methods of doing things like
this...having one machine execute programs on other servers?
Thanks for any guidance.
Marc
I have what is probably a simple networking question here:
I have 3 machines: I want Machine A to run a program on Machine B. Machine B
will be manipulating a file and then storing it to Machine C. These are all
windows servers.
Machine B, which does all the hard work, will most likely not have an
application server...it'll simply have some classes for manipulating the
files and such. So setting up machine B's programs as web services and
invoking them from machine A probably won't happen unless it's a last resort
I've managed to get this working with SSH, by having Machine A log in to B
via ssh, run commands, then exit. But this seems awfully hacky and presents
its own problems.
So my question is: what are the preferred methods of doing things like
this...having one machine execute programs on other servers?
Thanks for any guidance.
Marc