Tagged Questions
6
votes
8answers
2k views
How to create a Linux cluster for running physics simulations in java?
I am developing a scientific application used to perform physical simulations. The algorithms used are O(n3), so for a large set of data it takes a very long time to process. The application runs a ...
2
votes
2answers
83 views
How to create a server that distributes workunits to clients?
I need a java application that should manage a database to distribute work units to its clients.
Effectively it's a grid application: the database is filled with input parameters for clients and all ...
1
vote
2answers
255 views
Dynamic Nodes in Hadoop
Is it possible to add new nodes to Hadoop after it is started? I know that you can remove nodes (as that the master tends to keep tabs on the node state).
1
vote
3answers
294 views
Grid Computing and Java
I couldn't seem to find a similar question to this.
I am currently looking at the best solution solving a grid computing problem.
The setup:
I have a server/client situation where there clients ...
0
votes
0answers
96 views
infrastructure for grid computing java [closed]
I have some scientific programs wose must run in a grid architecture.
So I need some company that can support me with 1000 machines (for ex.)
My application is not commercial, so I think a Non ...