<> <> <> <> <> DIRECTORY Commander, Rope, RPC; ComputeServerControl: CEDAR DEFINITIONS = BEGIN NotSummonerProcess: ERROR ; MyNetAddressRope: Rope.ROPE; <> StartUpServer: PROC [controllerName: Rope.ROPE _ NIL, remoteCommandDirectory: Rope.ROPE _ NIL, localCommandDirectory: Rope.ROPE _ NIL] RETURNS [msg: Rope.ROPE _ NIL] ; <Packages>" on the system host is used. "localCommandDirectory" specifies the directory on the workstation to be used for file storage. If "localCommandDirectory" is NIL, use the name from the profile entry for Summoner.LocalCommandDirectory. If that is NIL, use "///Summoner/Packages/".>> ShutDownServer: PROC [] RETURNS [] ; <> Register: PROC [key: Rope.ROPE, version: Rope.ROPE _ NIL, proc: Commander.CommandProc, doc: Rope.ROPE _ NIL, clientData: REF ANY _ NIL]; <> END. <> <> <<>>