Message6247

Author otmarhumbel
Recipients MrMeanie, alex.gronholm, otmarhumbel, zyasoft
Date 2010-11-14.09:30:25
SpamBayes Score 0.00018573605
Marked as misclassified No
Message-id <1289727025.84.0.143355759828.issue1675@psf.upfronthosting.co.za>
In-reply-to
Content
After many hours of testing, i came to the conclusion that this is NOT reproducible with Runtime.exec() (or it's higher level abstractions Popen and subprocess). 
The reason is that java's Runtime.exec() always waits until the last Thread has finished, regardles of the System.exit() in the jython run method.
History
Date User Action Args
2010-11-14 09:30:25otmarhumbelsetmessageid: <1289727025.84.0.143355759828.issue1675@psf.upfronthosting.co.za>
2010-11-14 09:30:25otmarhumbelsetrecipients: + otmarhumbel, zyasoft, MrMeanie, alex.gronholm
2010-11-14 09:30:25otmarhumbellinkissue1675 messages
2010-11-14 09:30:25otmarhumbelcreate