[jboss-jira] [JBoss JIRA] (JGRP-1194) Revisit implementation of TUNNEL and shared transport

Bela Ban (Updated) (JIRA) jira-events at lists.jboss.org
Fri Nov 25 03:20:41 EST 2011


     [ https://issues.jboss.org/browse/JGRP-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bela Ban updated JGRP-1194:
---------------------------

    Fix Version/s: 3.x
                       (was: 3.1)

    
> Revisit implementation of TUNNEL and shared transport
> -----------------------------------------------------
>
>                 Key: JGRP-1194
>                 URL: https://issues.jboss.org/browse/JGRP-1194
>             Project: JGroups
>          Issue Type: Task
>    Affects Versions: 2.8, 2.9
>            Reporter: Vladimir Blagojevic
>            Assignee: Vladimir Blagojevic
>             Fix For: 3.x
>
>
> TUNNEL and shared transport are not supported at the moment (2.10.Alpha5). The main complexity behind TUNNEL and shared transport is that we have to change StubReceiver model. StubReceiver reads messages of the socket on the TUNNEL side. With shared transport turned on StubReceiver would have to be changed because we are receiving byte arrays for all channels sharing transport. We need some special StubReceiver multiplexer so to speak which will read messages and then pass off the byte arrays to other Receivers which will in turn pass them as messages to appropriate channel above transport. Each byte array passed around have to be pre appended with some identifier....and so on.

--
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