Help for this page
while (my $conn = $socket->accept) {
$SIG{CHLD} = "IGNORE";
use POSIX qw(EINTR); ... ... } .... }