Bug 82255 - [JFace] multiple ImageCache instances create multiple cleaner threads
Summary: [JFace] multiple ImageCache instances create multiple cleaner threads
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Tod Creasey CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2005-01-05 11:49 EST by Randy Hudson CLA
Modified: 2005-03-31 11:43 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Hudson CLA 2005-01-05 11:49:50 EST
ImageCache should be optimized to only use a single cleaner thread for all 
instances of ImageCache.
Comment 1 Tod Creasey CLA 2005-02-14 14:07:07 EST
I'm going to up the prioirity on this one as I think it can be done better
without a Thread at all by using Jobs.
Comment 2 Tod Creasey CLA 2005-02-14 14:10:16 EST
Forget I said it - we can't use Jobs at the JFace level. However the reduction
in Threads is still worth doing.
Comment 3 Tod Creasey CLA 2005-03-07 11:57:27 EST
Adding my name to the cc list as we are now tracking performance issues more
closely. Please remove the performance keyword if this is not a performance bug.
Comment 4 Randy Hudson CLA 2005-03-07 12:56:30 EST
Tod, you added the keyword. I don't know what your criteria are.
Comment 5 Tod Creasey CLA 2005-03-31 11:43:21 EST
The ImageCache was deleted in M6.