From: minima Date: Fri, 30 Mar 2001 13:44:22 +0000 (+0000) Subject: add a sleep after sending the connected message X-Git-Tag: R_1_47~73 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=ee8c2e94a865274a859ffc3e57d043e24dcf39df;p=spider.git add a sleep after sending the connected message --- diff --git a/perl/ExtMsg.pm b/perl/ExtMsg.pm index 2fd19873..be21d958 100644 --- a/perl/ExtMsg.pm +++ b/perl/ExtMsg.pm @@ -116,6 +116,7 @@ sub to_connected $conn->{timeout}->del if $conn->{timeout}; delete $conn->{timeout}; $conn->_send_file("$main::data/connected"); + Msg->sleep(1); &{$conn->{rproc}}($conn, "$dir$call|$sort"); }