Distributing cpu-bound compression jobs to multiple computers?

Posted by barnaby on Stack Overflow See other posts from Stack Overflow or by barnaby
Published on 2010-04-03T18:21:28Z Indexed on 2010/04/03 18:23 UTC
Read the original article Hit count: 133

The other day I needed to archive a lot of data on our network and I was frustrated I had no immediate way to harness the power of multiple machines to speed-up the process.

I understand that creating a distributed job management system is a leap from a command-line archiving tool.

I'm now wondering what the simplest solution to this type of distributed performance scenario could be. Would a custom tool always be a requirement or are there ways to use standard utilities and somehow distribute their load transparently at a higher level?

Thanks for any suggestions.

© Stack Overflow or respective owner

Related posts about distributed

Related posts about Performance