Comment 1 for bug 1514172

Revision history for this message
Adam Bieńkowski (donadigo) wrote :

Yes, I can confirm that the daemon now is checking for new processes every 1 second which is not any good for performance, however I found an interesting example (http://users.suse.com/~krahmer/exec-notify.c) which uses Linux kernel to receive new processes so we don't need to refresh every time but instead do it natively.