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