[jboss-jira] [JBoss JIRA] (JGRP-1424) TP: use of multiple transports

Bela Ban (JIRA) jira-events at lists.jboss.org
Fri Feb 17 04:29:36 EST 2012


Bela Ban created JGRP-1424:
------------------------------

             Summary: TP: use of multiple transports
                 Key: JGRP-1424
                 URL: https://issues.jboss.org/browse/JGRP-1424
             Project: JGroups
          Issue Type: Feature Request
            Reporter: Bela Ban
            Assignee: Bela Ban
             Fix For: 3.3


Refactor TP so that the socket sending and receiving is done in a separate class (UDP, TCP, TCP_NIO). Once this is done, add the ability to attach multiple transports to TP, e.g. UDP and TCP.
The UDP transport could then be used for cluster wide messages (null destination) and the TCP transport could be used for unicast messages (non-null destination).
Or this could be overridden by a message flag on a per-message basis !
We could even attach multiple transports of the same type, e.g. one per physical network (10.x.x.x and 192.168.x.x), and do round-robin sending over them.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list