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