NAME

Xango::Broker - Broker HTTP Requests (Deprecated)

SYNOPSIS

use Xango::Broker;
use MyHandler;
MyHandler->spawn();
Xango::Broker->spawn();
POE::Kernel->run();

# or,
xango -h MyHandler

DESCRIPTION

As of 1.00 (and 0.99), use of Xango::Broker is deprecated. Use Xango::Broker::Pull instead.

For compatiblity, using Xango::Broker is now equivalent to using Xango::Broker::Pull.

AUTHOR

Copyright (c) 2005 Daisuke Maki <dmaki@cpan.org>. All rights reserved. Development funded by Brazil, Ltd. <http://b.razil.jp>