Springboot integrates the Disruptor as the internal message queue

1, Basic introduction 1. What is a Disruptor? (1) Disruptor is a high-performance concurrency framework developed by UK foreign exchange trading company LMAX. It can be considered as an efficient and low latency memory message component for inter thread communication. Its biggest feature is high performance. Unlike Kafka and RabbitMQ, which a ...

Posted by DocUK on Mon, 27 Dec 2021 16:15:40 +0100

Concurrent framework disruptor (core concept introduction high performance principle - pseudo shared CAS ring data production and consumption mode advanced use)

Concurrent framework Disruptor Disruptor overview background Disruptor is a high-performance queue developed by LMAX, a British foreign exchange trading company. Its original intention is to solve the delay problem of memory queue (it is found in the performance test that it is in the same order of magnitude as I/O operation). The syst ...

Posted by gilliat on Thu, 16 Dec 2021 18:24:20 +0100