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 81195 - [sendopts]Performance of help
Summary: [sendopts]Performance of help
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks: 57611
  Show dependency tree
 
Reported: 2006-07-26 17:45 UTC by Jan Lahoda
Modified: 2007-12-07 16:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2006-07-26 17:45:46 UTC
[using recent trunk sources and recent contrib/sendopts]

(Server means already running instance of the IDE, client means the instance
that is just being started and that passes its command line arguments to the
server):

Currently, the help is created in the client, meaning that the client needs to
start the module system, etc., which takes some time. I think it would be better
to create the help in the server and sent to the client, like it is done with
option processing errors. This should be much faster.
Comment 1 Jaroslav Tulach 2006-07-27 14:41:21 UTC
Checking in bootstrap/test/unit/src/org/netbeans/CLIHandlerTest.java;
/shared/data/ccvs/repository/core/bootstrap/test/unit/src/org/netbeans/CLIHandlerTest.java,v  
<--  CLIHandlerTest.java
new revision: 1.9; previous revision: 1.8
done
Checking in bootstrap/src/org/netbeans/CLIHandler.java;
/shared/data/ccvs/repository/core/bootstrap/src/org/netbeans/CLIHandler.java,v  
<--  CLIHandler.java
new revision: 1.45; previous revision: 1.44
done
Checking in startup/src/org/netbeans/core/startup/CLICoreBridge.java;
/shared/data/ccvs/repository/core/startup/src/org/netbeans/core/startup/CLICoreBridge.java,v  
<--  CLICoreBridge.java
new revision: 1.13; previous revision: 1.12
done
Checking in startup/src/org/netbeans/core/startup/MainLookup.java;
/shared/data/ccvs/repository/core/startup/src/org/netbeans/core/startup/MainLookup.java,v  
<--  MainLookup.java
new revision: 1.8; previous revision: 1.7