POE-Component-FunctionBus
view release on metacpan or search on metacpan
lib/POE/Component/FunctionBus.pm view on Meta::CPAN
But no one writes large heavy monolthic 'evil' functions anymore, right?
=head2 CONSIDERATIONS
To be considering using this type of distributed work network you should also
remember that it is rather dependant on code enacting postback type behaviour,
rather than block-and-return.
Not that you could not use block-and-return it would just well, be rather
resource hungry and not very scalable. If you do have a_function() that takes
8 days to run, consider wrapping it in a service that responds that it is busy
or so. That way you can have multiple nodes providing that service.
=head1 SYNOPSIS
Perhaps a little code snippet.
use POE::Component::FunctionBus;
my $options = {
}
( run in 0.260 second using v1.01-cache-2.11-cpan-87723dcf8b7 )