Archive for November, 2008
Programming Language Selection
Written by Mark Davidson on November 12, 2008 – 6:42 pm -I have decied to mainly use Java for the core of the project.
There are a number of reasons for this
- It enables the use of RMI which makes the application more platform independant as apposed to using MPI.
- RMI can be used for client to server communication.
- RMI removes the application from being limited to only running on cluster based system.
- Java should all for a good multilevel architecture to be implemented.
- Server has latest version of Java installed so should be able to take advantage of latest additions to language.
Tags: Architecture, Client, Cluster, Generics, Java, Language, Programming, RMI, Server
Posted in Scalable Distributed Attack Platform | No Comments »
Cluster Access
Written by Mark Davidson on November 2, 2008 – 3:55 pm -Have cluster access and have established what software is avalible on it. May be potential to use a combination of RMI and MPI for the project.
Tags: RMI MPI Cluster escluster
Posted in Scalable Distributed Attack Platform | No Comments »
