[
http://jira.jboss.com/jira/browse/JGRP-429?page=all ]
Bela Ban resolved JGRP-429.
---------------------------
Resolution: Done
added enable_unicast_bundling (default=true) to TP. If unicasts should not be bundled, use
enable_unicast_bundling="false" in TP (UDP, TCP, TCP_NIO)
Optionally disable message bundling for unicast messages
--------------------------------------------------------
Key: JGRP-429
URL:
http://jira.jboss.com/jira/browse/JGRP-429
Project: JGroups
Issue Type: Task
Affects Versions: 2.5
Reporter: Bela Ban
Assigned To: Bela Ban
Fix For: 2.6
Unicast messages are often used for responses (e.g. Rpc/MessageDispatcher). While
requests arrive as multicast messages, responses are sent back as unicast messages. When
sending many requests, bundling may be preferred because we never have to wait for the
bundle to fill up: as we're sending many messages, bundles fill up quickly. However,
for responses, that may not be the case, so we may want to disable bundling for unicasts.
This should be configurable.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira