hadroNIO
hadroNIO copied to clipboard
Transparent acceleration for Java NIO applications via UCX
Hi, I noticed that hadroNIO is licensed under GPLv3. Would you consider switching to LGPLv3 so I can integrate it without worries into [invesdwin-context-integration-channel](https://github.com/invesdwin/invesdwin-context-integration#synchronous-channels)? Though for now I guess I...
**Describe the bug** Some data is lost during transmission,it causes the exception of grpc http2 deframe, and netty benchmark example hangs because of waiting for all data. **Steps to Reproduce**...
### 1、 latency Test **(1)use rdma** `./build/example/install/hadronio/bin/hadronio netty benchmark latency -a 172.37.64.10 -l 4096 -m 100000 -s` result: totalData: 409.600 MByte (409600000), totalTime: **2.298 s** (2.297766), **(2)use tcp** ``` export...
When the message is less than 32KB, I grab the packet and find the rdma send operation used. At this time, the performance is better than tcp. However, when the...
server: ./build/example/install/hadronio/bin/hadronio netty benchmark throughput --server -a 172.23.155.50 -l 1024 -m 1000000 client ./build/example/install/hadronio/bin/hadronio netty benchmark throughput --remote 172.23.155.50 -l 1024 -m 1000000 When I execute this test, the server...