T.R | Title | User | Personal Name | Date | Lines |
---|
3396.1 | ENQLM of server process | GSRC::WEST | SCARY : A programmer with a screwdriver. | Wed Sep 26 1990 09:32 | 19 |
|
Hi,
What you need to do is increase the ENQLM of the server process. This is
done from a com file in SYS$MANAGER.
What you will notice is that there is a hard limit to the number of
display connections that the server will handle and that limit is 32.
In the RUN/DETACH command for the server process the ENQLM provided is too
small. Just make this number larger (like double) and you should be able
to get all 32 display connections, just remember though that 32 is the limit
and it will not change.
I believe that com file is SYS$MANAGER:DECW$STARTSERVER.COM. (Or something
like that)
-=> Jim <=-
|
3396.2 | | COMICS::FISCHER | I've got a special purpose | Wed Sep 26 1990 09:57 | 19 |
| The enqueue_limit only seems to be there in the v5.3-1 version
od DECW$STARTSERVER.COM and is set to 64, or to the value
of the logical name decw$server_enqueue_limit, or the value of
PQL_MENQLM. On my system, dong a show proc/quota on the
server process says Enqueue quota is 52.
So, the customer needs to..
i) upgrade to VMS v5.3-1
ii) edit decw$startserver.com and increase decw$server_enqueue_limit
from 64 to a higher number.
iii) he should now be able to have a maximum of 32 processes
running.
Please can you clarify
Thanks
Ian
|
3396.3 | | QUARK::LIONEL | Free advice is worth every cent | Wed Sep 26 1990 12:19 | 4 |
| Is the limit the number of processes or the number of connections to the
server? I seem to remember a limit of 16 there.
Steve
|
3396.4 | | COMICS::FISCHER | I've got a special purpose | Thu Sep 27 1990 09:41 | 11 |
| Thanks for the response.
Could someone just clarify these points again for me.
It is not possible to have more than 32 connections to the Server.
It is not possible to have more than 15 or 16 interactive DECwindows
processes running on the client at one particular time. Or can this be
changed by tuning? If so, what specifically needs altering?
Ian
|
3396.5 | | PSW::WINALSKI | Careful with that VAX, Eugene | Fri Sep 28 1990 00:47 | 19 |
| RE: .4
32 connections is the maximum for a single VMS DECwindows Server.
>It is not possible to have more than 15 or 16 interactive DECwindows
>processes running on the client at one particular time. Or can this be
>changed by tuning?
That depends on what you mean by "interactive DECwindows processes". You
can have as many interactive processes running on a client machine as you like,
as long as you never exceed the limit of 32 connections to any server. Note
also that all DECterms share a single connection and so you can create many,
many DECterms and they only count as 1 toward the 32 connection limit.
Aside from the 32 connection limit (a server-side restriction), the number
of processes you can have are controlled by the normal VMS system parameters
(MAXPROCESSCNT, BALSETCNT, etc.).
--PSW
|