Another question is about the signal CHLD.
I writed a script.It uses signal CHLD to trap the death of
child then do something on it.BUT if two children end
simultaneously(It's possible to take place for my script),
the script is broken by some unknown reason.That's not my
purpose.
How do I successfully solve this problem.Thank you.