Today, Steven Wagner wrote forth saying...
> Looks like Matt replied to me off-list in the hope he could avoid making me
> look like an idiot. And here I thought he was going to be a few days
> behind in his e-mail... Little does he know that I actually *am* an idiot.
for being an idiot .. you should write some good code. please don't
participate in any "flowers for algernon" type experiments or the ganglia
code base will suffer. :)
i actually just reread this email and found a small bug in the
pseudo-code. the line which reads...
if( (return value > threshold) || (time_now > force_multicast) )
should be...
if( abs( return_value - last_return_value) > threshold ) ||
(time_now > force_multicast) )
doh.
-matt