Import rdma: Zero-copy networking with RDMA and Python
From Open Source Bridge attendee wiki 2010
Every time your server sends or receives a packet, it copies it to (or from) a temporary kernel buffer. What an incredible waste of CPU and memory bandwidth! RDMA solves this, at a huge complexity cost. This talk will cover what happens when a dynamic language meets a direct-memory-placement protocol.
Speaker: Andy Grover
Return to this session's details