ENABLE Reference Manual

ENABLE ATTRIBUTES
NONSTOP Attribute
Example
If you generate an application by including the following
commands:
SET BOX NONSTOP ON
SET BOX SERVERCLASS e-nonstop
SET BOX RECORD parts
ADD BOX parts-1
BOX RECORD orders
ADD BOX orders
RESET BOX NONSTOP
SET BOX SERVERCLASS tmf-serve
SET BOX TMF ON
SET BOX RECORD supplier
ADD BOX supplier-1
RESET BOX *
a copy of the General Server identified by the name "e-nonstop"
accesses the files represented by the "parts-1" and "orders"
boxes. This copy of the General Server will run as a NonStop
process pair. Another copy of the General Server belonging to
the server class "tmf-serve" accesses the file represented by
the "supplier-1" box. The file represented by this box is
audited by TMF.
4-38