Comment 10 for bug 998759

Revision history for this message
gcc (chris+ubuntu-qwirx) wrote :

HUD is repeatedly opening and closing the database. That is very inefficient on any system, but especially over NFS. (I don't see 2 DBus requests per second as inappropriate, unlike comment #4).

Can't it just keep the database open? Nobody else should be using it at the same time.