HP3000-L Archives

January 1996, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Netnews Server <[log in to unmask]>
Reply To:
Date:
Wed, 17 Jan 1996 21:53:24 GMT
Content-Type:
text/plain
Parts/Attachments:
text/plain (24 lines)
Robert asked:
>If your program is native mode, you can set a fixed priority using the
>ALTPROG command in Link Editor.
 
The answer is yes. Within LINKEDIT, the ALTPROG syntax is as follows:
 
     ALTPROG file;PRI=priority_level
 
The priority_level specifies the execution priority that the program will have
at run time. The priority_level must be expressed as BS, CS, DS, ES, or a
number between 100 and 255 inclusive.
 
As a side note, you can also set a maximum_priority_level. The syntax is:
 
     ALTPROG file;MAXPRI=max_priority_level
 
The max_priority_level specifies the maximum execution priority that a program
can have at run time. The levels are the same as in the PRI setting above.
 
Hope this helps.
Best regards,
Steve Patrick
HP Database Expert Center

ATOM RSS1 RSS2