-
Task
-
Resolution: Done
-
Major
-
None
-
None
Bundling UNICAST ACKs is faster then sending them individually.
However, at the receiver side, ACKs willbe handled by the default thread pool, not the OOB thread pool. This change is only done to support faster anycasting in Infinispan 4.0.0.GA, in JGroups 2.10, ACKs will be marked as OOB again.
Once https://jira.jboss.org/jira/browse/JGRP-1090 is implemented, we bundle OOB messages anyway, so this change is unnecessary