T.R | Title | User | Personal Name | Date | Lines |
---|
2959.1 | Server connection limit | STAR::VATNE | Peter Vatne, VMS Development | Wed Jun 20 1990 15:46 | 7 |
| The server for VMS V5.1 through V5.4 is limited to 32 connections. This
includes the session manager and the window manager. The DECterm controller
only counts as a single connection, no matter how many terminals it controls.
The limit is hard-coded.
You should definitely get more than 4 connections to your workstation.
What does SYS$MANAGER:DECW$SERVER_0_ERROR.LOG say?
|
2959.2 | Bump up ENQUEUE limit | GSRC::WEST | Help stamp out and abolish redundancy ! | Thu Jun 21 1990 11:52 | 12 |
|
Increase the ENQUEUE limit of the server process.
DEFINE/SYS/EXEC DECW$SERVER_ENQUEUE_LIMIT 300
The default value of 64 is not enough sometimes. I noticed the same
problem on our VS3520's. We were only getting about 9 to sometimes 15
connections. I increased this value and have been able to get all 32
of them.
-=> Jim <=-
|
2959.3 | Doesn't apply here | STAR::VATNE | Peter Vatne, VMS Development | Thu Jun 21 1990 12:28 | 11 |
| > The default value of 64 is not enough sometimes. I noticed the same
>problem on our VS3520's. We were only getting about 9 to sometimes 15
>connections. I increased this value and have been able to get all 32
>of them.
This problem only applies to local connections, not to DECnet connections.
There was a limit of 15 local connections in VMS V5.1 through V5.3, due
to a too small enqueue limit. This limit was raised to 64 in VMS V5.3-1.
If 64 is not enough to get all 32 local connections, please QAR it! We
have not heard any problems with this up until now.
|
2959.4 | ahhh...thanx | GSRC::WEST | Help stamp out and abolish redundancy ! | Thu Jun 21 1990 20:02 | 16 |
| >>This problem only applies to local connections, not to DECnet connections.
>>There was a limit of 15 local connections in VMS V5.1 through V5.3, due
>>to a too small enqueue limit. This limit was raised to 64 in VMS V5.3-1.
Yes, we are using local connections. Thanx for pointing out that this
is all it affects. We only modified the enqueue limit based on a hint
from the CSC sometime ago.
>>If 64 is not enough to get all 32 local connections, please QAR it! We
>>have not heard any problems with this up until now.
Ok...
-=> Jim <=-
|