Newsgroups: comp.unix.internals
Path: utzoo!utgpu!utstat!tg
From: tg@utstat.uucp (Tom Glinos)
Subject: Re: Regular pipe vs. Named Pipe
Message-ID: <1991Jun21.142246.25245@utstat.uucp>
Organization: U of Toronto Statistics
References: <19382@rpp386.cactus.org> <3048.Jun1423.16.2891@kramden.acf.nyu.edu> <0M1C6FF@xds13.ferranti.com>
Date: Fri, 21 Jun 1991 14:22:46 GMT

>
>I have a better argument: System V message queues are an uni-UNIX abomination
>that create a new name-space for no good reason, and should be avoided whenever
>possible on political grounds. The single namespace created in the original
>UNIX design is its greatest strength, and any attempt to confuse things by
>creating objects that don't appear in it is evil, rude, and should be opposed
>by all right thinking people.
>
>There's glory for you!
>-- 
>Peter da Silva; Ferranti International Controls Corporation; +1 713 274 5180;

The glory of message queues is that they can be amazingly fast.

When I looked into this several years ago I found that systems
that when a system supports both message queues and named pipes
the message queues are orders of magnitudes faster than named pipes.

One is therefore tempted to submit oneself to evil!
