Bug 5824 - switch proc-picker window to use host.requestRefresh()
: switch proc-picker window to use host.requestRefresh()
Status: NEW
Product: frysk
Classification: Unclassified
Component: general
: unspecified
: P2 normal
: ---
Assigned To: Unassigned
:
:
:
: 3401 5819
  Show dependency treegraph
 
Reported: 2008-03-03 20:03 UTC by Andrew Cagney
Modified: 2008-03-03 20:03 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.