[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1254412976.21697.11.camel@sledge.emsl.pnl.gov>
Date: Thu, 01 Oct 2009 09:02:55 -0700
From: Kevin Fox <Kevin.Fox@....gov>
To: linux-kernel@...r.kernel.org
Subject: Process creation & deletion notification
Is there a reliable way for a user space application to get
notifications every time a process is created and deleted?
I have been playing with the Connector code + PROC_EVENTS and it seems
to do what I want, but I'm not sure about two things:
1. Will the creations and deletions ever come out of order. I need a
childs creation to always come before a its parents deletion.
2. Will it ever drop a creation or deletion message. I depend on getting
every creation/deletion.
If the Connector code using PROC_EVENTS can't meet those requirements,
could someone please recommend something else to use?
Thanks,
Kevin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists