Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!neat.cs.toronto.edu!rayan From: rayan@cs.toronto.edu (Rayan Zachariassen) Newsgroups: comp.unix.questions Subject: Socket Question (was Re: Socket Tutorial) Message-ID: <89Oct26.145334edt.2612@neat.cs.toronto.edu> Date: 26 Oct 89 18:54:36 GMT References: <1989Oct25.214459.529@world.std.com> Lines: 6 Speaking of sockets, why doesn't SIGIO seem to work on a bound and listened-to but not accepted file descriptor? Assume the FASYNC flag is set and the notified-pid is correct. Did I do something else wrong? Would SIGPOLL work in that situation if the networking was streams-based instead of 4.3 code ? Yes, select would work, but I'd like an async (non-polled) notification that someone is trying to talk to me.