[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

3095.0. "Priv'd CREATE/TERM runs at prio 5?" by AIMHI::TINIUS (I didnt lose it, I just cant find it) Wed Jul 18 1990 18:07

If I execute 

$ SET DISPLAY/CREATE/NODE=node/TRANS=transport
$ CREATE/TERM/DETACH

from a fully privileged account, the detached process running 
DECW$TERMINAL.EXE runs at base priority 5. If the account is not privileged, 
the detached process runs a base priority 4.

Is this expected behavior? Is it documented?

Stephen
T.RTitleUserPersonal
Name
DateLines
3095.1HANNAH::MESSENGERBob MessengerFri Jul 20 1990 12:209
Re: .0

I think it's a carry-over from code I copied from the session manager.  When
the DECwTermPort routine creates a new DECterm controller it does indeed try
to give it a priority of 5.  No, it's not documented.  It would probably be
best to add a /PRIORITY qualifier or to support a DECW$DECTERM_PRIORITY
logical name, but instead it's hard coded as 5.

				-- Bob