Xref: utzoo comp.unix.questions:29980 comp.sys.mips:1499 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!SHUM.HUJI.AC.IL!amoss From: amoss@SHUM.HUJI.AC.IL (Amos Shapira) Newsgroups: comp.unix.questions,comp.sys.mips Subject: Re: SIGIO on a udp socket - how should I do? (4.3BSD) Message-ID: Date: 30 Mar 91 18:16:00 GMT References: <1264@anprda.atson.asahi-np.co.jp> Sender: daemon@ucbvax.BERKELEY.EDU Followup-To: comp.unix.questions Organization: The Hebrew University of Jerusalem, Israel Lines: 9 akira@atson.asahi-np.co.jp (Akira Takiguchi) writes: > I'm writing an application which use sunrpc[udp] for interprocess >communication. Since I need asynchronous processing, I tried to set >FASYNC flag on the udp socket but no SIGIO seems to be delivered when >request arrives. Is there something I should do to get SIGIO properly? Try: ---------- #include