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

Summary: Coallesce more model updates into one next view request (while view is processing previous one)
Product: platform Reporter: Peter Zavadsky <pzavadsky>
Component: Window SystemAssignee: Peter Zavadsky <pzavadsky>
Status: RESOLVED FIXED    
Severity: blocker CC: mslama
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 32211    

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.