Stopping AcuXDBC Server

Use

 acuxdbcs -kill [-nport] [server]

to halt (kill) the xdbcsrvr process on port 20222 or the port specified by the-noption. On UNIX/Linux, you may also use "xdbckill [-p<port#>]". If no port is specified, the xdbcsrvr process is halted on the current host; otherwise the process is halted on the named host.

On Windows, all client connections are terminated. On UNIX/Linux, client connections remain activ.e

CAUTION:
The xdbcsrvr process can also be terminated from UNIX/Linux using the command "kill -9" (signal #9). However, a signal #9 prevents xdbcsrvr from performing an orderly shutdown and should never be used when clients are actively using AcuXDBC.