Bug 5824

Summary: switch proc-picker window to use host.requestRefresh()
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 3401, 5819    

Description Andrew Cagney 2008-03-03 20:03:52 UTC
The host's refresh code has been re-implemented so that it can better support
multiple clients and more efficient updates:

- requestRefresh reports back the changes that the requester (here proc-picker
window) needs to make as a single block transfer

- multiple clients are able to each maintain their own local state, and don't
need to synchronously track the host as it makes updates

The proc-picker window should switch to this new mechanism.