Ports Search

Results 17,61117,620 of 19,819 for %22HTTP Server%22.(0.012 seconds)
devel/POE-Loop-Tk-1.305 (Score: 7.739885E-4)
Bridge that allows POE to be driven by Tk
POE::Loop::Tk implements the interface documented in POE::Loop. Therefore it has no documentation of its own. Please see POE::Loop for more details. POE::Loop::Tk is one of two versions of the Tk event loop bridge. The other, POE::Loop::TkActiveState accommodates behavior differences in ActiveState's build of Tk. Both versions share common code in POE::Loop::TkCommon. POE::Loop::Tk dynamically selects the appropriate bridge code based on the runtime enviroment.
Watch Muliple RSS Feeds for New Headlines
POW::Component::RSSAggregator is a non-blocking way to watch multiple RSS sources with one process. See also p5-XML-RSS-Feed.
devel/POE-Component-Schedule-0.95 (Score: 7.739885E-4)
Schedule POE Events using a cron spec
This component extends POE::Component::Schedule by adding an easy way t specify event schedules using a simple cron spec.
devel/POE-API-Peek-2.20 (Score: 7.739885E-4)
Peek into the internals of a running POE environment
POE::API::Peek extends the POE::Kernel interface to provide clean access to Kernel internals in a cross-version compatible manner. Other calculated data is also available.
devel/POE-Component-TSTP-0.02 (Score: 7.739885E-4)
POE component to correctly handle Ctrl-Z in your program
POE::Component::TSTP -------------------- A POE component to correctly handle Ctrl-Z in your program.
devel/POE-Devel-Profiler-0.02 (Score: 7.739885E-4)
Profiles POE programs
This module profiles POE programs, in the same way the Devel::DProf family of modules do.
devel/POE-Loop-AnyEvent-0.004 (Score: 7.739885E-4)
AnyEvent event loop support for POE
POE::Loop::AnyEvent replaces POE's default select() event loop with AnyEvent. This allows POE programs to transparently use most of the event loops AnyEvent can provide. POE::Loop::AnyEvent changes POE's internal implementation without altering its APIs. By design, nearly all software that are already uses POE should continue to work normally without any changes.
devel/Parse-Win32Registry-1.0 (Score: 7.739885E-4)
Perl extension for parsing Win32Registry
Parse::Win32Registry is a module for parsing Windows Registry files, allowing you to read the keys and values of a registry file without going through the Windows API.
devel/POE-Session-MultiDispatch-1.3 (Score: 7.739885E-4)
Callback dispatch for session events
POE::Session::MultiDispatch is a drop in replacement for POE::Session that adds callback dispatch functionality to POE sessions. Each event may have multiple handlers associated with it. Fine control over the order of execution is available using helper methods that extend the interface of a POE::Session. POE::Session::MultiDispatch uses POE::Session as a base class. When multiple callbacks are registered for an event, only the last callback survives, all the others are clobbered. POE::Session::MultiDispatch is much nicer to your registered callbacks, it keeps them all in the order they were defined. When an event is triggered, all the callbacks are then executed in that same order (unless you muck around with said order).
devel/POE-Test-Loops-1.360 (Score: 7.739885E-4)
Reusable tests for POE Loop authors
POE::Test::Loops contains one function, generate(), which will generate all the loop tests for one or more POE::Loop subclasses.