Message10901

Author yocaba
Recipients amak, yocaba
Date 2016-08-22.11:25:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471865160.69.0.704327717265.issue2513@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your reply. We cross-tested solution 2) and it worked as expected and in the way we need.

The approach we applied using the PyScriptEngine is based on the Java Scripting API defined by JSR 223. With regards to your note 1): That means the Java Scripting API in general doesn't allow implementations to separate the standard output of two script evaluations performed by different threads?

I'm asking because we'd prefer to implement against the Java Scripting API to easily switch between script languages later on without modifying any code on our side.
History
Date User Action Args
2016-08-22 11:26:00yocabasetmessageid: <1471865160.69.0.704327717265.issue2513@psf.upfronthosting.co.za>
2016-08-22 11:26:00yocabasetrecipients: + yocaba, amak
2016-08-22 11:26:00yocabalinkissue2513 messages
2016-08-22 11:25:59yocabacreate