/sys/doc/ Documentation archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Remote execution / application migration



>>So I don't think there's any automatic way.  The Plan 9 model was that you
>>have to log in to the CPU server; in the absence of anything in the Inferno

unlike Plan 9, Inferno allows an application to inject Dis
code into a remote machine.  the Limbo load operator
takes an argument in the name space, allowing the Dis
code to come from anywhere, including an arbitrary
part of the application's name space, exported to the remote
machine.  /appl/cmd/rcmd.b shows a simple application of
this technique, but more elaborate schemes are certainly possible.
it seems attractive to provide the service in the name space,
avoiding the need to dial.