Help for this page

Select Code to Download


  1. or download this
    $sock->timeout(60);
    
  2. or download this
    while ( 1 ) {
        while (my $r = $sock->accept) {
            # process
    ...
            warn "Server runs on a timeout"
        }
    }