Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!husc6!rice!sun-spots-request From: drd!mark@uunet.uu.net (Mark Lawrence) Newsgroups: comp.sys.sun Subject: Re: RPC and XDR used outside of Sun environment Message-ID: <322@drd.UUCP> Date: 14 Dec 88 10:38:22 GMT References: <2252@kalliope.rice.edu> Sender: usenet@rice.edu Organization: Rice University, Houston, Texas Lines: 6 Approved: Sun-Spots@rice.edu Original-Date: 2 Dec 88 16:59:50 GMT X-Sun-Spots-Digest: Volume 7, Issue 52, message 7 of 14 I've used them to implement an interface between a Sun running KEE and an Alliant. For the interface program on the Alliant, We used rpcgen on the Sun to 'compile' the interface specification and then compiled the resultant code on the Alliant. Some of the XDR functions that rpcgen called out were missing from the Alliant implementation. We simply rolled our own in those (rare) situations. Gluing the the Sun c-code and KEE/LISP code was interesting but doable.