I am doing a coll project on Grid computing . Currently i have made server/client UI's . Nodes run on different machine and there is a client which connects to these nodes and distributes some processing tasks . I have implemented very high prime numbers testing ( tested 800-900 digits and can go higher with more processing power ) . It's like you put a range in which u want to find prime numbers, client program divides range and sends to nodes which sends back results
. Other things implemented are factorial calculations of huge numbers,calculating PI (doh! ) for benchmarking nodes . Any suggestions/tips of what more should i add would be great . Basically i need to add some more tasks which can be easily distributed and i am able to show that adding more nodes is reducing total required processing time .
