
commit c0701bcd20dd85949e4233056c3c199a7178aeec Author: Jonathan Ellithorpe <jdellit@stanford.edu> Date: Tue Jul 19 18:55:30 2011 -0700 Less sleeping in 01, too lazy --- experiments/01 | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/experiments/01 b/experiments/01 index 10ee99d..ff0179d 100755 --- a/experiments/01 +++ b/experiments/01 @@ -47,15 +47,10 @@ until [ $i -gt $NUM_CLIENTS ]; do sleep 2 done -# Some connections take a long time to register with cirrus -sleep 15 - # Start the flash proxy, server side echo "starting flash proxy server side..." firefox --remote "openURL(http://localhost:1080/swfcat.swf?facilitator=127.0.0.1:4701)" -sleep 15 - let query_fac_time=NUM_CLIENTS+2 sleep ${query_fac_time} @@ -66,6 +61,7 @@ until [ $i -gt $NUM_CLIENTS ]; do let local_port=2000+i gnome-terminal -e "/bin/bash -c 'wget -t1 http://localhost:${local_port}/dump -O - > /dev/null; exec /bin/bash -i'" let i=i+1 + sleep 2 done # Use this one for delaying the termination of experiment below