@ -0,0 +1,9 @@
## 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