You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2016/10/24 15:05:58 UTC

[jira] [Created] (UIMA-5156) ResourceManager automatic destory

Marshall Schor created UIMA-5156:
------------------------------------

             Summary: ResourceManager automatic destory
                 Key: UIMA-5156
                 URL: https://issues.apache.org/jira/browse/UIMA-5156
             Project: UIMA
          Issue Type: Improvement
            Reporter: Marshall Schor
            Priority: Minor


UIMA-2977 adds a destory() method to the ResourceManager (RM), that forwards this call to external resources managed by that RM.

The destroy() method was not called by the framework, because in general the RM may be shared by the user (or framework) among multiple pipelines.

This Jira is to enable RMs created by the framework to call destroy() internally at the appropriate time.

This assumes that the right time can be figured out for the various cases.

These include: MultiprocessingAnalysisEngine_impl, and fixing other associated frameworks which may use a pattern where they 
* let the framework create a RM, but then 
* use that in other contexts.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)