On Tuesday 23 October 2007 15:53, you wrote: > * Florent Daignière <[EMAIL PROTECTED]> [2007-10-23 10:04:42]: > > > * Matthew Toseland <[EMAIL PROTECTED]> [2007-10-23 01:00:26]: > > > > > On Monday 22 October 2007 12:28, you wrote: > > > > Author: nextgens > > > > Date: 2007-10-22 11:28:56 +0000 (Mon, 22 Oct 2007) > > > > New Revision: 15472 > > > > > > > > Modified: > > > > trunk/freenet/src/freenet/node/FNPPacketMangler.java > > > > Log: > > > > JFK: > > > > Renew DH Exponentials once every 15mins if we aren't connected > > > > yet. > > > > > > This is executed on the ticker, we should avoid the latency by regenerating > > > off-thread. > > > > Well, it is off-thread: we use the ticker. I don't get it : is your point > > that we shouldn't use the ticket for pre-computing things ? > > > > NextGen$ > > Ok, I've switched to a proper thread using the Executor in r15496 :)
Ticker will use a proper thread, unless you tell it not to by using FastRunnable. > > NextGen$ >
pgpAJWyjF2LF2.pgp
Description: PGP signature
_______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
