NAME

RSSCache::Poller - Downloads the feeds

SYNOPSIS

        $RSSCache::Poller = RSSCache::Poller->new();

DESCRIPTION

This module will poll one specified or all cached feeds and pass them to the backend module.

METHODS

new

Constructor.

poll

Downloads the specified feeds and passes them to the backend module that should update the cache.

This method will use multiple threads to download the feeds.

Parameters:

poll_feed

Downloads one specified feed. Won't start a new thread.

Parameters:

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, RSSCache::Backend