Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!killer!ames!mailrus!husc6!husc8!may From: may@husc8.HARVARD.EDU (Jason May) Newsgroups: comp.unix.questions Subject: How to use sockets? Message-ID: <4921@husc6.harvard.edu> Date: 10 Jul 88 01:32:14 GMT Sender: news@husc6.harvard.edu Reply-To: may@husc8.UUCP (Jason May) Organization: Harvard University Lines: 10 Is anyone out there experienced with sockets? I'm trying to get two processes to talk to one another, with little success. I've managed to get the two sockets to connect, but I can't get any data to pass. Also, when I close() the sockets, the associated files (I'm using AF_UNIX) don't go away - is this a bug, or should things be this way? Does anyone have some working code I can look at? Thanks in advance, Jason (may@husc8.harvard.edu)