Browse Source

Create initial README.md

master
jimi 9 years ago
parent
commit
eac017f7ea
  1. 9
      README.md

9
README.md

@ -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
Loading…
Cancel
Save