This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 97628 - Avoid abuse of warmup
Summary: Avoid abuse of warmup
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks: 210706
  Show dependency tree
 
Reported: 2007-03-11 17:27 UTC by _ rkubacki
Modified: 2012-04-04 14:34 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
one suggestion (1.68 KB, patch)
2007-03-11 17:29 UTC, _ rkubacki
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2007-03-11 17:27:22 UTC
The intent when we introduced warmup was to have  short activity executed with
low priority after startup to improve user perception of application responsibility.

It should not grow to bigger set of jobs.

It has to be transparent. Code relying on execution of warmup is wrong.

There were several suggestions - tunr it off completely for dev builds, turn off
randomly some parts, rename it from time to time to force contributors to go
through review.
Comment 1 _ rkubacki 2007-03-11 17:29:58 UTC
Created attachment 39378 [details]
one suggestion