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..
Unique problem
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Unique problem
You might want to look at something like Gearman to create and solution like MapReduce.
(#10850)