pmouawad commented on pull request #601:
URL: https://github.com/apache/jmeter/pull/601#issuecomment-649006625


   > Can you please clarify what is the purpose of Disruptor here?
   > AFAIK, Disruptor aims for low-latency processing, however, we do not need 
low-latency here.
   > 
   > For instance, JCTools MPSC might be (a better?) fit: 
https://github.com/JCTools/JCTools
   > 
   > WDYT?
   
   Disruptor seems to me a good solution for this use case and results confirm 
this.
   Log4j2 uses this approach and in this case it is very similar to what we 
need to do no ?
   
   I didn't try JCTools, but feel free to make a comparison if you feel it is 
better.
   
   Regards
   


----------------------------------------------------------------
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.

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


Reply via email to