Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!sdd.hp.com!wuarchive!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.os.misc Subject: Re: OS/2 versus UNIX Message-ID: <7913@auspex.auspex.com> Date: 19 May 91 17:42:01 GMT References: <3330.tnews@templar.actrix.gen.nz> <1089@stewart.UUCP> <1991May15.110459.21996@sugar.hackercorp.com> Organization: Auspex Systems, Santa Clara Lines: 26 >> It has dynamic-link libraries, So do at least some modern UNIXes (SunOS 4.x, System V Release 4, OSF/1, probably others). >>more IPC mechanisms than UNIX ever dreamed of, > >More IPC mechanisms? That's supposed to be good? Amen. Of course, UNIX isn't exactly lacking in them these days, either. Consider a "typical" UNIX system with the Usual Collection of S5 and BSD stuff; it probably has: FIFOs (I'd call them "named pipes", but I don't want to confuse the OS/2oids in the audience) S5 message queues S5 shared memory sockets of various flavors and, if you're *really* lucky, you may also have various streams-based IPC mechanisms as well. There may well be some that I've forgotten....