.

Harvest::SingleThread - run a reaper in a single thread

DESCRIPTION

This module will run a reaper in a single thread of a single process

METHODS

$process=new Harvest::SingleThread

Initialise a single threaded version of reap

$process->process($config,$controller,$mimecfg,$filecfg,$enccfg)

Do a run with a single threaded reaper.

$config is the main configuration, $controller is a Harvest::Controller for the gathering run. $mimecfg,$filecfg and $enccfg are Mimetype, filetype and Content Encoding configuration for the reaper, respectively.