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 20561 - CORBA module's ModuleInstall is very slow
Summary: CORBA module's ModuleInstall is very slow
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: corba (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2002-02-14 18:22 UTC by Jesse Glick
Modified: 2003-06-30 17:07 UTC (History)
0 users

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 Jesse Glick 2002-02-14 18:22:16 UTC
[dev feb 14] It is clearly visible as the most expensive ModuleInstall
in the IDE, in OptimizeIt! (12 seconds in CPU-instrumented time). Much
of this seems to be XML parsing from ORBSettings.loadImpl. It is also
probable that far too many classes are being loaded. Please switch to
XML-layer-based initialization of as much as possible (probably
everything currently in ModuleInstall) to make it lighter-weight.
Comment 1 Tomas Zezula 2002-02-14 19:30:13 UTC
The most problem of CORBA ModuleInstall is that it access
CORBASettings class which starts the parsing of XML configuration files.
Solution: Change of ModuleInstall in such a way that it is independent
on Settings.
Comment 2 Tomas Zezula 2002-02-14 20:25:36 UTC
The dependency on CORBASupport settings was removed. Performance
messurement will be done.
Comment 3 Tomas Zezula 2002-02-15 20:26:57 UTC
Fixed as described above.
Comment 4 David Kaspar 2002-03-25 10:02:56 UTC
Verified
Comment 5 Quality Engineering 2003-06-30 17:07:25 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.