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 58935

Summary: Poor perfomance executing external VCS commands
Product: obsolete Reporter: lkishalmi <lkishalmi>
Component: vcscoreAssignee: issues@obsolete <issues>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P4    
Version: 4.x   
Hardware: PC   
OS: OS/2   
Issue Type: TASK Exception Reporter:
Attachments: Proposed patch removing stream polling

Description lkishalmi 2005-05-15 19:50:57 UTC
Executing external VCS commands brings the CPU to 100% for a few seconds.
This is due to the existing patch for OpenVMS and OS/2 in the OutputGrabber
which heavily polls the external output and error streams of the external command.
Comment 1 lkishalmi 2005-05-15 19:56:36 UTC
Created attachment 22133 [details]
Proposed patch removing stream polling
Comment 2 lkishalmi 2005-05-15 20:01:37 UTC
BTW, the patch has been tested on Windows XP and Solaris 9, with CVS and
Subversion command line profile as well as on OS/2.
Comment 3 lkishalmi 2009-05-11 13:46:31 UTC
No recent JVM for OS/2 which is able to run NetBeans.