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)" <ui...@incubator.apache.org> on 2008/10/10 00:34:46 UTC

[jira] Resolved: (UIMA-1196) Add support for binary serialization and deserialization in Uima AS

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

Marshall Schor resolved UIMA-1196.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3AS
         Assignee: Jerry Cwiklik

applied patches.  Assigned to Jerry for checking and closing

> Add support for binary serialization and deserialization in Uima AS
> -------------------------------------------------------------------
>
>                 Key: UIMA-1196
>                 URL: https://issues.apache.org/jira/browse/UIMA-1196
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>             Fix For: 2.3AS
>
>         Attachments: uimaj-as-activemq-UIMA-1196-patch.txt, uimaj-as-core-UIMA-1196-patch.txt, uimaj-as-jms-UIMA-1196-patch.txt
>
>
> Uima AS needs faster serialization and deserialization logic for CASes destined for remote delegates. XMI serialization introduces a significant overhead. Modify Uima AS Serializer to use existing binary Serializer and Deserializer from Uima Core. Modify code that creates outbound jms messages to carry binary cargo instead of a String. Modify inbound code to recognize binary cargo and deserialize CAS using binary serialization.

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