nikitasingh
Programmer
Hello,
I have a question related to c on unix.
Say there are two machines system1 and system2.
I have a hello world program which prints hello world.
I want to execute this hello world program on system1 and system2 and see the performance of both the systems.
Does unix provides any function/system call to execute the program on a remote machine ?
something like execute(machine name, name of the program)
Thanks
Nikita.
I have a question related to c on unix.
Say there are two machines system1 and system2.
I have a hello world program which prints hello world.
I want to execute this hello world program on system1 and system2 and see the performance of both the systems.
Does unix provides any function/system call to execute the program on a remote machine ?
something like execute(machine name, name of the program)
Thanks
Nikita.