How can we redirect system calls between OSes?

37 views Asked by At

I am trying to transfer the computational load of a single process between multiple PCs, instruction wise. I want to intercept system calls and divert between multiple PCs to reduce computational time. I want to capture the system call before the host OS and decide whether the call need to be handled by the host or transferred to another PC.

Is there any efficient way to do this? please suggest.

Thanks in advance

0

There are 0 answers