Bug 4310

Summary: Hosts should auto refresh
Product: frysk Reporter: Phil Muldoon <pmuldoon>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mark
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1788    

Description Phil Muldoon 2007-04-02 18:03:31 UTC
Right now a user has to refresh a hosts inventory of Procs. They do this by
usually running the eventloop whenever they need a refresh or in a thread.
However on living systems the host really needs to refresh itself, to create
less of a burden on the user.
Comment 1 Andrew Cagney 2007-04-02 20:32:38 UTC
Marking as duplicate of bug #1788 - replace requestRefresh() with
Host.requestAddRefreshObserver.

Clients of the Host ask to be notified when something interesting happend and at
what frequency.  The host then internally if/when to schedule refresh updates
and notify all interested observers.

*** This bug has been marked as a duplicate of 1788 ***