To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52301


User hdu changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Jul 22 01:07:12 -0700 
2005 -------
Since the DefaultFontConfig is always required at startup, the VCL.xcu file has
already been parsed when the FontSubstConfig info is needed. So the expensive
I/O and XML-parsing are done and getting the items out of the FontSubstConfig is
just a simple in-memory operation. Why is this simple in-memory operation so
darn expensive? The root cause of the problem is the configmgr!

Since the configmgr also shows prominently in a startup profile even
independently from VCL.xcu configuration, the root cause of the problem should
be addressed there. In the case of VCL.xcu it is accidentially possible in some
scenarios to load the FontSubstConfig on demand. But IMHO the best solution is
not to work around slow subsystems but to make these subsystems efficient
enough. This makes code cleaner and more maintainable.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to