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 32423 - Coallesce more model updates into one next view request (while view is processing previous one)
Summary: Coallesce more model updates into one next view request (while view is proces...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks: 32211
  Show dependency tree
 
Reported: 2003-03-27 16:20 UTC by Peter Zavadsky
Modified: 2008-12-23 12:31 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 Peter Zavadsky 2003-03-27 16:20:20 UTC
For cases there has come more model updates in
short time, and view is still processing just the
first one. 
In that case central unit has to coallesce the
rest model updates (until the view processed the
actual request) into one new request and provide
enough information with (about all changes).
Comment 1 David Simonek 2003-04-07 14:38:31 UTC
As I understand it, this is an issue only if model is
asynchronous/thread safe, right? Single threaded winsys wouldn't need
this.
Comment 2 Peter Zavadsky 2003-04-08 13:46:56 UTC
Done see issue #32220 and class ViewReuestor.