The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Xango::Broker::Pull - Xango's Pull-Crawler

SYNOPSIS

  use Xango::Broker::Pull;
  Xango::Broker::Pull->spawn(
    ...
  );

DESCRIPTION

Xango::Broker::Pull implements the pull-model crawler for Xango, where jobs that need to be fetched are pulled from a source periodically.

OBJECT ATTRIBUTES

states

Inherited from Xango::Broker::Base.

STATES

dispatch_job

Entry point.

pull_jobs

Interface to ask the handler to pull new jobs to be processed

get_http_comp_state

get_ready_fetchers

SEE ALSO

Xango::Broker::Base, Xango::Broker::Push

AUTHOR

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