franz1981 opened a new pull request #2523: ARTEMIS-1977 ASYNCIO can reduce 
sys-calls to retrieve I/O events
URL: https://github.com/apache/activemq-artemis/pull/2523
 
 
   On LibAIO is possible to retrieve the I/O completion
   events without using io_getevents sys-calls by reading
   the user-space ring buffer used by the kernel to store them.
   This commit include another optimization to avoid
   calling a method to obtain the buffers address, saving
   safepoint polls, a method call and implicit instance of
   checks performed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to