[Migrated content. Thread originally posted on 22 January 2004]
Has anyone ran into a limit on a windows server as to the number of thin clients that can be started? I can only start about 68-70 thin clients. The next one hangs until one of the other clients is terminated. If I try to start another one, I get a message that the connection failed and to check messages on the server, but I can find no messages on the server.- Home
- Sitemap
- Product Forums
- Rocket COBOL
- RocketĀ® ACUCOBOL
- [archive] Windows thin client limit?
[archive] Windows thin client limit?
- January 22, 2004
- 13 replies
- 0 views
13 replies
- Author
- Rocketeer
- January 22, 2004
[Migrated content. Thread originally posted on 22 January 2004]
Has anyone ran into a limit on a windows server as to the number of thin clients that can be started? I can only start about 68-70 thin clients. The next one hangs until one of the other clients is terminated. If I try to start another one, I get a message that the connection failed and to check messages on the server, but I can find no messages on the server.- Author
- Rocketeer
- January 23, 2004
[Migrated content. Thread originally posted on 22 January 2004]
Has anyone ran into a limit on a windows server as to the number of thin clients that can be started? I can only start about 68-70 thin clients. The next one hangs until one of the other clients is terminated. If I try to start another one, I get a message that the connection failed and to check messages on the server, but I can find no messages on the server.- Author
- Rocketeer
- January 23, 2004
[Migrated content. Thread originally posted on 22 January 2004]
Has anyone ran into a limit on a windows server as to the number of thin clients that can be started? I can only start about 68-70 thin clients. The next one hangs until one of the other clients is terminated. If I try to start another one, I get a message that the connection failed and to check messages on the server, but I can find no messages on the server.- Author
- Rocketeer
- January 23, 2004
[Migrated content. Thread originally posted on 22 January 2004]
Has anyone ran into a limit on a windows server as to the number of thin clients that can be started? I can only start about 68-70 thin clients. The next one hangs until one of the other clients is terminated. If I try to start another one, I get a message that the connection failed and to check messages on the server, but I can find no messages on the server.- Author
- Rocketeer
- January 23, 2004
[Migrated content. Thread originally posted on 22 January 2004]
Has anyone ran into a limit on a windows server as to the number of thin clients that can be started? I can only start about 68-70 thin clients. The next one hangs until one of the other clients is terminated. If I try to start another one, I get a message that the connection failed and to check messages on the server, but I can find no messages on the server.- Author
- Rocketeer
- January 23, 2004
[Migrated content. Thread originally posted on 22 January 2004]
Has anyone ran into a limit on a windows server as to the number of thin clients that can be started? I can only start about 68-70 thin clients. The next one hangs until one of the other clients is terminated. If I try to start another one, I get a message that the connection failed and to check messages on the server, but I can find no messages on the server.- Author
- Rocketeer
- January 24, 2004
[Migrated content. Thread originally posted on 22 January 2004]
Has anyone ran into a limit on a windows server as to the number of thin clients that can be started? I can only start about 68-70 thin clients. The next one hangs until one of the other clients is terminated. If I try to start another one, I get a message that the connection failed and to check messages on the server, but I can find no messages on the server.We are running 5.2.1 on windows 2000 and 2003. It has been identified as a problem and I have not heard back yet.
If you are running windows 2003 we where able to create a second port and double the threads. Windows 2000 will let you create a second port but does not increase the threads.
- Author
- Rocketeer
- January 30, 2004
[Migrated content. Thread originally posted on 22 January 2004]
Has anyone ran into a limit on a windows server as to the number of thin clients that can be started? I can only start about 68-70 thin clients. The next one hangs until one of the other clients is terminated. If I try to start another one, I get a message that the connection failed and to check messages on the server, but I can find no messages on the server.- Author
- Rocketeer
- January 30, 2004
[Migrated content. Thread originally posted on 22 January 2004]
Has anyone ran into a limit on a windows server as to the number of thin clients that can be started? I can only start about 68-70 thin clients. The next one hangs until one of the other clients is terminated. If I try to start another one, I get a message that the connection failed and to check messages on the server, but I can find no messages on the server.- Author
- Rocketeer
- February 10, 2004
[Migrated content. Thread originally posted on 22 January 2004]
Has anyone ran into a limit on a windows server as to the number of thin clients that can be started? I can only start about 68-70 thin clients. The next one hangs until one of the other clients is terminated. If I try to start another one, I get a message that the connection failed and to check messages on the server, but I can find no messages on the server.The short answer is that modifying the registry allows more clients to connect (but at what other adverse cost, we don't know). After reading the article above, you will find a reference to a part of a registry value called SharedSection, which has three numbers associated with it. The third number describes the amount of heap that noninteractive desktops get. By shrinking this number from the default of 512 to 128, we ran out of virtual memory before we hit the limit of thin clients we could connect (still only about 230, but that's probably because of the small amount of memory in the server we are using - your results will vary). It is not clear to me what effect modifying the registry will have on other servers that need non-interactive desktops, and so you should experiment with this value (on a non-production machine) until you find a value that works with all your Windows services.
Finally, we have a new ECN (scheduled for release in version 6.2) that allows you to detect this limitation. Ask about ecn AC050 from your usual source - AcuRCL traces will now show exit codes of child runtimes that halt within a few milliseconds of starting (and an exit code of 128 tells that you have hit this limitation).
Hope this helps,
Randy
- Author
- Rocketeer
- February 10, 2004
[Migrated content. Thread originally posted on 22 January 2004]
Has anyone ran into a limit on a windows server as to the number of thin clients that can be started? I can only start about 68-70 thin clients. The next one hangs until one of the other clients is terminated. If I try to start another one, I get a message that the connection failed and to check messages on the server, but I can find no messages on the server.The short answer is that modifying the registry allows more clients to connect (but at what other adverse cost, we don't know). After reading the article above, you will find a reference to a part of a registry value called SharedSection, which has three numbers associated with it. The third number describes the amount of heap that noninteractive desktops get. By shrinking this number from the default of 512 to 128, we ran out of virtual memory before we hit the limit of thin clients we could connect (still only about 230, but that's probably because of the small amount of memory in the server we are using - your results will vary). It is not clear to me what effect modifying the registry will have on other servers that need non-interactive desktops, and so you should experiment with this value (on a non-production machine) until you find a value that works with all your Windows services.
Finally, we have a new ECN (scheduled for release in version 6.2) that allows you to detect this limitation. Ask about ecn AC050 from your usual source - AcuRCL traces will now show exit codes of child runtimes that halt within a few milliseconds of starting (and an exit code of 128 tells that you have hit this limitation).
Hope this helps,
Randy
- Author
- Rocketeer
- February 10, 2004
[Migrated content. Thread originally posted on 22 January 2004]
Has anyone ran into a limit on a windows server as to the number of thin clients that can be started? I can only start about 68-70 thin clients. The next one hangs until one of the other clients is terminated. If I try to start another one, I get a message that the connection failed and to check messages on the server, but I can find no messages on the server.The short answer is that modifying the registry allows more clients to connect (but at what other adverse cost, we don't know). After reading the article above, you will find a reference to a part of a registry value called SharedSection, which has three numbers associated with it. The third number describes the amount of heap that noninteractive desktops get. By shrinking this number from the default of 512 to 128, we ran out of virtual memory before we hit the limit of thin clients we could connect (still only about 230, but that's probably because of the small amount of memory in the server we are using - your results will vary). It is not clear to me what effect modifying the registry will have on other servers that need non-interactive desktops, and so you should experiment with this value (on a non-production machine) until you find a value that works with all your Windows services.
Finally, we have a new ECN (scheduled for release in version 6.2) that allows you to detect this limitation. Ask about ecn AC050 from your usual source - AcuRCL traces will now show exit codes of child runtimes that halt within a few milliseconds of starting (and an exit code of 128 tells that you have hit this limitation).
Hope this helps,
Randy
- Author
- Rocketeer
- February 10, 2004
[Migrated content. Thread originally posted on 22 January 2004]
Has anyone ran into a limit on a windows server as to the number of thin clients that can be started? I can only start about 68-70 thin clients. The next one hangs until one of the other clients is terminated. If I try to start another one, I get a message that the connection failed and to check messages on the server, but I can find no messages on the server.Recent badge winners
Kevin Hondhas earned the badge Orbit Established
Kevin Hondhas earned the badge Consistent Trajectory
OsmanShariffhas earned the badge Network Contributor
OsmanShariffhas earned the badge Orbit Established
OsmanShariffhas earned the badge Consistent Trajectory
Sign up
Already have an account? Login
Welcome to the Rocket Forum!
Please log in or register:
Employee Login | Registration Member Login | RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Scanning file for viruses.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
OKThis file cannot be downloaded
Sorry, our virus scanner detected that this file isn't safe to download.
OK