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
- Host: GitHub
- URL: https://github.com/cgoldberg/webload-go
- Owner: cgoldberg
- Created: 2011-10-10T12:12:59.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-10T12:14:33.000Z (almost 14 years ago)
- Last Synced: 2025-01-11T15:25:09.833Z (9 months ago)
- Language: Go
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.bashsee: 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