"Wim Borghs" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 2006/11/30, Micheal Espinola Jr > <[EMAIL PROTECTED]>: >> What I think might be useful as a way to PB score these, is if all >> delayed connection automatically get a PB score applied, and that score >> only gets subtracted once the connection is retried and a triplet is >> finally created. > > Too bad delay-records are hashed or we could do it when the waittime is > over? > In sub DoCleanDelayDB in this codeblock?: > if ($t-$v>=$DelayEmbargoTime*60+$DelayWaitTime*3600) { > delete $Delay{$k}; > $keys_deleted++; > }
I remember Fritz saying that if you removed the Digest::MD5 package, the records won't be hashed any longer. Haven't tried it myself, however. Eric ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
