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

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Thu Apr 30 09:54:39 PDT 2009


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

           Summary: matlab actor always stops matlab process in wrapup
           Product: Kepler
           Version: 1.x dev
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: actors
        AssignedTo: crawl at sdsc.edu
        ReportedBy: crawl at sdsc.edu
         QAContact: kepler-dev at kepler-project.org


The matlab actor always stops the matlab process when model execution ends. It
would be nice if the actor could (optionally) keep it running. This
functionality would be useful, for example, to continue displaying matlab plots
after the model completes, or reuse the matlab process for subsequent model
executions.

The difficulty in implementing this is knowing when to stop the matlab process.
It should be done before the JVM exits. I don't think finalize() is a solution
since it is not always called.


More information about the Kepler-dev mailing list