Issue 58282 - unload unused modules
Summary: unload unused modules
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 680m139
Hardware: PC Windows Server 2003
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: oooqa, performance
Depends on:
Blocks:
 
Reported: 2005-11-22 09:17 UTC by pmike
Modified: 2013-02-07 22:38 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pmike 2005-11-22 09:17:11 UTC
OOo fights itself for performance. One of startup speedups is to load only
minimal set of modules, and other when necessary. However, during intensive work
with various OOo components, OOo consumes more and more memory, loading its
additional components.

When component become unused (i.e. user works with Calc, then opened Writer doc
and closed Calc) - Calc code should be unloaded to free system resources. I
think immediate unload is bad idea, but lazy (delayed) unloader would be perfect.

This issue applies to any dynamically loaded components and, possibly, to help
subsystem.
Comment 1 lars 2005-11-23 16:54:08 UTC
according to 
http://qa.openoffice.org/issue_handling/workflowcharts/RFE_issues_by_QA.sxd I 
reassign this issue to requirements
Comment 2 lars 2005-11-23 17:00:30 UTC
according to 
http://qa.openoffice.org/issue_handling/workflowcharts/RFE_issues_by_QA.sxd I 
set the Status to New
Comment 3 ace_dent 2008-05-16 01:41:21 UTC
OpenOffice.org Issue Tracker - Feedback Request.

The Issue you raised is currently assigned to 'Requirements' pending review, but
has not been updated within the last 2+ years. Please consider re-testing with
one of the latest versions of OOo, as the problem(s) may have already been
addressed. Either use the recent stable version:
http://download.openoffice.org/index.html
or consider trying the new OOo 3 BETA (still in testing):
http://download.openoffice.org/3.0beta/
 
Please report back the outcome so this Issue may be Closed or Progressed as
necessary - otherwise it may be Resolved as Invalid in the future. You may also
wish to search for (and note) any duplicates of this Issue that may have
advanced further by checking the Issue Tracker:
http://www.openoffice.org/issues/query.cgi
 
Many thanks,
Andrew
 
Cleaning-up and Closing old Issues as part of:
~ The Grand Bug Squash, pre v3 ~
http://marketing.openoffice.org/3.0/announcementbeta.html
Comment 4 lars 2008-05-17 15:55:19 UTC
developers -- what's the state of OOos modularization and lazy load/unload 
mechanism?