The protocol value is required. You cannot use any white space in the fields, but you can omit trailing commas.
poll_threads: 1connections: 50VP_class: NET if for DBSERVERALIASES; CPU if for DBSERVERNAME
The NETTYPE parameter usually provides tuning options for the protocols that dbservername entries define in the sqlhosts file or registry.
Each dbservername entry in the sqlhosts file or registry is defined on either the DBSERVERNAME parameter or the DBSERVERALIASES parameter in the ONCONFIG file.
The NETTYPE configuration parameter describes a network connection as follows:
You can specify a NETTYPE parameter for each protocol that you want the database server to use. The following example illustrates NETTYPE parameters for two types of connections to the database server, a shared memory connection for local clients and a network connection that uses sockets:
NETTYPE ipcshm,3,,CPU NETTYPE soctcp,,20,NET
The NETTYPE parameter for the shared-memory connection (ipcshm) specifies three poll threads to run in CPU virtual processors. The number of connections is not specified, so it is set to 50. The NETTYPE parameter for the sockets connection (soctcp) specifies that only 20 simultaneous connections are expected for this protocol and that one poll thread (because the number of poll threads is not specified) will run in a network virtual processor (in this case, SOC).
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]