![]() |
|
P is for Practical | |
PerlMonks |
logging of processby sandy1028 (Sexton) |
on Apr 28, 2009 at 05:34 UTC ( #760514=perlquestion: print w/replies, xml ) | Need Help?? |
sandy1028 has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I am using the code as below. Log file is created and all the process write to the same log file. Some of the lines are merged together. How can this be avoided. I cannot use lock($log) If I use sleep(1); the performance is very slow.
Back to
Seekers of Perl Wisdom
|
|