title: Concurrency Testing
date: 2015-09-22 16:27:06
tags: python, httplib2, concurrency
I needed a quick small script for testing concurrency on my current project, so I wrote up this: https://github.com/eph214/contest It handles ssl (ignores invalid certs), and simply requires that you define the number of processes and the url you want to test with. It does a computation of system time used by the processes. You can have it output headers/content as you wish.