On 6/30/06, Jean-Charles Ripault <[EMAIL PROTECTED]> wrote:

I fork all the network
"clients" and they all individually log their results in a global log
file opened before the fork.

It looks as if your code has no protection against two clients writing
simultaneously to the global log file. Check out flock(). Hope this
helps!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to