Path: utzoo!utgpu!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!decwrl!labrea!hanauma!rick From: rick@hanauma (Richard Ottolini) Newsgroups: comp.windows.x Subject: Re: X and RPCs Message-ID: <23412@labrea.Stanford.EDU> Date: 2 Sep 88 15:55:22 GMT Sender: news@labrea.Stanford.EDU Reply-To: rick@hanauma (Richard Ottolini) Organization: Stanford University, Dept. of Geophysics Lines: 7 Why do you want to use a RPC with X? We have been using X to chain together up to three specialty computers-- a number cruncher, a data server, and a graphics front end-- without having to resort to RPCs. The MAIN is run on the number cruncher. It is spawned through an xterm on the graphics server and creates an interactive window on the graphics server. Data service is independent of X and provided by standard NFS remote mounts and procedures.