From: Doug M. <do...@hy...> - 2010-07-21 18:02:00
|
Could you share some more detail on what data you want to monitor from these short-lived processes? We could look at using mechanisms such as netlink on Linux, kqueue on BSD, etc., where we can be notified when a process is created, rather than "polling" the process list. What is the windows-only solution you're using? |