Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!samsung!think.com!mintaka!bloom-beacon!eru!hagbard!sunic!compuram!pgd From: pgd@bbt.se Newsgroups: comp.unix.questions Subject: wait on ipc message Message-ID: <1990Dec9.091203.4188@bbt.se> Date: 9 Dec 90 09:12:03 GMT Organization: . Lines: 12 I want to stall a process, to wake up on a message received through a SYSV ipc message, or data available on any file. That is, i want a select/poll to also include messages received through an ipc channel. Is this possible, somehow? No sockets, no streams, no multiple processes solutions. What I want to do is to simulate sockets with ipc messages. (My os is Xenix/386)