Divide the workload to multiple computers
#1
How about a way to divide the workload to multiple computers so that if something takes 10 days to do, then it will reduce the time by 3 fold. Something for bruteforce implementation. For example, suppose a hash has 100 steps, so u have an option to divide it into multiple stages i.e 3 stages, 4, 5 etc. So on one computer you run stage 1, while at the same time, on computer 2, you run stage 2, etc


Messages In This Thread
Divide the workload to multiple computers - by richardsguy - 05-17-2010, 04:44 AM