Search code examples
design-patternsdisruptor-pattern

What is LMAX Disruptor Design Pattern?


Can anyone tell me what is Disruptor design pattern with simple example ? I will want to know basics of this design pattern.


Solution

  • I spent a couple of days reading all around it and am just starting to get to grips with it architecturally as well as getting to grips with the reasons as to why this design pattern came around.

    For a simple code example of how to implement try https://github.com/trevorbernard/disruptor-examples

    For a good description including links to a white paper,source code and UML diagrams you could try starting at http://martinfowler.com/articles/lmax.html