Bug 88184 - Thread pool goes up to 12 workers during a build
Summary: Thread pool goes up to 12 workers during a build
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: platform-runtime-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2005-03-16 10:35 EST by Tod Creasey CLA
Modified: 2005-03-18 11:28 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2005-03-16 10:35:44 EST
20050315

When you build a workkspace from scratch we end up with 12 (mostly idle) Threads
generated from the jobs support.

STEPS
1) Load swt from HEAD with auto build off
2) Rename .classpath_win32 to .classpath
3) Turn on autobuild
Comment 1 John Arthorne CLA 2005-03-18 11:28:52 EST
I typically find about six worker threads after a long build.  This was likely
caused by the decorators that were creating many concurrent jobs, which has
since been fixed.