Missing the AF_BUS
Missing the AF_BUS
Posted Jul 5, 2012 23:52 UTC (Thu) by Tester (guest, #40675)In reply to: Missing the AF_BUS by jezuch
Parent article: Missing the AF_BUS
In kernel dbus, when the sender wants to send a message to N recipients, it first checks that there is space in the queue for each recipient. If there is, it puts the message there. If there isn't, then it returns an error. It's that simple.