For static specification, this parameter is available as a
keyword subparameter of the
NTRPC
macro. For dynamic specification, this parameter is available as a keyword
subparameter of the profile parameter RPC
.
It specifies the event at which a Natural RPC server is automatically terminated.
SRVTERM
is specified on the server side only.
Possible settings | NEVER |
A Natural RPC server is never automatically terminated. To terminate a Natural RPC server refer to Terminating a Natural RPC Server and Terminating an EntireX Broker Service in the Natural Remote Procedure Call (RPC) documentation. |
---|---|---|
TIMEOUT |
A Natural RPC server is automatically terminated if the wait time
for the next client request outside of an RPC conversation is exceeded.
TIMEOUT should only be set if you use an Attach Manager to
dynamically start Natural RPC servers on request.
|
|
Default setting | NEVER |
|
Dynamic specification | yes | |
Specification within session | no |
For further information, see the Natural Remote Procedure Call (RPC) documentation.