ENABLE Reference Manual

ENABLE ATTRIBUTES
SERVERCLASS Attribute
• For some boxes used by the application the value of TMF is ON,
and for other boxes used by the application the value of
NONSTOP is ON (indicating that the General Server is to run as
a NonStop process pair).
• For some boxes used by the application the value of NONSTOP is
ON, and for other boxes the value of NONSTOP is OFF.
If these boxes are used by the same application, you must use
different copies of the General Server by supplying a value for
the SERVERCLASS attribute for each box.
Example
If you generate an application by including the following
commands:
SET BOX RECORD parts
SET BOX NONSTOP ON
SET BOX SERVERCLASS my-server
ADD BOX parts-1
RESET BOX NONSTOP
SET BOX RECORD supplier
SET BOX TMF ON
SET BOX SERVERCLASS tmf-server
ADD BOX suppliers
a copy of the General Server belonging to a server class named
"my-server" accesses the data base file represented by the
"parts-1" box. A copy of the General Server belonging to a
server class named "tmf-server" accesses the data base file
represented by the "suppliers" box.
4-63