ZetaGrid v1.9

ZetaGrid v1.9
API Specification

This document is the API specification for ZetaGrid, version 1.8.

See:
          Description

Packages
zeta Provides classes for the client and servlet that dispatches HTTP GET and HTTP POST requests.
zeta.crypto  
zeta.handler Provides classes to handle specific HTTP GET and HTTP POST requests of ZetaGrid.
zeta.handler.approve  
zeta.handler.database  
zeta.handler.statistic Provides classes to make statistics of the computational results.
zeta.monitor  
zeta.processor  
zeta.tool Provides tools for the back-end database on the server.
zeta.tool.check  
zeta.util Provides utility classes for the servlets and statistics.

 

This document is the API specification for ZetaGrid, version 1.8.

ZetaGrid is an open source and platform independent grid system that uses idle CPU cycles from participating computers. It can be used for any CPU intensive application which can be split into many separate steps and which would run very long on a single computer.
ZetaGrid provides a secure Java kernel, which does not allow access from outside, and secures its communications and activities by restricted layer access with digital signatures (ElGamal public-key encryption) and key establishment protocols (half-certified Diffie-Hellman and ElGamal key agreement). The keys have a length of 1024 Bit.


ZetaGrid v1.9

For further technical papers, see ZetaGrid Technical Documentation.
 
Copyright © 2001,2002 Sebastian Wedeniwski. All Rights Reserved.