The environment is AIX 7.1 and perl 5.10.
I run a script that emulates a tail -f on a log file and writes some records to another file. When looking at the output of a "ps" statement, I see processes called "
" pop up and then go away. Usually there are two, one has a parent of 1, and the other has a parent of the original script.
Anybody have any information was to what these process are doing and what creates them?
Thanks!