LMAX Disruptor download for Linux

This is the Linux app named LMAX Disruptor whose latest release can be downloaded as Release4.0.0.zip. It can be run online in the free hosting provider OnWorks for workstations.

 
 

Download and run online this app named LMAX Disruptor with OnWorks for free.

Follow these instructions in order to run this app:

- 1. Downloaded this application in your PC.

- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 3. Upload this application in such filemanager.

- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.

- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 6. Download the application, install it and run it.

SCREENSHOTS:


LMAX Disruptor


DESCRIPTION:

LMAX aims to be the fastest trading platform in the world. Clearly, in order to achieve this we needed to do something special to achieve very low-latency and high-throughput with our Java platform. Performance testing showed that using queues to pass data between stages of the system was introducing latency, so we focused on optimising this area. The Disruptor is the result of our research and testing. We found that cache misses at the CPU-level, and locks requiring kernel arbitration are both extremely costly, so we created a framework which has "mechanical sympathy" for the hardware it’s running on, and that’s lock-free. This is not a specialist solution, it’s not designed to work only for a financial application. The Disruptor is a general-purpose mechanism for solving a difficult problem in concurrent programming. It works in a different way to more conventional approaches, so you use it a little differently than you might be used to.



Features

  • Move data (e.g. messages or events) between threads within the same process
  • Multicast events to consumers, with consumer dependency graph
  • Pre-allocate memory for events
  • Optionally lock-free
  • The Disruptor uses Sequences as a means to identify where a particular component is up to
  • Intended to be used in cases where you need to independent multiple parallel operations on the same data
  • Enables use within a low latency environment


Programming Language

Java


Categories

Chat, Libraries

This is an application that can also be fetched from https://sourceforge.net/projects/lmax-disruptor.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.



Latest Linux & Windows online programs


Categories to download Software & Programs for Windows & Linux