* Matthew Toseland <[EMAIL PROTECTED]> [2008-08-02 02:09:14]: > On Friday 18 July 2008 16:50, [EMAIL PROTECTED] wrote: > > Author: nextgens > > Date: 2008-07-18 15:50:32 +0000 (Fri, 18 Jul 2008) > > New Revision: 21211 > > > > Modified: > > trunk/freenet/src/freenet/clients/http/StartupToadlet.java > > trunk/freenet/src/freenet/node/Node.java > > Log: > > Generate some disk accesses in case we can't get enough entropy from the > > OS' > PRNG to seed Yarrow > > The thread won't run for long because isPRNGReady is set immediately after > starting it. > >
That's on purpose! Yarrow's constructor is blocking; if it blocks it will block before isPRNGReady is set to true.
signature.asc
Description: Digital signature
_______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
