----- Original Message -----
From: "Sanne Grinovero" <sanne(a)infinispan.org>
To: "infinispan -Dev List" <infinispan-dev(a)lists.jboss.org>
Sent: Tuesday, March 6, 2012 1:41:31 PM
Subject: Re: [infinispan-dev] TotalOrder and jgroups
I might need COUNTER as well in the stack for certain configurations.
AFAIR, COUNTER would not affect the stack unless invoked explicitly
Same for
SEQUENCER
so
I'm assuming when I'll finally use it I should be able to enable it
on
all relevant configurations by default without fear of affecting
other
users of the same channel; so being able to insert it dynamically on
an existing stack would be very useful, however it sounds like an
unpolished hack: one might add protocols which affect other Channel
users, or create unintended side-effects.
Could we do better and provide a shared base communication channel on
top of differently configured logical channels? Conceptually similar
to the MuxChannel, but moving the split point to a lower point in the
stack.