NAME
Swarmage::Queue::IKC::Client - IKC Client Acting As Queue
SYNOPSIS
use Swarmage::Queue::IKC::Client;
my $queue = Swarmage::Queue::IKC::Client->new(
ip => "xxx.xxx.xxx.xxx",
port => "xxxx"
);
$queue->pump( event => "got_task" );
DESCRIPTION
Swarmage::Queue::IKC::Client attaches itself to a remote POE kernel, and asks the remote kernel for new tasks to be executed.
The remote kernel must implement a "pump" state, which should accept