https://issues.apache.org/bugzilla/show_bug.cgi?id=47865
--- Comment #4 from Sebb <[email protected]> 2009-09-24 12:42:28 PDT --- Thanks. Given that these calculations are all done on response time (milliseconds), I agree that the limitation is not likely to cause a problem. BTW, I just realised that one could save memory at the expense of some accuracy by using centiseconds instead of milliseconds (i.e. divide the response time by 10 before storing in the bucket). One could even scale the divisor to keep the rounding roughly proportional to the value, but there would be the extra cost of checking the value. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
