You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/10/12 03:01:10 UTC

[GitHub] [skywalking] wu-sheng commented on issue #6747: Use Disruptor to implement our lightweight queue model

wu-sheng commented on issue #6747:
URL: https://github.com/apache/skywalking/issues/6747#issuecomment-940612264


   > I did a simple test comparison and it looks like Disruptor does serve our purpose, I will provide the full JMH Test shortly.
   
   Disruptor has better performance for sure. We have tested years ago. The challenge is thread-model. We are not using one thread per logic queue, because we created one logic queue per metrics, which could be changed and keep increasing.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org