[jboss-jira] [JBoss JIRA] Created: (JGRP-1310) Remove serialization overhead of ExecutionService when it is not needed.

William Burns (JIRA) jira-events at lists.jboss.org
Tue Mar 22 12:07:45 EDT 2011


Remove serialization overhead of ExecutionService when it is not needed.
------------------------------------------------------------------------

                 Key: JGRP-1310
                 URL: https://issues.jboss.org/browse/JGRP-1310
             Project: JGroups
          Issue Type: Enhancement
    Affects Versions: 2.12
            Reporter: William Burns
            Assignee: Bela Ban


We can remove the serialization overhead of requests in a few different cases

# When the submitter is the coordinator
# When the consumer is the coordinator
# When the consumer is the same as the submitter

With these changes it should be a lot closer in performance to a normal ExecutorService when used on a single node cluster.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list