Bug 2840 - Going to create a real offspring observer.
Summary: Going to create a real offspring observer.
Status: RESOLVED WONTFIX
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Nurdin Premji
URL:
Keywords:
Depends on:
Blocks: 1582
  Show dependency treegraph
 
Reported: 2006-06-23 21:18 UTC by Nurdin Premji
Modified: 2006-11-27 18:23 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 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)