Comment 9 for bug 1380683

Revision history for this message
Lorn Potter (lorn-potter) wrote :

QNAM does indeed block at startup. Unfortunately, the QtBearer backend needs to perform synchronously in order for QNAM to perform correctly. Under heavy cpu load, I have seen dbus get quite sluggish.

There is room for optimization in the NetworkManager backend so it uses property cache with one blocking call per interface (that need it) instead of the current method.