Bug 2840

Summary: Going to create a real offspring observer.
Product: frysk Reporter: Nurdin Premji <npremji>
Component: generalAssignee: Nurdin Premji <npremji>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1582    

Description Nurdin Premji 2006-06-23 21:18:45 UTC
I'm going to start working on an observer that gets notification of children and
children's children etc. Probably going to call it DeepOffspringObserver unless
a better name comes up.
Comment 1 Nurdin Premji 2006-11-27 18:23:51 UTC
Turns out this wouldn't be very difficult to do, all it is is a Forked Observer
that adds itself to its children on updateForkedOffspring. To attach that
observer to all the tasks of a process use a frysk.proc.ProcBlockObserver (soon
to be frysk.util.ProcBlockAction)