Remote direct memory access: Difference between revisions

Content deleted Content added
No edit summary
 
improving
Line 1:
'''Remote Direct Memory Access''' (RDMA) is a concept whereby two or more [[computer]]s communicate via [[Direct MmemoryMemory Access access]] directly from the [[main memory]] of one system to the main memory of another. As there is no protocolCPU, cache, or context stackswitching overhead, this is particularly useful in applications where high thoughput, low latency networking is needed such as in massively parallel linux[[Linux]] clusters. The most common RDMA implementation is over Infiniband. Although RDMA over [[Infiniband]] is technologically superior to most alternatives, it faces an uncertain commercial future.