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 2014/04/11 21:04:16 UTC

[jira] [Resolved] (UIMA-3694) allow parallel initialization of components to speed things up in multi-core sys

     [ https://issues.apache.org/jira/browse/UIMA-3694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor resolved UIMA-3694.
----------------------------------

    Resolution: Fixed

> allow parallel initialization of components to speed things up in multi-core sys
> --------------------------------------------------------------------------------
>
>                 Key: UIMA-3694
>                 URL: https://issues.apache.org/jira/browse/UIMA-3694
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>    Affects Versions: 2.5.0SDK
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Minor
>             Fix For: 2.6.0SDK
>
>
> Some embedders, and perhaps someday, the UIMA framework itself, want to take a set of primitive analysis engines in some flow, and initialize them in parallel, on a multi-core machine, where the AEs share a resource manager, and even (for scaled -out instances) a common UIMA - Context. 
> Add the minimal synchronization and ConcurrentMaps, etc., to permit this, in order to reduce initialization time in multi-core deployments. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)