Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Those sleeps in the run script are redundent with the ones in the code
[simgrid.git] / examples / gras / rpc / test_rl.in
index 8bbf69c..56fa246 100755 (executable)
@@ -7,7 +7,5 @@ else
 fi
     
 $exenv ./rpc_server@EXEEXT@ 4002 $@ &
-sleep 1
 $exenv ./rpc_forwarder@EXEEXT@ 4003 127.0.0.1 4002 $@ &
-sleep 1
 $exenv ./rpc_client@EXEEXT@ 127.0.0.1 4002 127.0.0.1 4003 $@