see your code timer.schedule in class CommandProcessor . for the same jar , it(timer) works in jre 1.5. The weird is that it does not work well in jre 1.6 , it even gives out 800 seconds delay till gives out timeout exception at last. i tested out this results on both winxp and linux 2.6.x' jre 1.6 .
Welcome to Open Discussion
see your code timer.schedule in class CommandProcessor . for the same jar , it(timer) works in jre 1.5. The weird is that it does not work well in jre 1.6 , it even gives out 800 seconds delay till gives out timeout exception at last. i tested out this results on both winxp and linux 2.6.x' jre 1.6 .
also i see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6487321 titled as " (timer) Timer spec should suggest use of ScheduledThreadPoolExecutor " .
do you have plan to update ? :)
thanks a lot