http://www.perlmonks.org?node_id=579674


in reply to Re: Could there be ThreadedMapReduce (and/or ForkedMapReduce) instead of DistributedMapReduce?
in thread Could there be ThreadedMapReduce (and/or ForkedMapReduce) instead of DistributedMapReduce?

So maybe I would need to use forks, and store part of the computation on the hard drive, in some temp directory?

That's ok by me, as long as the abstraction is hidden away and reduceForked( $functionBuilder, $arrayref, $initvalue ) always does what I mean.

I want this. Bad :)

  • Comment on Re^2: Could there be ThreadedMapReduce (and/or ForkedMapReduce) instead of DistributedMapReduce?