
V Team Server

Principle Maintainers:  Marvin M. Theimer.

The team server manages the teams of a local host.  It accepts requests
to load teams and terminate teams, and implements a directory which can
be read to find out information about all teams currently running.
The team server also registers itself with the exception server as an
exception handler "of last recourse".  If no other handler registers
itself for the process which incurs an exception (or its ancestors), 
then the team server will receive the exception message and will load
a post-mortem debugger to handle matters from there on.
