[Bug 341593] Less thread use

rhythmbox (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Mar 2 09:51:28 CET 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=341593

  rhythmbox | general | Ver: 0.9.3





------- Comment #6 from James "Doc" Livingston  2007-03-02 09:49 UTC -------
There are still some other parts of Rhythmbox that use threads for no real
reason: the audio CD track scanning, playlist manager saving, and the podcast
feed parser. All of these should use asynchronous stuff instead.

Use of threads itself isn't an issue, but using them when there are decent
alternatives (e.g. asynchronous IO) isn't usually worth the complexity of
locking etc.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email



More information about the Pkg-gnome-maintainers mailing list