Jump to: navigation, search

GVP MCP:mpc:controlthreadlevel

m (1 revision imported)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
----
+
{{PubOption
__NOTOC__
 
 
 
<!-- ==================== -->
 
<!-- DO NOT EDIT -->
 
=Published=
 
{{Optionstmp
 
|internalformid=1 (DO NOT EDIT THIS VALUE)
 
|fromxml=true
 
|docstatus=Published
 
|fromxml=true
 
|parameter=controlthreadlevel
 
|urlparameter=controlthreadlevel
 
|displayname=Control Thread Level
 
 
|hidden=true
 
|hidden=true
 
|default=HIGHEST
 
|default=HIGHEST
|valid=
+
|valid=Can be a number between 0 and 99 inclusive, or choose between: NORMAL, ABOVE_NORMAL, HIGHEST or TIME_CRITICAL.
 
|takeseffect=At start/restart
 
|takeseffect=At start/restart
|shortdesc=For internal use.
+
|shortdesc=
|section=mpc
+
 
|urlsection=mpc
+
Specifies the thread priority level for the MPC Control thread. The value can be a numeric value from 0 to 99, with 99 being the highest. Or it can be one of the following enumerated values:
|groupid=grpMedia
+
- NORMAL
|groupname=Media Processing
+
- ABOVE_NORMAL
|format=string
+
- HIGHEST
|prodshort=GVP
+
- TIME_CRITICAL
|component=GVP_MCP
+
If an invalid value is specified, priority is not applied to the thread.
|compshort=MediaControlPlatform
+
 
}}
+
Numeric values are applied as follows:
[[Category:GVP_MCP_options]]
+
On Linux -
 +
0 -> priority 0 with policy SCHED_OTHER
 +
All other -> specified priority with policy SCHED_RR
 +
On Windows -
 +
0 -> NORMAL priority
 +
1-30 -> ABOVE_NORMAL priority
 +
31-60 -> HIGHEST priority
 +
61-99 -> TIME_CRITICAL priority
  
<!-- DO NOT EDIT -->
+
Enumerated values are applied as follows:
<!-- ==================== -->
+
On Linux -
 +
NORMAL -> priority 0 with policy SCHED_OTHER
 +
ABOVE_NORMAL -> priority 20 with policy SCHED_RR
 +
HIGHEST -> priority 50 with policy SCHED_RR
 +
TIME_CRITICAL -> priority 70 with policy SCHED_RR
 +
On Windows -
 +
NORMAL -> NORMAL priority
 +
ABOVE_NORMAL -> ABOVE_NORMAL priority
 +
HIGHEST -> HIGHEST priority
 +
TIME_CRITICAL -> TIME_CRITICAL priority
  
==Extended Description==
 
  
{{Extended
 
|internalformid=1 (DO NOT EDIT THIS VALUE)
 
|docstatus=
 
|mandatory=
 
|introduced=
 
|modified=
 
|discontinued=
 
|feature=
 
|relatedoptions=
 
|relatedlinks=
 
|configobject=
 
|moredesc=
 
 
}}
 
}}
 +
{{DraftOption}}
  
=Draft=
+
{{PubExtended}}
  
{{Optionstmp
+
{{DraftExtended}}
|internalformid=2 (DO NOT EDIT THIS VALUE)
 
|docstatus=
 
|parameter=
 
|displayname=
 
|hidden=
 
|default=
 
|valid=
 
|takeseffect=
 
|shortdesc=
 
|section=
 
|groupid=
 
|groupname=
 
|format=
 
|prodshort=
 
}}  
 
  
==Extended Description==
+
{{OptionCreate
 +
|component=GVP_MCP
 +
|compshort=GVP_MCP
 +
|prodshort=GVP
 +
|configobject=Application
 +
|section=mpc
 +
|parameter=controlthreadlevel
 +
|groupid=grpMedia
 +
|groupname=Media Processing
 +
|format=string
 +
|displayname=Control Thread Level
 +
}}
  
{{Extended
+
[[Category:GVP_MCP_options]]
|internalformid=2 (DO NOT EDIT THIS VALUE)
 
|docstatus=
 
|mandatory=
 
|introduced=
 
|modified=
 
|discontinued=
 
|feature=
 
|relatedoptions=
 
|relatedlinks=
 
|configobject=
 
|moredesc=
 
}}
 

Latest revision as of 15:41, June 29, 2020



View in ref guide.

Edit this option          Publish this option          Clear draft content


Published Option

controlthreadlevel

Default Value: HIGHEST
Valid Values: Can be a number between 0 and 99 inclusive, or choose between: NORMAL, ABOVE_NORMAL, HIGHEST or TIME_CRITICAL.
Changes Take Effect: At start/restart


Specifies the thread priority level for the MPC Control thread. The value can be a numeric value from 0 to 99, with 99 being the highest. Or it can be one of the following enumerated values: - NORMAL - ABOVE_NORMAL - HIGHEST - TIME_CRITICAL If an invalid value is specified, priority is not applied to the thread.

Numeric values are applied as follows: On Linux - 0 -> priority 0 with policy SCHED_OTHER All other -> specified priority with policy SCHED_RR On Windows - 0 -> NORMAL priority 1-30 -> ABOVE_NORMAL priority 31-60 -> HIGHEST priority 61-99 -> TIME_CRITICAL priority

Enumerated values are applied as follows: On Linux - NORMAL -> priority 0 with policy SCHED_OTHER ABOVE_NORMAL -> priority 20 with policy SCHED_RR HIGHEST -> priority 50 with policy SCHED_RR TIME_CRITICAL -> priority 70 with policy SCHED_RR On Windows - NORMAL -> NORMAL priority ABOVE_NORMAL -> ABOVE_NORMAL priority HIGHEST -> HIGHEST priority TIME_CRITICAL -> TIME_CRITICAL priority

Draft Option

No draft option

This page was last edited on June 29, 2020, at 15:41.
Comments or questions about this documentation? Contact us for support!