Bug 109760 - consider other gc idle indicators
Summary: consider other gc idle indicators
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: John Arthorne CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-16 12:00 EDT by John Arthorne CLA
Modified: 2007-06-25 16:52 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Arthorne CLA 2005-09-16 12:00:42 EDT
The IDE workbench now performs explicit garbage collection when the UI is
"idle". Currently, the application is considered idle when:

 1) There are no jobs running.
 2) There has not been a KeyUp or MouseUp in the past five seconds.

We will need to monitor this to see if other cues are required.  Randy commented
in bug 92164 that MouseUp does not occur during drag and drop operations.
Whether this will affect the end user experience or not is still unclear.

The trick is to find sufficient idle indicators without capturing *all* SWT
events because this would likely impose too much overhead.
Comment 1 Ed Burnette CLA 2006-01-04 11:56:26 EST
See also bug 92164 comment #22 and bug 118335.
Comment 2 John Arthorne CLA 2007-06-25 16:52:57 EDT
Not planning to do anything here.