-- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]
This is really a design issue (that the API is synchronous), but
replacing sleep() with the function waitForReadyRead() in the QProcess
class seems to reduce the CPU usage without causing crashes for me
(upstream maintainer).

