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 43211 - Do not initialize server registry on shutdown
Summary: Do not initialize server registry on shutdown
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords: PERFORMANCE
: 43487 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-05-13 15:10 UTC by _ rkubacki
Modified: 2004-08-13 12:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2004-05-13 15:10:00 UTC
We do lazy initialization of server registry when
the IDE starts. We should go further and avoid
initializing on shutdown as well in the case it
was never touched during IDE session. Currently a
lot of classes are loaded unnecesearily to find
that nothing was started.
Comment 1 _ rkubacki 2004-05-19 16:25:11 UTC
*** Issue 43487 has been marked as a duplicate of this issue. ***
Comment 2 Pavel Buzek 2004-05-22 00:55:20 UTC
added a test to check if SR was initialized