English 中文(简体)
如何在java中使用MA或RDMA?
原标题:How to use DMA or RDMA in java?
  • 时间:2011-10-19 10:49:29
  •  标签:
  • java
  • dma
  • rdma

“DMA”是指: 直接存取和“RDMA”是:远程直接存取。

我利用 Java生成了转让股票数据的申请,但我发现,相对值比我预期的要大。 我听到有人使用了“DMA/RDMA”的同类应用,这种应用表现良好,因此我想知道,我是否能够在 Java使用“DMA/RDMA”?

If not, what language should I use, and if there are any good libraries to use?

问题回答

This article from IBM developers work give a great overview of how DMA access can be achieved using java

你有两种选择(我知道):

  1. Java SDP -- has been deprecated
  2. JXIO [1], a high-performance messaging library built on RDMA and supported by Mellanox

https://github.com/accelio/JXIO rel=“nofollow”https://github.com/accelio/JXIO

DiSNI,这是一个新图书馆,用于在 Java开展排雷行动。 DiSNI是IBM s jVerbs的开放源变量。 https://stackoverflow.com/questions/330986/java-sockets-on-rdma-jsor-vs-jverbs-form-in-infiniband> 这表明,复兴共和与 Java比较了C和Java的袖珍,以及中亚复兴共和与共和与共和与否。

我知道,这属于网络基础设施(连同相关的舱面模块等)的财产,而不是应用一级的方案拟订语言。

换言之,你们必须获得专门的工具包,以便利用RDMA来减少网络的相对性。 这方面的一个例子是支持RDMA的10GbE网络卡:link

Java的应用能够通过Nio的包裹获得半衰期文档。 这些微粒的档案可以通过多个方案查阅——我很想知道,这接近于排雷部在java提供的档案。

Java7支持SDP关于太阳能和六氯环己烷的议定书(有开放的Fabrics.org司机)。 不幸的是,《经济、社会、文化权利国际公约》议定书在《经济、社会、文化权利国际公约》的2.x版本中作了解释。 人民诉诸于诸如jVerbs之类JNI包装器。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签