diff --git a/README.md b/README.md new file mode 100644 index 0000000..5803167 --- /dev/null +++ b/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