openbmc / phosphor-objmgr

Phosphor Object Manager
Apache License 2.0
6 stars 8 forks source link

Performance improvements #12

Closed bradbishop closed 8 years ago

bradbishop commented 8 years ago

Prior to this patch, an excessive ( more than zero ) number of dbus calls were made to determine if a signal was something we care about. This patch adds a well-known to unique connection name translation cache eliminating all outgoing dbus calls.

Also removed the abstraction layer that obscured this as it isn't used.

Signed-off-by: Brad Bishop bradleyb@fuzziesquirrel.com


This change is Reviewable