PCI-E Connection between two servers

pci-express

I'd like to achieve PCI-E Gen3 X16 duplex speed for my server file transfers. I thought about this and asked myself why not.

I saw cable connecting PCI-E slot and a PCI-E riser card. So I believe there is already a cable exists to connect PCI-E slot to another PCI-E slot. Now I guess I need some kind of connection protocol to work with PCI-E.

Anyone has knowledge about this?

Best Answer

A PCI-e bus is not the same thing as a PCI-e device. There would have to be custom circuitry on both sides, most likely a PCI-e card that supports high-bandwidth interconnects.

The interconnect protocol most likely to be of use to you is Infiniband (IB), which can run at 4-lane speeds up to 40gbits/sec.

This is not cheap by any means, but for a point-to-point solution, you can't beat it.

Related Topic