HammerServer Documentation
This is the index page for the HammerServer documentation. Please see:
- General Information:
- Command-line Tools:
- hsctl: the HammerServer control
script
- hsclient: command-line client
tool
- hsenv: checker for the completeness
of the environment (during installation)
- hs-benchmark: a simple
benchmark script
- hs-http-d: the HTTP daemon
program, invoked by hsctl
- hs-init-backend: A script
to initialize new back ends.
- Technical Reference:
- HSClient: Perl module that
implements the client API
- HTTP-API: Network API
description
- Backends: How to write and add
new back ends for data storage.
- Perl modules used in the server:
- Crypto: Cryptographic
functions
-
- Datastore: Database back end
access
- Pg: Storage back end for Postgresql
- File: Storage back end using flat
files
- CouchDB: Storage back end
using Apache CouchDb
- Hammer: Main server
functions
- Program: Server program support
functions
Karel Kubat