NAME
POE::Component::Server::Bayeux - Bayeux/cometd server implementation in
POE
SYNOPSIS
use POE qw(Component::Server::Bayeux);
# Create the server, listening on port 8080
my $server = POE::Component::Server::Bayeux->spawn(
Port => 8080,
Alias => 'bayeux_server',
);
# Create a local client, a reply-bot
POE::Session->create(
more»
Revision history for Perl extension POE::Component::Server::Bayeux
0.03 - Tue, 06 Oct 2009 09:48:15 -0600
- If $ENV{POE_DEBUG}, will turn on POE debug and trace options for all POE::Sessions
- If $ENV{DEBUG} while running tests, will durn on server and client debug
- Added testbin/cli_client.pl, a command line client using POE::Component::DebugShell
- Improved 'shutdown' support but is st
more»