conversant / disruptor

Disruptor BlockingQueue
Apache License 2.0
311 stars 47 forks source link

Disruptor-proxy for ActiveObjects #18

Closed sirinath closed 1 year ago

sirinath commented 4 years ago

Can an equivalent of disruptor-proxy be added? Ideally much faster if possible.

jac18281828 commented 4 years ago

Sounds like an interesting challenge. On a side note, Conversant Disruptor is already using a BlockingQueue so it should be very easy to plug into your project or business logic. Try the MultithreadConcurrentQueue.

sirinath commented 4 years ago

I mean can this functionality also be added to this project so any code using disruptor-proxy can be migrated to conversant-disruptor easily.

jac18281828 commented 1 year ago

Closing as dormant.