Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!mintaka!bloom-beacon!eru!luth!sunic!mcsun!cernvax!chx400!unizh!unizh.ifi.unizh.ch!zhou From: zhou@unizh.ifi.unizh.ch ( ass bei richter) Newsgroups: comp.protocols.tcp-ip Subject: RPC Server Message-ID: <1990Jul23.085958.5053@ifi.unizh.ch> Date: 23 Jul 90 08:59:58 GMT Sender: zhou@ifi.unizh.ch ( ass bei richter) Organization: University of Zurich, Department of Computer Science Lines: 10 I have run into difficulties in implementing a distributed algorthm using rpc(socket) in a sunstation network. My problems are: 1. How could I set up SERVERS among suns. Is it enough to set up one server among serveral related machines? How? (My algorithm needs to send packets to serveral suns.) 2. In a RPC manual, there is an example which said a server is needed to be able to run properly. But I tried to run it without server, it did works too. Is a server necessary for all socket(lower) level applications? 3. Could I get some real application source code from you? Any comments any pointers are greatly appreciated!!