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.

title: First Post
date: 2015-09-22 11:14:26
tags: introduction
First of all, welcome to the new blog! This is a first post, and let me introduce myself. My name is Matt Becker, and I’m a software developer. I like to use Linux, bash, python, django, various javascript engines and libraries, and whatever glue tools that would connect those to allow me to get my task done in a better way. Vim is my favorite text editor. I also do quite a bit of devops work, handling server installations, maintenance, backups, optimization etc for various Linux systems. Hope you enjoy the content on this site and find it useful!