NAME

Labrador::Common::Partition::SingleHostDirectory

DESCRIPTION

A simple partitioning implementation, for use when crawling a single host. It hashes on the directory path, but not filename of the URL.

NB: This can mean that large dynamic applications where the page is changed using the querystring, all fall in the same partition as their hash value is the same.

METHODS

hash($url)

Returns the path of $url, minus the filename should there be one.

REVISION

	$Revision: 1.3 $