2005-09-18 14:50:47

by Al Boldi

[permalink] [raw]
Subject: Fork capture


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


2005-09-19 06:55:47

by Coywolf Qi Hunt

[permalink] [raw]
Subject: Re: Fork capture

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/

2005-09-19 16:00:31

by Al Boldi

[permalink] [raw]
Subject: Re: Fork capture

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