You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jimi
eac017f7ea
|
9 years ago | |
---|---|---|
README.md | 9 years ago | |
main.go | 9 years ago |
README.md
getpages
An experiment in utilizing channels to obtain concurrency, while requesting data from multiple websites.
-
getPage queries the the URL and returns the body length
-
main walks through a collection of URLs and calls
getPage
for each -
Time durations are collected for each URL request and the main loop