The com.slamd.server
package contains the code that is used
by the core SLAMD server. There are many components in this package:
-
The core SLAMD server itself
-
The configuration handler used to store configuration information as
well as data about jobs, optimizing jobs, real and virtual job folders,
and uploaded files.
-
The server-side code for interacting with SLAMD clients, client
managers, resource monitor clients, and real-time statistics reporting
clients.
-
The job caching code, which is used to reduce the amount of interaction
necessary within the configuration directory.
-
The code used to perform logging about the various processing that
occurs within SLAMD.
-
The SLAMD scheduler, which is responsible for ensuring that all
scheduled jobs are executed properly according to their configuration.
-
The SLAMD mailer, which provides a means of sending e-mail notifications
whenever a job or optimizing job completes.