On 21 January 2005 16:27, Keean Schupke wrote: > Having read around I have found that select does return readable for > all file IO on a block device... > > I wonder if ghc could use non-blocking mode (files opened with the > O_NONBLOCK) flag? GHC does use the O_NONBLOCK flag. Cheers, Simon