Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ease-dev] forking and joining scripts

Hi,


I am experimenting with forking scripts so that a javascript script can
call a python script, etc. I'm using the Scripting module from EASE. The
'fork' method works great to start the script. And as long as the caller
script keeps running, the output of the callee goes to the Console, but
once the caller terminates, the callee's output is lost.

To wait for the callee to terminate, I should use the 'join' method, but
it takes an IScriptEngine object and it's not available from using the
fork method. Or am I mistaken? How can I fork and join a script from a
script with a different engine?


Thanks,

Geneviève



Back to the top