Bug 41735 - [startup] all type cacher started for free
Summary: [startup] all type cacher started for free
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M3   Edit
Assignee: Andre Weinand CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2003-08-20 11:00 EDT by Adam Kiezun CLA
Modified: 2003-08-21 13:53 EDT (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 Adam Kiezun CLA 2003-08-20 11:00:57 EDT
20030819
should the all type cacher be started for free, before i first request it?
starting it affects the startup performance
Comment 1 Dirk Baeumer CLA 2003-08-20 12:27:51 EDT
Andre, the cache is build with a delay ?
Comment 2 Andre Weinand CLA 2003-08-20 12:49:52 EDT
Yes, it's started after 10 seconds.
Comment 3 Andre Weinand CLA 2003-08-20 12:53:39 EDT
To be exact the delay starts after the Java plugin has been started.
Comment 4 Dirk Baeumer CLA 2003-08-20 13:42:13 EDT
May be we should start it after the workbench is up and precesses events (but 
I don't know if this is possible). Otherwise we could really slow down startup 
performace if somethings gets loaded after JDT/UI.
Comment 5 Andre Weinand CLA 2003-08-21 13:16:32 EDT
fixed for N20030822.
Now the thread starts 4 seconds after the event loop has started.
Comment 6 Dirk Baeumer CLA 2003-08-21 13:33:27 EDT
Just out of curiosity: how do you find out that the event queue has started.
Comment 7 Adam Kiezun CLA 2003-08-21 13:53:58 EDT
lemme guess: you put something to the event queue as synch/asych exec?