Re: [PATCH 0/10] af_unix: add multicast and filtering features to AF_UNIX
From: Alan Cox <hidden>
Date: 2012-03-01 18:08:52
Also in:
netdev
From: Alan Cox <hidden>
Date: 2012-03-01 18:08:52
Also in:
netdev
Right now you can send/receive millions of udp messages per second on your linux machine, if you figured out how to avoid process scheduler costs. If D-Bus wants more, I highly suggest using shared memory instead of passing messages.
Or some rather artful use of BPF ? Alan