[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Apparent RPC problem
Received: from IU.AI.SRI.COM by AIVAX.RADC.AF.MIL (5.65b/1.34)
id AA02697; Thu, 6 Jun 91 03:09:56 -0400
Received: from Warbucks.AI.SRI.COM by IU.AI.SRI.COM via SMTP with TCP;
Wed, 5 Jun 91 23:17:26-PST
Received: from Sunset.AI.SRI.COM by Warbucks.AI.SRI.COM with INTERNET ;
Wed, 5 Jun 91 23:15:40 PDT
Received: from relay1.UU.NET by Sunset.AI.SRI.COM (4.1/SMI-4.1) id
AA03826 for slug@warbucks.ai.sri.com; Wed, 5 Jun 91 23:14:51 PDT
Received: from uunet.uu.net (LOCALHOST.UU.NET) by relay1.UU.NET with
SMTP (5.61/UUNET-internet-primary) id AA24874; Thu,
6 Jun 91 02:14:25 -0400
Received: from kddlab.UUCP by uunet.uu.net with UUCP/RMAIL
(queueing-rmail) id 021309.19448; Thu, 6 Jun 1991 02:13:09 EDT
Received: by kddlab.kddlabs.co.jp (5.64/6.2Junet) id AA25846; Thu,
6 Jun 91 14:27:45 +0900
Received: from atr-la.atr-la.atr.co.jp by atrpost.atr.co.jp
(3.2/6.4J.6-atr1.0) id AA07262; Thu, 6 Jun 91 14:29:00 JST
Received: by atr-la.atr-la.atr.co.jp (5.57/6.4J.6-atr2.0) id AA25480;
Thu, 6 Jun 91 14:26:23 +0900
Date: Thu, 6 Jun 91 14:26:23 +0900
From: kddlab!atr-la.atr.co.jp!myers@uunet.UU.NET (John K. Myers)
Return-Path: <myers@atr-la.atr.co.jp>
Message-Id: <9106060526.AA25480@atr-la.atr-la.atr.co.jp>
To: slug@ai.sri.com
Subject: Apparent RPC problem
RPC System version 415.0 when loaded with (load-system) on a NON-IVORY machine
apparently leaves out at least the following essential files:
;(load "sys:embedding;rpc;utilities")
;(load "sys:embedding;rpc;remote-call")
;(load "sys:embedding;rpc;remote-type")
;(load "sys:embedding;rpc;type-definitions")
These are required for define-remote-module and define-remote-entry.
John Myers~~
We are doing some distributed work in which we use RPC between Lisp
machines. "RPC" is spread across several systems, which include:
RPC
RPC-Development
Network-RPC
The functions to get transport agents are defined in the Network-RPC
system, which, by the way, only comes bundled with NFS! Chris Stacy at
Symbolics told me that these components should be bundled together in a
single system in Genera 8.1.
James Lawton
Rome Laboratory
Griffiss AFB, NY 13441-5700
(315)330-2973
email: lawton@ra.radc.af.mil
Disclaimer: The opinions and views expressed here are MINE!
They may not reflect those of the Rome Laboratory,
the US Air Force, or most anyone else.