UIMA AS uses one instance of a Serializer object 
-------------------------------------------------

                 Key: UIMA-1749
                 URL: https://issues.apache.org/jira/browse/UIMA-1749
             Project: UIMA
          Issue Type: Improvement
          Components: Async Scaleout
    Affects Versions: 2.3AS
            Reporter: Jerry Cwiklik


There is a single instance of a Deserializer object processing incoming CASes 
and also a single instance of a Serializer object processing outgoing CASes. 
This may bottleneck UIMA AS Service when handling large CASes and multiple 
threads are processing incoming and outgoing CASes. It would be more efficient 
to create and dedicate an instance of a Serializer/Deserializer to each 
processing thread so that multiple CASes cas be serialized/deserialized at the 
same time. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to