Dezi-Bot
view release on metacpan or search on metacpan
bin/dezibot view on Meta::CPAN
$manager->poll(); # start ready workers
$manager->wait_all(); # block till we're done
exit(0);
}
# TODO
# if urls > workers, divide urls into pools
# of $pool_size, and assign each pool to a worker.
# if we can't schedule all urls immediately,
# then schedule the rest of the pools to start as each
# worker finishes. The goal is to keep all workers busy,
# not to wait on the slowest.
else {
exit(0);
}
__END__
=head1 NAME
( run in 1.039 second using v1.01-cache-2.11-cpan-87723dcf8b7 )