Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcdc!rml From: rml@hpfcdc.HP.COM (Bob Lenk) Newsgroups: comp.sys.hp Subject: Re: asynchronous io on 300 & 800 series Message-ID: <5570213@hpfcdc.HP.COM> Date: 14 Jun 89 01:51:21 GMT References: Organization: HP Ft. Collins, Co. Lines: 14 > 1) is the dependency true? Yes, at least for current releases. > 2) If so, does anyone have a work around that does not involve polling. You can use multiple processes. A second process can just do select() on the file descriptors of interest and send SIGIO or another signal with kill() when appropriate. Various other approaches are possible; that one looks the most like SIGIO on the series 800 and BSD. Bob Lenk rml@hpfcla.hp.com hplabs!hpfcla!rml