experiments with concurrency and Go.
$ hg clone -u release https://go.googlecode.com/hg/ go $ cd go/src $ ./all.bash
see: http://golang.org/doc/install.html
use the included Makefile to compile and link webload-go:
$ gomake
this will produce an executable name 'webload':
$ ./webload