Calculating the Initial Number of Dispatcher Processes
Once you know the number of possible connections per process for your operating system, calculate the initial number of dispatcher processes to create for each network protocol during instance startup using the following formula. Connections per dispatcher is operating system-dependent.
Number               Maximum number of concurrent sessions
of          = CEIL (------------------------------------)
Dispatchers           Connections per dispatcher
以上是MTS_DISPATCHERS的计算方法,请问不同os的Connections per dispatcher 是不是不一样,能否举例说明 nt 的最大值是多少,linux是多少?