Consultor Eletrônico



Kbase 15152: Starting Mulitple Protocols against one db VMS TCP DECNET
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
Starting Mulitple Protocols against one db VMS TCP DECNET

The following is an example of how to start multiple protocols
against one database on VMS.

The /MAXPROTOCOL parameter MUST be used for both network types.
It must also be used in conjunction with the /SERVER_TYPE=LOGIN
parameter.

$ PROG/MULTI=START -
/MAXPROTOCOL=3 -
/MAXSERVERS=10 -
/MAXCLIENT=4 -
/HOST=CONDOR -
/SERVICE=DEMOSV -
/NETWORK=DECNET DEMO

$ PROG/MULTI=START -
/SERVER_TYPE=LOGIN -
/MAXPROTOCOL=3 -
/HOST=CONDOR -
/SERVICE=DEMOSV1 -
/NETWORK=TCP DEMO

This example will allow 3 servers to start for each protocol
TCP and DECnet. The consequences of not using the
/MAXPROTOCOL parameter when using the /SERVER_TYPE=LOGIN
switch is as follows:

If the first 10 remote clients are all DECnet, all 10 servers will
have been spawned as DECnet servers blocking any subsequent TCP
clients from connecting.


Progress Software Technical Support Note # 15152