Peer-to-Peer or Client-Server?
Hello,
I have a Linux box (Also known as Master) that needs to have all the Java code. There are several Windows boxes (Slaves) that just stand by to hear from the master.
A swing-based screen on the master will have a text field for "IP Address" and the "name of the Java program to run" and the "number of times" to run that program. Once "Send" button is pressed, the respective windows box (slave) who's IP address was entered would be prompted to execute the given program. We have the option to command several slaves to run the same program at the same time, independently though. Each slave returns its result back to master and stands by for further orders.
I would appreciate if suggestions could be offered on how this scenario could be achieved?
Thanks,

