An open API service indexing awesome lists of open source software.

https://github.com/cgoldberg/webload-go

experiments with concurrency and Go
https://github.com/cgoldberg/webload-go

Last synced: 8 months ago
JSON representation

experiments with concurrency and Go

Awesome Lists containing this project

README

          

==========
webload-go
==========

experiments with concurrency and Go.

* http://golang.org/

----
Info
----

* http://golang.org/doc/codewalk/sharemem/
* http://golang.org/doc/codewalk/urlpoll.go

--------
Build Go
--------

::

$ hg clone -u release https://go.googlecode.com/hg/ go
$ cd go/src
$ ./all.bash

see: http://golang.org/doc/install.html

------------------
Compile webload-go
------------------

use the included Makefile to compile and link webload-go::

$ gomake

this will produce an executable name 'webload'::

$ ./webload