Lan Manager Workstation: SNA Server of Variable

If you have an application written to one of the SNA APIs offered by SNA Server (such as APPC, CPI-C or LUA) on Windows NT clients using Microsoft Networking, and your application uses a large number of Windows NT threads, you may need to add a Registry variable on the clients to permit correct operation.

This Registry variable is called MaxThreads. It can be set on a Windows NT-based client and is found in the following location:

HKEY_LOCAL_MACHINE
SYSTEM
CurrentControlSet
Services
LanmanWorkstation
Parameters

This is the variable name and description:

MaxThreads:REG_DWORD:number

This variable specifies the number of threads available for use by the Workstation service. Set number to a value between 30 and 255, depending on how heavily the workstation is used by APPC. Try to make the value large enough to support all the APPC usage, but low enough to avoid using excessive amounts of memory.

If this variable is not set, it defaults to 6 threads.