Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site whuxlb.UUCP Path: utzoo!linus!philabs!cmcl2!floyd!whuxlb!nrf From: nrf@whuxlb.UUCP Newsgroups: net.unix-wizards Subject: Re: RE: UNIX IPC - (nf) Message-ID: <1346@whuxlb.UUCP> Date: Sat, 24-Sep-83 10:38:19 EDT Article-I.D.: whuxlb.1346 Posted: Sat Sep 24 10:38:19 1983 Date-Received: Mon, 26-Sep-83 20:04:30 EDT Sender: nrf@whuxlb.UUCP Organization: Bell Labs, Whippany Lines: 12 #R:ncsu:-233700:whuxlb:900024:000:505 whuxlb!nrf Sep 24 10:38:00 1983 Faced with porting a message-based system of 4 processes from UN*X 4.x+ on a 11/70 to Unix 3.0 on an 11/34, which couldn't fit messages into the kernal because of the address space limitations, I was able to emulate the message facility in a compatible fashion using NAMED PIPES. The only feature I didn't emulate was the limitation on message queue length, but that was not really a problem since UN*X buffers up to 10 blocks onto disk if necessary. N.R.Fildes, BTL-Whippany (marx-machines!whuxlb!nrf)