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 28950 - editor code called during workspace switch doesn't scale enough
Summary: editor code called during workspace switch doesn't scale enough
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 27789
  Show dependency tree
 
Reported: 2002-11-22 14:14 UTC by David Simonek
Modified: 2007-11-05 13:44 UTC (History)
0 users

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 David Simonek 2002-11-22 14:14:46 UTC
Quoting Tomas Pavek:
"my measuring shows 200 more ms (in switching GUI ->
Editing time) for ~40 files opened in editor"

It means that time needed for workspace switch
grows significantly as number of top component in
workspace grow.
Goal: it's natural that switching of workspaces
always be more expensive for rich workspaces, but
now the time grows too quickly. We probably need
to get under 100ms dirrefence between regular and
rich workspaces.

Note, for individual slowness of each component
there are other issues filed.
Comment 1 Jan Lahoda 2002-12-03 09:32:04 UTC
Isn't this winsys problem?
Comment 2 David Simonek 2003-01-02 16:01:42 UTC
No, this *is* the issue for editor, please re-read my previous comments.
Of course, we have more general issue 27789 which is about workspace
switching perf improvement and belongs to winsys. But as we measured,
editor top components slows down process of workspace switching
significantly.

Summary: I'm asking you to identify where most of the time is spent in
editors during the switch, and try to speed things up if possible.
Winsys guys will try to do the same for core part during the work on
27789 issue.
Comment 3 Antonin Nebuzelsky 2004-01-22 10:16:44 UTC
What are we going to do with this task? Workspaces are not in the
product anymore, so this task could probably be closed? Or reassigned
to  core / window system v1 to keep track of it for old versions?
Comment 4 _ rkubacki 2005-09-08 20:05:35 UTC
no longer interesting as we do not use workspaces now