Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have been using the open2 function for a while now, basically I use it to run a process which logs
approximately 32 serial ports and logs the output into 32 seperate files.
Now I have been made aware that there is a lot of information missing from those logs. I have ran several tests
and it looks like that the only 'corrupt logs'->ones missing the info, are only occuring if I run the logging process
using the open2 function.
If I run the logging process by itself(not using my perl script), logs are just fine.
Is anyone aware of similar problems?
Or am I looking in the wrong place?
Any help would be greatly appreciated!
JR
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: open2 question seeking answers
by Zaxo (Archbishop) on Nov 26, 2004 at 05:28 UTC | |
|
Re: open2 question seeking answers
by pelagic (Priest) on Nov 26, 2004 at 08:45 UTC |