DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=25372>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=25372 auto close idle connections ------- Additional Comments From [EMAIL PROTECTED] 2004-04-24 10:48 ------- Mike, I have just been thinking: honestly, with millisecond precision what do you think is the probability of the tree node ending up containing more than one entry? I'd say no more than 2-3%. More than two? Virtually zero. Is the tree of lists really worth the trouble? What if we (1) rounded the 'time added' precision to seconds or even decaseconds or (2) replaced the TreeMap and HashSet by a simple LinkedLink? Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]