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 23790 - Disconnected VCS mount slows down source code scrolling for open files and debugging
Summary: Disconnected VCS mount slows down source code scrolling for open files and de...
Status: CLOSED WORKSFORME
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2002-05-21 16:01 UTC by esmithbss
Modified: 2003-07-01 12:58 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 esmithbss 2002-05-21 16:01:23 UTC
I have a project that uses VCSCVS mounts for all source 
paths.  If the machine is disconnected from the cvs 
repository (eg: network is down), the file takes extra 
time to load from local storage.  

Once the file was loaded, I tried to make 5 cut/paste 
changes of between 2 and 3 lines each to the file and 
determined that after loading, scrolling/editing the file 
is between 5 and 10 times slower than with the CVS 
repository connected.

Further, while debugging the edited application, debugging 
operations were excruciatingly slow.  Somewhere on the 
order of 20 to 40 times as slow as when the repository is 
connected.
Comment 1 Jan Chalupa 2002-05-21 19:08:47 UTC
Adding the PERFORMANCE keyword.
Comment 2 Martin Entlicher 2002-05-22 10:47:20 UTC
Are you sure, that this is not a problem of Windows? Do you encounter
the same problems on Local Filesystem? Please can you try to mount a
filesystem via "Mount -> Local Directory" and test whether you
encounter the same problems?

When you're disconnected, please turn the "Offline Mode" property of
your mounted CVS filesystems to true. This will assure, that no
automatic refreshes will not be performed.
Comment 3 Martin Entlicher 2002-05-25 18:03:25 UTC
Well, I can not imagine how VCS modules slows down source scrolling
when you're disconnected. Are there any VCS commands running or
pending in the system? Anyway they would probably fail very fast. Are
other applications also slow?
Closing as works for me, I did not encounter a problem like this.
Comment 4 Jiri Kovalsky 2002-06-18 14:37:26 UTC
Long time no response from Eric. I assume that turning on "Offline
Mode" property has helped him. Therefore verifying the issue as
worksforus.
Comment 5 Quality Engineering 2003-07-01 12:58:46 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.