mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-21 11:16:38 +02:00
Minor correction for thread priority table
git-svn-id: file:///home/jj/hercules.svn/trunk@3992 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
@@ -93,10 +93,11 @@
|
||||
|
||||
Thread Priority Meaning
|
||||
------- -------- ------------------------
|
||||
DEVPRIO -8 Above Normal priority
|
||||
HERCPRIO 0 Normal priority
|
||||
TODPRIO 0 Normal priority
|
||||
CPUPRIO 0 Normal priority
|
||||
HERCPRIO 0 Normal Process priority
|
||||
|
||||
DEVPRIO -8 Above Normal Thread priority
|
||||
TODPRIO 0 Normal Thread priority
|
||||
CPUPRIO 0 Normal Thread priority
|
||||
|
||||
which caused acceptable performance/functioning on most, but not all, guest
|
||||
operating systems. Beginning with version 3.05 however, the prioriries now
|
||||
@@ -106,10 +107,11 @@
|
||||
|
||||
Thread Priority Meaning
|
||||
------- -------- ------------------------
|
||||
TODPRIO -20 Time Critical priority
|
||||
HERCPRIO 0 Normal priority
|
||||
DEVPRIO 8 Below Normal priority
|
||||
CPUPRIO 15 Below Normal priority
|
||||
HERCPRIO 0 Normal Process priority
|
||||
|
||||
TODPRIO -20 Time Critical Thread priority
|
||||
DEVPRIO 8 Below Normal Thread priority
|
||||
CPUPRIO 15 Lowest Thread priority
|
||||
|
||||
which may on more modern guest operating systems (which handle the TOD clock
|
||||
differently than do older less sophticated versions) cause a slight decrease
|
||||
|
||||
@@ -1040,7 +1040,7 @@ and how they are used.
|
||||
<TD ALIGN="LEFT" VALIGN="BASELINE" WIDTH="63%"> </TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD ALIGN="RIGHT" VALIGN="BASELINE" WIDTH="11%">8 to 15</TD>
|
||||
<TD ALIGN="RIGHT" VALIGN="BASELINE" WIDTH="11%">8 to 14</TD>
|
||||
<TD ALIGN="CENTER" VALIGN="BASELINE" WIDTH="6%"> </TD>
|
||||
<TD ALIGN="LEFT" VALIGN="BASELINE" WIDTH="20%">Below Normal</TD>
|
||||
<TD ALIGN="LEFT" VALIGN="BASELINE" WIDTH="63%">
|
||||
@@ -1054,7 +1054,7 @@ and how they are used.
|
||||
<TD ALIGN="LEFT" VALIGN="BASELINE" WIDTH="63%"> </TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD ALIGN="RIGHT" VALIGN="BASELINE" WIDTH="11%">16 to 20</TD>
|
||||
<TD ALIGN="RIGHT" VALIGN="BASELINE" WIDTH="11%">15 to 20</TD>
|
||||
<TD ALIGN="CENTER" VALIGN="BASELINE" WIDTH="6%"> </TD>
|
||||
<TD ALIGN="LEFT" VALIGN="BASELINE" WIDTH="20%">Idle</TD>
|
||||
<TD ALIGN="LEFT" VALIGN="BASELINE" WIDTH="63%">
|
||||
@@ -1163,7 +1163,7 @@ and how they are used.
|
||||
<TD ALIGN="LEFT" VALIGN="BASELINE" WIDTH="63%"> </TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD ALIGN="RIGHT" VALIGN="BASELINE" WIDTH="11%">8 to 15</TD>
|
||||
<TD ALIGN="RIGHT" VALIGN="BASELINE" WIDTH="11%">8 to 14</TD>
|
||||
<TD ALIGN="CENTER" VALIGN="BASELINE" WIDTH="6%"> </TD>
|
||||
<TD ALIGN="LEFT" VALIGN="BASELINE" WIDTH="20%">Below Normal</TD>
|
||||
<TD ALIGN="LEFT" VALIGN="BASELINE" WIDTH="63%">
|
||||
@@ -1177,7 +1177,7 @@ and how they are used.
|
||||
<TD ALIGN="LEFT" VALIGN="BASELINE" WIDTH="63%"> </TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD ALIGN="RIGHT" VALIGN="BASELINE" WIDTH="11%">16 to 19</TD>
|
||||
<TD ALIGN="RIGHT" VALIGN="BASELINE" WIDTH="11%">15 to 19</TD>
|
||||
<TD ALIGN="CENTER" VALIGN="BASELINE" WIDTH="6%"> </TD>
|
||||
<TD ALIGN="LEFT" VALIGN="BASELINE" WIDTH="20%">Lowest</TD>
|
||||
<TD ALIGN="LEFT" VALIGN="BASELINE" WIDTH="63%">
|
||||
|
||||
Reference in New Issue
Block a user