4 LOW_PRIORITY
="1 5 10 15 20 15 30 35 40 45 50"
5 #" 60 70 80 90 100 110 120 130 140 150 160"
7 #IOR=/project/amras/coryan/IOR/roundtrip.ior
10 for c
in $LOW_PRIORITY; do
15 # ssh celegorm "cd /project/celegorm/coryan/EC_Roundtrip ; ./server -ORBSvcConf ec.dispatching_reactive.conf -o $IOR" >server.log 2>&1 </dev/null &
16 # while [ ! -f $IOR ]; do
19 # ./client -d -h 1000 -l 2000 -i 500 -n $c -k file://$IOR > ec_dispatching_reactive.$c.txt 2>&1
26 # ssh celegorm "cd /project/celegorm/coryan/EC_Roundtrip ; ./server -ORBSvcConf ec.dispatching_threaded.conf -o $IOR" >server.log 2>&1 </dev/null &
27 # while [ ! -f $IOR ]; do
30 # ./client -d -h 1000 -l 2000 -i 500 -n $c -k file://$IOR > ec_dispatching_threaded.$c.txt 2>&1
37 # ssh celegorm "cd /project/celegorm/coryan/EC_Roundtrip ; ./server -ORBSvcConf ec.dispatching_rtcorba.conf -r -o $IOR" >server.log 2>&1 </dev/null &
38 .
/server
-ORBSvcConf ec.dispatching_rtcorba.conf
-r -o $IOR" >server.log 2>&1 </dev/null &
39 while [ ! -f $IOR ]; do
42 ./client -ORBSvcConf ec.dispatching_rtcorba.conf -r -d -h 1000 -l 2000 -i 500 -n $c -k file://$IOR > ec_dispatching_rtcorba.$c.txt 2>&1