Hi,
I am at the point where I need to implement use of additional networked machines ("slaves") to perform processes that are called from one central "master" machine.
The current build running local provides arguments to a local "worker.exe" through process.startinfo.
How can I perform a similar operation and start the "worker.exe" process to run local on a networked "slave" machine instead?
Thanks!
B
I am at the point where I need to implement use of additional networked machines ("slaves") to perform processes that are called from one central "master" machine.
The current build running local provides arguments to a local "worker.exe" through process.startinfo.
How can I perform a similar operation and start the "worker.exe" process to run local on a networked "slave" machine instead?
Thanks!
B