-- File [Ivy]<Nelson>Lupine>LupineMarshalTestServer.config. -- Last edited by BZM on 12-May-82 19:44:32. -- Server half of two-machine timing test program. See MarshalTestLupine.cm. -- Any warning messages about unbound Import procedures wanted by -- LupineMarshalTestBinder should be ignored. LupineMarshalTestServer: CONFIGURATION IMPORTS Atom, ConvertUnsafe, Heap, Inline, LupineRuntime, Rope, RopeInline, RPC, RPCLupine, Runtime, SafeStorage, UnsafeStorage CONTROL LupineMarshalTestBinder, LupineMarshalTestImpl = BEGIN -- Rpc runtime. -- RpcRuntime is loaded via the command line.; -- RPC server stubs and (exporting) remote binder. LupineMarshalTestRpcServerImpl; LupineMarshalTestBinder; --Simple implementation that echos inputs as results. LupineMarshalTestImpl; END. -- LupineMarshalTestServer.