in reply to Re: Could there be a ThreadedMapReduce (instead of DistributedMapReduce)?
in thread Could there be ThreadedMapReduce (and/or ForkedMapReduce) instead of DistributedMapReduce?
(Specifically, concatenating a string in a distributed way, where order wasn't important: using parallel processing to concatenate a string, where order of concatenation doesn't matter.)
It didn't work, in a way that violated my expectations, because parallelization, like I said, is painful. In this case I would have needed to use threads.
Perhaps there could be a ForkedMapReduce as well as a ThreadedMapReduce. The important thing to me is a reliable abstraction that Does What I Mean.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Could there be a ThreadedMapReduce (instead of DistributedMapReduce)?
by Anonymous Monk on Oct 20, 2006 at 15:50 UTC | |
by tphyahoo (Vicar) on Oct 20, 2006 at 16:16 UTC | |
by BrowserUk (Patriarch) on Oct 20, 2006 at 20:14 UTC |