Re: Top level name proposal - ComputeCluster

2014-09-07 Thread Mark Hedges
Doesn't Hadoop have to restart the perl interpreter for every execution step, i.e. run a script that performs the map or reduce operation? It seems like a single perl interpreter could listen on TCP for authenticated subroutines to run in threads, passing them on to idle neighbors if busy. No

Re: UNIVERSAL

2014-08-27 Thread Mark Hedges
Pretty sure you just don't use it. HTH. -MARKLE On Wed, Aug 27, 2014 at 12:17 AM, Jonas Brømsø Nielsen jona...@gmail.com wrote: Hello, I am a getting a lot of failure reports from CPAN testers on issues with UNIVERSAL. These testers are using: perl 5.21.3 Example: -

Devel::Size broken

2014-06-16 Thread Mark Hedges
Devel::Size module seems to be broken in 5.20.0. No response from developers. No work for a year or so. What's the process to address a broken module that the developers won't fix? Kafka.pm indirectly depends on Devel::Size via Data::TreeDumper. I guess it isn't really that commonly used as a