Sun Jan 31 11:07:40 GMT 2021 queueFast synchronization between a single producer and single consumer - http://www.bluebytesoftware.com[..]eenASingleProducerAndSingleConsumer.aspx Lock free queue idea. - http://groups.google.com[..]read/thread/82066179448783da?hl=en&pli=1 Use of Disruptor - http://www.infoq.com/presentations/Disruptor Use of Queue - http://highscalability.com[..]ble-presents-queue-er-message-queue.html Discuss about the "Railway approach" of producer consumer queue - http://www.infoq.com[..]ormance-Java-Inter-Thread-Communications http://bad-concurrency.blogspot.com.au[..]alternative-multi-producer-approach.html Probably worth to consider replacing queue by actor - http://www.nurkiewicz.com[..]implifying-trading-system-with-akka.html AbstractQueueSynchroniz - https://xie.infoq.cn/article/be615e3eeaf5badc900cb3c01 (google search) (amazon search) second |