[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnserve processes

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2005-02-13 00:09:00 CET

Daniel Patterson <danpat@danpat.net> writes:

> On some systems, /dev/random is not just a pseudorandom number
> generator. When you read from it, the kernel gathers data from
> various sources (network io, disk io, etc) to generate the random
> data you read.

[...]

> A more detailed explaination is here, along with a perl implementation
> of what I roughly described above.
>
> http://egd.sourceforge.net/

Also note that on systems that have such, you can configure and build
APR with a flag (--with-devrandom[=DEV]) that tells it to use
/dev/urandom (which *is* a pseudorandom number generator) instead of
/dev/random.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Feb 13 00:12:01 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.