You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2019/02/28 16:04:43 UTC

[GitHub] clebertsuconic opened a new pull request #1: ARTEMIS-1977 ASYNCIO can reduce sys-calls to retrieve I/O events

clebertsuconic opened a new pull request #1: ARTEMIS-1977 ASYNCIO can reduce sys-calls to retrieve I/O events
URL: https://github.com/apache/activemq-artemis-native/pull/1
 
 
   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
   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:
users@infra.apache.org


With regards,
Apache Git Services