/dev/random question

Wojciech Puchar wojtek at wojtek.tensor.gdynia.pl
Mon Sep 17 06:46:59 PDT 2007


>
> Not high-handed. Logical. The difference between /dev/random and /dev/urandom
> was that /dev/random could block IO if it didn't have enough entropy

in systems where /dev/random is separate simply abusing it by cat 
/dev/random >/dev/null make all other programs using it very very slow.
as unix is a multiuser system and /dev/random is readable for all - it 
wasn't very good.


More information about the freebsd-questions mailing list