NAME

RSSCache::Scheduler - Scheduler for regularly executed tasks

SYNOPSIS

        my $scheduler = RSSCache::Scheduler->new();

DESCRIPTION

This module will start a new thread which checks at every minute if a task has to be executed.

Currently there is only one available task (poll) which has to be configured in your settings file, where the configuration is explained.

METHODS

new

Constructor.

Starts the scheduler thread.

AUTHOR

Copyright 2006 Thomas Wittek (mail at gedankenkonstrukt dot de). All rights reserved.

LICENsE

This document is free software. It is distributed under the same terms as Perl itself.

SEE ALSO

RSSCache