Dynamic listeners

This version of Adaptive Server adds functionality to sp_listener that allows you to manage network listeners. sp_listener allows you to:

The syntax for sp_listener is:

sp_listener “command”, “server_name”, engine | remaining

Or:

sp_listener “command”, “[protocol:]machine:port”, engine | remaining

Where:

The number of listener ports is determined by the dynamic configuration parameter number of network listeners. The default value of this parameter is 1. The semantics for sp_listener is atomic: if a command cannot be completed successfully, it is aborted.

For more information, see the Performance and Tuning Guide.