RSSCache::HTTPServer - Serves the cached feeds.
my $listener = RSSCache::HTTPServer->new();
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.
Constructor.
Will start the listening thread.
Copyright 2006 Thomas Wittek (mail at gedankenkonstrukt dot de). All rights reserved.
This document is free software. It is distributed under the same terms as Perl itself.