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 65987 - Support of sharing parsed JDK database for larger installations
Summary: Support of sharing parsed JDK database for larger installations
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-10-05 16:02 UTC by Roman Strobl
Modified: 2007-09-26 09:14 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Strobl 2005-10-05 16:02:27 UTC
Currently the parsed JDK database takes around 13 MB of data in each userdir.
This is an issue on a Czech university with 1600 users, both because of quotes
for home dirs and for data storage needed.

It would be nice to support sharing of parsed JDK databases on the server for
many client stations. This way a lot of disc space would be saved.
Comment 1 Jan Becicka 2007-09-19 13:45:23 UTC
This would be performance-killer.
Comment 2 Petr Nejedly 2007-09-19 14:05:30 UTC
Well, not really, at least not for the CTU case.
The idea is that the JDK data would be in the installation dir (as opposed to userdir).
It might be a problem in a general networked installation, but in case where your userdir is networked anyway, it makes
no difference, and we're talking SunRays here in the CTU case, so the IDE may even end up running on the same box
as the data are located.

Also, for 5.0/5.5, we used to have the StorageBuilder - installation time step that did (roughly) this.