Hi Oliver,
By my (still very limited) understanding of the codebase, adding new
consumers to a SequenceGroup adds more event subscribers to the graph.
Would it be possible to dynamically change the graph topology by
adding both producers and consumers?
Thanks,
V.
On Feb 1, 11:25 am, Olivier <
m...@odeheurles.com> wrote:
> Hi Vanni,
>
> Have a look to this thread:
>
>
http://groups.google.com/group/lmax-disruptor/browse_thread/thread/3d...
>
> The .NET version should supports the behavior described by Martin.
>
> Olivier
>
> On Feb 1, 11:09 am, wasabikun <
vanni.tore...@gmail.com> wrote:
>
>
>
> > Hello,
>
> > Does current evolution plans for the disruptor pattern (whether on
> > Java or C#) include the ability to dynamically add and remove
> > producers/consumers? How would you change the design to accommodate
> > for that?
>
> > Would a design based on private buffers (taken from a large array used
> > as a pool) for each producer/consumer end up degrading overall
> > performance too much, and look like yet another actor-based scheduler?
>
> > Thanks,
> > Vanni- Hide quoted text -
>
> - Show quoted text -