Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!voder!dtg.nsc.com!my From: my@dtg.nsc.com (Michael Yip) Newsgroups: comp.arch Subject: Re: Interprocess communication Summary: IPC thru Ether using UNIX Sockets Keywords: IPC, Intrprocessor communication, sockets, UNIX, Ethernet Message-ID: <1507@berlioz.nsc.com> Date: 10 Nov 90 16:24:37 GMT References: <1786@dinl.mmc.UUCP> Reply-To: my@berlioz.UUCP (Michael Yip) Distribution: na Organization: National Semiconductor, Santa Clara Lines: 13 I am sure you can get more than 5 messages per second even the stations are loaded. (Well, SUN3s are quite slow at today's standard but it got to do better than that.) I think that the problem may be because you are not using the no-blocking option (there is such a option, right? iocntl() or setsockopt()) when using the sockets. Please check your program and options on using sockets on UNIX. -- Mike my@dtg.nsc.com PS: I am not ssure about the no-blocking thing, but I kind of remember such an option when I used sockets a few years ago.