NAME

RSSCache::HTTPServer - Serves the cached feeds.

SYNOPSIS

        my $listener = RSSCache::HTTPServer->new();

DESCRIPTION

This class will start a thread listening for HTTP requests on the port specified in the configuration file.

It will serve each feed request in a new thread. If a requested feed hasn't been cached yet, it will be downloaded and added to the cache.

METHODS

new

Constructor.

Will start the listening 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