in reply to 2 problems using sockets perl 5.8 and mod_perl2 on Linux

EINTR happens (in Perl 5.8) when a signal is caught. The correct response is to just call again with the same arguments. See 244415.

  • Comment on Re: 2 problems using sockets perl 5.8 and mod_perl2 on Linux

Replies are listed 'Best First'.
Re: Re: 2 problems using sockets perl 5.8 and mod_perl2 on Linux
by Anonymous Monk on Jun 27, 2003 at 14:44 UTC
    Hi,

    Thanks, I can do that. But when this occurs it happens thousands of times in a row and chomps up lots of CPU. Is there a way to diagnose what's occurring? Where the signal is coming from etc?

    I still dont' know why the command line version of this program complains about bad file descriptor.

    Thanks -- rr