Comment 5 for bug 1263329

Revision history for this message
Robert Bruce Park (robru) wrote :

Well, they only communicate through Dee, which is using DBus. So if there's a lag between seeing the notification and seeing the message in the feed, then it's most likely just DBus being slow to transmit the messages. Not much can really be done about that I'm afraid... I spent a long time performance profiling friends back in the day, I can assure you that it doesn't have any bottlenecks or the like that would cause this... it makes the notification and then sends the message directly to Dee and then exits.... pretty straightforward.

This is the kind of problem that would need to be solved by something like a Go rewrite ;-)