| MOINC Client Agent |
|
|
|
IntroductionThe MOINC agent is the actual service runtime of the entire MOINC project. This is actually the client software that should be installed in all the computers that are volunteering to the grid. This piece of software works on Windows and Linux operating systems and is built using Java technologies. MOINC agent runs at operating system startup and functions as a background process to monitor user inactivity in order to start executions.
More in depth information about MOINC Agent can be read here.
Design/ArchitectureObject oriented design principles have been incorporated in building the MOINC Agent application. Design patterns are used where possible to make sure the application evolves with time and is easily extensible. As mentioned earlier in this write-up, MOINC Agent is a collection of loosely coupled modules that perform well defined tasks. This in fact gives the ability to team members to easily enhance the functionality of the application as well as add new features without changing the existing system. More details about the design and architecture aspects of MOINC Agent can be found in the software design document which is available in the resources section.
|
MOINC Client Agent

