Page 1 of 1

Unique problem

Posted: Mon Jan 25, 2010 6:38 pm
by withluvaravind
Hi

We have a requirement like this....
we have a website designed in php.....
we have a software in it.....whenever user tries to use that software for solving a problem,it takes a lot of time to solve it.....
we have three unix servers over which the software is run.....so,our requirement is to distribute the problem equally to the three servers to solve it quickly.......

how can we do it..

Re: Unique problem

Posted: Tue Jan 26, 2010 1:01 am
by Christopher
You might want to look at something like Gearman to create and solution like MapReduce.