Open Grid Engine or Akka/Something more fault tolerant?

Posted by Mike Lyons on Programmers See other posts from Programmers or by Mike Lyons
Published on 2012-11-15T16:48:55Z Indexed on 2012/11/15 17:21 UTC
Read the original article Hit count: 268

My use case is that I have a pipeline of independent, stand alone programs, that I want to execute in a certain order on specific pieces of data that our output from previous pipeline stages.

The pipeline is entirely linear and doesn't do anything in terms of alternate paths through the pipe.

I'm currently using SGE to do this and it works OK, however occasionally a job will overstep it's memory bounds, fail, and all jobs that require that output data will fail. The pipe needs to be restarted in that case, and it seems that whatever is providing the fault tolerance in akka might solve that for me?

© Programmers or respective owner

Related posts about scalability

Related posts about distributed-computing