From eac017f7ea5a5e6763f725cc4f092e12539b7462 Mon Sep 17 00:00:00 2001 From: jimi Date: Wed, 2 Mar 2016 11:16:01 -0600 Subject: [PATCH] Create initial README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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