Re: Need blocking /dev/null

From: Marko Rauhamaa (marko@pacujo.nu)
Date: Tue Oct 30 2001 - 11:04:46 EST


> How bout just `mkfifo /tmp/blockme`
> and read on /tmp/blockme - just don't write to it!

I don't think that will work, not the same way anyway. The problem is it
will block on open(2) and will never get to read(2).

Marko

-- 
Marko Rauhamaa    mailto:marko@pacujo.nu     http://www.pacujo.nu/marko/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Oct 31 2001 - 21:00:40 EST