X-Git-Url: http://scm.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=d321cba5fcd9b971e4cb048857aa539065daa253;hb=db7747a775a39ec1828fc78b9442f301ed32b195;hp=98fdbb187491697c32bccbb5e030bcbf645d489c;hpb=2dd2d417adfc86f29d4091c444e3f99906a51771;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index 98fdbb18..d321cba5 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -110,7 +110,8 @@ $starttime = 0; # the starting time of the cluster sub already_conn { my ($conn, $call, $mess) = @_; - + + $conn->disable_read(1); dbg('chan', "-> D $call $mess\n"); $conn->send_now("D$call|$mess"); sleep(2);