Alan Cox wrote:
> It isnt a sensible answer. Think about a threaded web server firing off 
> cgi scripts. You should probably kill those with the same mm. Especially if
> you have an unclone(CLONE_MM) since you can then unshare the VM for a thread
> and exec stuff off it

Think about a single threaded web server using vfork().  Then you
mustn't kill tasks with the same mm.

-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to