Revision d05c992...

Go back to digest for 28th October 2012

Optimization in KDE Base

Vishesh Handa committed changes in [nepomuk-core] libnepomukcore/resource/resourcedata.cpp:

Resource: Avoid running event loops for the jobs

Event Loops cause all kind of problems. It is better to block for that
small amount of time, than to run an event loop.

Eventually, these dbus calls should be replaced by socket calls.

File Changes

Modified 1 files
  • libnepomukcore/resource/resourcedata.cpp
1 files changed in total