UnixHostObject
This is the default host object type
- easiest to start and manage
- least security for running objects
Properties:
- Need one per machine
- Uses fork/exec to start processes
- Runs all processes in the same Unix account as Host Object
- Allows all jobs to start (up to a specified maximum # of objects)
Similar implementation for NT machines - NTHostObject