Message3053

Author leo_sakaguchi
Recipients leo_sakaguchi
Date 2008-02-28.09:31:27
SpamBayes Score 0.015628492
Marked as misclassified No
Message-id <1204191089.54.0.174368136581.issue1001@psf.upfronthosting.co.za>
In-reply-to
Content
Symptom:

Attached Jython program doesn't work as intended on Jython 2.2 and 
2.2.1.  It works fine on Jython 2.1.  Tried it with Sun Java 1.5.0_13.

The program should print System.currentTimeMillis() per each 5 seconds 
for 60 seconds period (12-13 times), but with Jython 2.2, it won't 
print anything then finishes after 60 seconds.  The program uses 
java.util.concurrent libraries which are available at Java 5.0 and 
later.  Not sure where the root cause relies.
History
Date User Action Args
2008-02-28 09:31:30leo_sakaguchisetspambayes_score: 0.0156285 -> 0.015628492
recipients: + leo_sakaguchi
2008-02-28 09:31:29leo_sakaguchisetspambayes_score: 0.0156285 -> 0.0156285
messageid: <1204191089.54.0.174368136581.issue1001@psf.upfronthosting.co.za>
2008-02-28 09:31:29leo_sakaguchilinkissue1001 messages
2008-02-28 09:31:28leo_sakaguchicreate