ex8.06

command
v0.0.0-...-8cd4330 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2018 License: MIT Imports: 5 Imported by: 0

README

Exercise 8.6 (P243)

Add depth-limiting to the concurrent crawler. That is, if the user sets -depth=3, then only URLs reachable by at most three links will be fetched.

Documentation

Overview

Crawl3 crawls web links starting with the command-line arguments.

This version uses bounded parallelism. For simplicity, it does not address the termination problem.

Package links provides a link-extraction function.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL