PLBWEB_TERMTIME Keyword
PLBWEB_TERMTIME={seconds}
This optional keyword specifies the number of seconds that the Plbwebsrv process waits for client threads to terminate after a terminiate command has been executed for the server.
If the {seconds} time expires, a forced termination of all client threads is executed and the PL/B Web Server is terminated.
If the PLBWEB_TERMTIME is not used, the terminate command causes the PL/B Web Server to wait for an infinite amount of time for the client threads to terminate.
The PLBWEB_TERMTIME keyword has been implemented to take affect dynamically meaning that the value of the keyword can be changed in the server configuration file at any time before the terminate command is executed.
Example:
PLBWEB_TERMTIME=60
See Also: Server Configuration Keywords, Server Command Line
![]() |