Help for this page

Select Code to Download


  1. or download this
    Thread 1 terminated abnormally: lock can only be used on shared values
    + at UTP.pm line 189
    <c>
    ...
    }
    msg("done.");
    ...
    
  2. or download this
    ...
    $mcastReaderThread=threads->create(\&doMcastSubscription, $interface, 
    +$mcastAddress, $mcastPort);
    $mcastReaderThread->detach();
    ...
    
  3. or download this
    ...
    while(1)
    ...
          $actualPlugin->processMessage("$message");
       }
    ...
    
  4. or download this
    ...
         if($FeedAgent::sendRateStats)
    ...
            $DEBUG && msg("set Totals{$serviceID}{$packetType} == $Totals{
    +$serviceID}{$packetType}");;
         }     
    ...