Skip to main content

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

Hi Christian,

On 1/20/20 4:47 AM, Christian.Pontesegger@xxxxxxxxxxxx wrote:
> If mixing script engines is the way to go, do you have any ideas how to simplify it?

Thanks for asking. I'm currently reviewing and rewriting one example
script of machine learning on trace data, which really benefits from the
mixed engine approach. It's not too complicated, once we know how to do.
It's just that one script becomes 2.

Maybe some helper methods could wrap the calls to fork and join and even
the complete ID of the script engine, like runPy4j(Object resource,
String arguments). But that may be too specialized.

If I think of anything else, I'll open some bugs on bugzilla on that effect.

--

Geneviève



Back to the top