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 42500 - PVCS performance optimization
Summary: PVCS performance optimization
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-04-27 10:19 UTC by Martin Entlicher
Modified: 2004-08-13 12:12 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2004-04-27 10:19:29 UTC
Because PCLI commands are slow and solution of
issue #34630 is likely to be quite hard, we should
at least do some optimizations to improve the
performance.

We can implement joining of commands that are
known to run together (e.g. Add + Refresh, Put +
Refresh, etc.) Joined commands can run in one
batch through PCLI, therefore there will be only
one JVM startup instead of two. Performance
improvement of a factor of two is expected. We can
also try to use the output of Add or Put command
to automatically update the status information
without the necessity to run Refresh at all. The
performance improvement is expected to be roughly
the same as if the commands would be joined
(possibly slightly better).
Comment 1 Martin Entlicher 2004-05-05 11:05:11 UTC
After issue #34630 was fixed, it looks like no more optimization is
necessary. If there is a need for further optimization, please reopen.