On 05/22/2013 01:41 PM, Laurent Bercot wrote:
So, as I expected, killall5 is a heavy monster, scanning the process list in /proc (so, not portable), and killing them one by one unless they match some criteria. Absolutely ugly, needs some specific tweaks to support FUSE, and would exhibit a huge race condition if it didn't SIGSTOP all processes before scanning and SIGCONT them after killing.
Isn't that because killall kills by name? It would have to scan the process list, then. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
