On Fri, Apr 12, 2019 at 03:46:15AM +0200, Emmanuel Dreyfus wrote: > Thor Lancelot Simon <t...@panix.com> wrote: > > > Gluster on Linux hitting 9Gb/sec for sequential I/O > > Well at that performance level, avoiding copies is certainly a must, but > I cannot test that because I lack the hardware (10G ethernet for that > slide?)
10G ethernet is pretty common these days. But I think the important thing is that we know causing multiple copies back and forth through a userspace daemon is an anti-pattern; we should not do more of it when we could do less. Thor