I am making a project in java on grid computing, i have the basics ready . A server apps that can run on many systems, a client app that is to be run and each server is added to it as node . After that i do some calculations on client which divides the work among nodes and prints back result . For eg, i have them calculating prime numbers, like if i put 8000 and 2 nodes are available, it gives range 1-4000 to one node and 4001-8000 to other node, both calculate primes in this range and send back result , client app then shows this result in the window . Other than this i have got factorial calculation which is not really working great due to integer limits :( . I need some tips on what else should i add to this to make it more interesting .
No replies to this topic
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









