[infinispan-issues] [JBoss JIRA] (ISPN-4782) Server should use FORK instead of a Mux block

Tristan Tarrant (JIRA) issues at jboss.org
Mon Sep 29 05:23:02 EDT 2014


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

Tristan Tarrant updated ISPN-4782:
----------------------------------
    Description: 
The server jgroups subsystem uses a MuxChannel to multiplex messages to different consumers on the same channel.
We should use the FORK protocol instead since it has many advantages (i.e. it is what WildFly uses, it doesn't "dirty" the channel).

  was:
The server jgroups subsystem uses a MuxChannel to multiplex messages to different consumers on the same channel.
Ideally  we should use F



> Server should use FORK instead of a Mux block
> ---------------------------------------------
>
>                 Key: ISPN-4782
>                 URL: https://issues.jboss.org/browse/ISPN-4782
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Server
>    Affects Versions: 7.0.0.Beta2
>            Reporter: Tristan Tarrant
>            Assignee: Tristan Tarrant
>             Fix For: 7.0.0.CR1
>
>
> The server jgroups subsystem uses a MuxChannel to multiplex messages to different consumers on the same channel.
> We should use the FORK protocol instead since it has many advantages (i.e. it is what WildFly uses, it doesn't "dirty" the channel).



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the infinispan-issues mailing list