To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51637
User is changed the following:
What |Old value |New value
================================================================================
Assigned to|is |cmc
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Jul 6 07:39:22 -0700
2005 -------
Ah, that is interesting. For Uno components we introduced a maximum number of 25
($installer::globals::unomaxservices) components that are registered with one
call. This is a compromise between length of the command line and performance.
If there is only one Uno component in each call, the complete registration
process would take a very very long time.
For Java components the maximum numer is 15
($installer::globals::javamaxservices).
If I understand you correct, for Python components the maximum number is 1 ?
This is a very slow process. We can include your patch, if there are only very
few components. If there for example 50 components, this will double the
complete packing time. Therefore we should thinking about a process, that
allows registering of multiple python components in parallel. Is this not
feasible?
---------------------------------------------------------------------
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]