Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-lcc!styx!ames!ucbcad!ucbvax!jade!pearl.berkeley.edu!steven From: steven@pearl.berkeley.edu (Stephen the Greatest) Newsgroups: comp.unix.wizards,comp.unix.questions Subject: More help needed... Message-ID: <3480@jade.BERKELEY.EDU> Date: Wed, 6-May-87 18:00:13 EDT Article-I.D.: jade.3480 Posted: Wed May 6 18:00:13 1987 Date-Received: Sat, 9-May-87 02:22:12 EDT Sender: usenet@jade.BERKELEY.EDU Reply-To: steven@pearl.berkeley.edu(Stephen Chung) Organization: University of California, Berkeley Lines: 14 Xref: mnetor comp.unix.wizards:2192 comp.unix.questions:2181 Thank you guys for all your great help. The first problem is solved. There are, however, some more things I would like to clearify about sockets. All I need to do is to have communications between two processes (which are spawned separately). How does the processes know where to connect to? Also, I would like some form of interrupt-driven mechanism to signal one process when a message arrives. I don't want to keep polling the socket for that will eat up cpu time. Is there any way to cause a process to sleep when the socket is empty and wakes up when new messages arrive? Thanx for all your help. By the way, we are running 4.3 BSD here. I will get to the Primer on Interprocess Communications later. - Stephen