Is there a way to capture a process-fork?
Something like:
process/kModule A monitors procs for forking, captures it and manages further
processing.
Thanks!
--
Al
On 9/18/05, Al Boldi <[email protected]> wrote:
>
> Is there a way to capture a process-fork?
>
> Something like:
> process/kModule A monitors procs for forking, captures it and manages further
> processing.
Look at the fork_connector patch.
--
Coywolf Qi Hunt
http://sosdg.org/~coywolf/
Coywolf Qi Hunt wrote:
> On 9/18/05, Al Boldi <[email protected]> wrote:
> > Is there a way to capture a process-fork?
> >
> > Something like:
> > process/kModule A monitors procs for forking, captures it and manages
> > further processing.
>
> Look at the fork_connector patch.
Nice, but how could this be used to _manage_ further process-execution?
Also, would a user-space solution be possible?
Thanks!
--
Al