[kepler-dev] [Bug 4039] - matlab actor always stops matlab process in wrapup

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue May 5 13:33:57 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4039





------- Comment #1 from crawl at sdsc.edu  2009-05-05 13:33 -------
In order for the matlab process to persist after model execution, an engine
cannot be opened in an actor's thread.

http://www.mathworks.com/support/solutions/en/data/1-Z1Y34/ says:

----

The ability to open an instance of the MATLAB Engine in one thread and pass
control of it to another thread is not available in MATLAB. When the thread
that calls engOpen terminates, all resources for the Engine application also
terminate. There are currently no known workarounds.

----


More information about the Kepler-dev mailing list