Comment on Nobody ever got fired for buying a clusterparentComments−marshray13yIt sure sounds like parallel map/reduce tasks are begging for a 'just kill the process and re-fork a fresh worker' solution instead of garbage collection.−wmf13yOne of the great ideas in Erlang.
Comments
It sure sounds like parallel map/reduce tasks are begging for a 'just kill the process and re-fork a fresh worker' solution instead of garbage collection.
One of the great ideas in Erlang.