Unique problem

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
withluvaravind
Forum Newbie
Posts: 1
Joined: Mon Jan 25, 2010 6:31 pm

Unique problem

Post 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..
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Unique problem

Post by Christopher »

You might want to look at something like Gearman to create and solution like MapReduce.
(#10850)
Post Reply