βDMAβ here means: Direct memory access, and βRDMAβ: Remote direct memory access.
I used Java to create an application for transferring stock data, but found that the wait time was longer than I expected. I heard that someone has developed an application like "DMA / RDMA" that has good performance, so I am wondering if I can use "DMA / RDMA" in Java?
If not, what language should I use, and if there are any good libraries to use?
source share