Xref: utzoo comp.unix.questions:24591 comp.unix.wizards:23409 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!bruce!trlluna!shiva!psember From: psember@shiva.trl.oz (P Sember SNR) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Socket Problem on SunOS 4.03 Keywords: Sockets SunOS Message-ID: <2074@trlluna.trl.oz> Date: 13 Aug 90 09:38:08 GMT Sender: root@trlluna.trl.oz Lines: 21 I have a problem with UNIX Domain sockets under 4.03 SunOS. Using Internet Domain sockets I can arrange a SIGIO to be generated and caught by a handler, when the socket contains data to be read using: sigvec(SIGIO,&newvec,&oldvec); fcntl(skt, F_SETOWN, getpid()) fcntl(skt, F_SETFL, FASYNC) However I can't have a SIGIO generated when there is data on an UNIX domain socket. Please send replies to my email address -------------- Peter Sember Telecom Research Labs, P.O. Box 249, Clayton, Victoria 3168, Australia Tel. +61-(0)3-5416127 Internet: p.sember@trl.oz.au