资 源 简 介
Update 24/12/2011
Disruptor-net moved to Github, you will find the latest versions of the code here: https://github.com/odeheurles/Disruptor-net
The Github repository contains:
* equivalent of version 2.7.1 of the Java codebase (a few minor things missings but should be available soon)
* a new task scheduler that can be used to run the Disruptor with processor affinity
* a new Atomic assembly containing an equivalent of the Java Atomic package: (under development)
The SVN repository available on this site will no longer be maintained.
Disruptor-net
The disruptor is a concurrency component used to exchange messages between threads (producer consumer)
It is optimised for high throughput and low latency scenarios.
This component was initially developed