You can stop a region on the local machine or on a remote machine. The event monitor on the target machine can be used to
stop a region.
Enterprise Server for .NET provides different options for stopping regions.
To stop a region, you can perform a
Normal stop, an
Immediate stop, or a
Force stop:
- With a
Normal stop:
- New transaction requests are blocked.
- Transactions that are running are allowed to complete.
- After the tasks complete, the PLTSD shutdown procedure runs.
- With an
Immediate stop:
- New transactions are blocked.
- Transactions that are running are aborted.
- The PLTSD shutdown procedure runs.
- With a
Force stop, the system does whatever is necessary to stop the region immediately. The PLTSD shutdown procedure does not run.
Note: For each of these stop types, any connected terminals are disconnected.