Distributed OS - Remote code execution
Posted: Wed May 27, 2009 12:57 pm
Hello,
I've been looking on writing my own OS - for now just planning...
I'm considering a something like a distributed OS for home use. The problem is I can't
think out how to send a code and execute it on another machine, over internet.
Could this even be possible?
I've searched information about RPC and similar but it's oriented on calling a function
on server not actually sending a code to execute in process and sending back result.
On this matter maybe you could give some clues on a way to get the execution code
for function from a binary file (dynamic library, for example).
I've been looking on writing my own OS - for now just planning...
I'm considering a something like a distributed OS for home use. The problem is I can't
think out how to send a code and execute it on another machine, over internet.
Could this even be possible?
I've searched information about RPC and similar but it's oriented on calling a function
on server not actually sending a code to execute in process and sending back result.
On this matter maybe you could give some clues on a way to get the execution code
for function from a binary file (dynamic library, for example).