More Info

Revision 615481

(Back to digest)
 

Optimization in KDE Base

Matthias Kretz committed changes in /trunk/KDE/kdelibs/kio/kio/connection.cpp:

Don't waste CPU cycles (i.e. don't use 100% CPU) when the job is supended because the QSocketNotifier of KStreamSocket was still firing every single processEvents but the data from the socket wasn't read.
Now the QSocketNotifier will be disabled as well and the CPU can rest. :-)

File Changes

Modified 1 files
/trunk/KDE/kdelibs/kio/kio/connection.cpp
1 files changed in total