Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!CIS.OHIO-STATE.EDU!welch From: welch@CIS.OHIO-STATE.EDU (Arun Welch) Newsgroups: comp.sys.xerox Subject: Communicating Lisp & Viewpoint 1186s Message-ID: <8907201816.AA00376@saqqara.cis.ohio-state.edu> Date: 20 Jul 89 18:16:31 GMT References: <166*plaza@ceab.es> Sender: news@tut.cis.ohio-state.edu Organization: Info-1100 Mailing List Lines: 16 The problem isn't getting the packets between the two machines, but rather dealing with the packets. XDE had an implementation of TCP/IP, which though fairly broken, worked just often enought that you could probably use it to print stuff. I don't know if it's been folded into ViewPoint yet. If so, we've got a lpr client in Interlisp which would provide you with half of the connection, you'd need to write a client on the ViewPoint machine to do the other half. Or, you could use XNS, write a print server in Interlisp, and use the existing client in ViewPoint. Looks like either way you've only got half the system. You just might have to go the server route, which any more can be pretty cheap, if you buy a used 8000 server (how cheap? Well, shortly after last year's AAAI some computer broker was trying to sell us a couple '86s, and he'd throw in the print server free, including the printer. Used 1108's are probably <$100 by now, too). ...arun