Product Information > Version 7.1 Release Information > Upgrading to JADE Release 7.1 > Thread Parameters in the [JadeServer] Section (PAR 62498)

Thread Parameters in the [JadeServer] Section (PAR 62498)

In earlier releases, when any of the new MinShortThreads, MaxShortThreads, MinLongThreads, or MaxLongThreads parameters were not specified in the [JadeServer] section of the JADE initialization file, server initialization wrote them out with the corresponding MinServerThreads or MaxServerThreads parameter value carried over, or with the default MinServerThreads or MaxServerThreads parameter value.

From this release, when the MinServerThreads and MaxServerThreads parameters are not specified to seed the MinShortThreads, MaxShortThreads, MinLongThreads, and MaxLongThreads parameter specifications, the MinShortThreads, MaxShortThreads, MinLongThreads, and MaxLongThreads parameters now use their own default values, which are as follows.

If the value of a MinServerThreads or MaxServerThreads parameter is used to seed any of the MinShortThreads, MaxShortThreads, MinLongThreads, and MaxLongThreads parameters during initialization, the MinServerThreads and MaxServerThreads parameters are now removed from the [JadeServer] section of the JADE initialization file after initialization, as they are superseded by the new parameters.

When the MinServerThreads and MaxServerThreads parameters are not specified in the [JadeServer] section and the new MinShortThreads, MaxShortThreads, MinLongThreads, and MaxLongThreads parameters do not exist, the new parameters are written to the [JadeServer] section with the value <default>.