Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mit-eddie.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!mit-eddie!ronnie From: ronnie@mit-eddie.UUCP (Ronnie Schnell) Newsgroups: net.unix-wizards Subject: Help (ipc question) Message-ID: <3548@mit-eddie.UUCP> Date: Sat, 2-Feb-85 19:12:05 EST Article-I.D.: mit-eddi.3548 Posted: Sat Feb 2 19:12:05 1985 Date-Received: Mon, 4-Feb-85 05:38:44 EST Distribution: net.unix-wizards Organization: MIT, Cambridge, MA Lines: 13 I am trying to write a program using 4.2 ipc stuff. What I have discovered is that when the client does more than one send before the server does its recv (read), the server will receive both (all 70) messages at once with one read. I then have to go through the trouble of seperating these messages. This isn't so bad, but sometimes (often) I will fill up the server's buffer, and stuff will be lost. Am I doing something wrong? Is ipc supposed to do this? If so, is there a way to have the user wait until the server has read the message without implementing my own protocal? #Ron (ronnie@mit-mc.arpa) (..decvax!genrad!mit-eddie!ronnie)