Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save snarkyboojum/5179312 to your computer and use it in GitHub Desktop.
Save snarkyboojum/5179312 to your computer and use it in GitHub Desktop.
Especially, the t1.micro instance type:
Use a ZeroMQ example - run it in a loop and time it.
python2.7 ~/zguide/examples/Python/wuserver.py &
while true; do (time python2.7 ~/zguide/examples/Python/wuclient.py) 2>> ~/wuclient_output ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment