You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/04/25 01:48:22 UTC

[GitHub] [rocketmq] HScarb commented on issue #4202: about TransientStorePool

HScarb commented on issue #4202:
URL: https://github.com/apache/rocketmq/issues/4202#issuecomment-1107979254

   I tested this method, it worked on Linux and dit not work on Windows.
   ```java
   LibC INSTANCE = (LibC) Native.loadLibrary(Platform.isWindows() ? "msvcrt" : "c", LibC.class);
   ```
   This is a default JNA usage of C library for binding C functions to java interface, but `mlock` and `madvise` not exist on windows


-- 
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: dev-unsubscribe@rocketmq.apache.org

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