NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
zfil
Jul 14, 2008Aspirant
Subversion : some progress
Hello I've managed to build a working subversion server : wget http://subversion.tigris.org/downloads/ ... 5.0.tar.gz wget http://subversion.tigris.org/downloads/ ... 5.0.tar.gz First untar ...
Dogberry1
Jul 18, 2008Aspirant
zfil wrote: The slowness is due to /dev/random that is VERY slow on this machine.
"When the entropy pool is empty, reads from /dev/random will block until additional environmental noise is gathered. (Source: Linux Programmer's Manual, section 4)"
So apparently the environmental noise density contributing to the entropy pool is very slight on these boxes. Using /dev/urandom seems like a perfectly acceptable alternative here.
/* sidebar:
I believe it was Robert Coveyou who said "The generation of random numbers is far too important to be left to chance." But my favorite geekjoke about random numbers is in the form of a cartoon depicting a random-number generator function like this:
int getRandomNumber()
{
return 4; // chosen by fair dice roll
// guaranteed to be random
}
*/
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!