|
|
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=
| |
| |takeseffect=At start/restart | | |takeseffect=At start/restart |
| |shortdesc=For internal use. | | |shortdesc=For internal use. |
| + | }} |
| + | {{DraftOption}} |
| + | {{PubExtended}} |
| + | {{DraftExtended}} |
| + | {{OptionCreate |
| + | |component=GVP_MCP |
| + | |compshort=GVP_MCP |
| + | |prodshort=GVP |
| + | |configobject=Application |
| |section=mpc | | |section=mpc |
− | |urlsection=mpc | + | |parameter=controlthreadlevel |
− | |groupid=grpMedia
| |
− | |groupname=Media Processing
| |
− | |format=string
| |
− | |prodshort=GVP
| |
− | |component=GVP_MCP
| |
− | |compshort=MediaControlPlatform
| |
− | }}
| |
− | [[Category:GVP_MCP_options]]
| |
− | | |
− | <!-- DO NOT EDIT -->
| |
− | <!-- ==================== -->
| |
− | | |
− | ==Extended Description==
| |
− | | |
− | {{Extended
| |
− | |internalformid=1 (DO NOT EDIT THIS VALUE)
| |
− | |docstatus=
| |
− | |mandatory=
| |
− | |introduced=
| |
− | |modified=
| |
− | |discontinued=
| |
− | |feature=
| |
− | |relatedoptions=
| |
− | |relatedlinks=
| |
− | |configobject=
| |
− | |moredesc=
| |
| }} | | }} |
| | | |
− | =Draft=
| + | [[Category:GVP_MCP_options]] |
− | | |
− | {{Optionstmp
| |
− | |internalformid=2 (DO NOT EDIT THIS VALUE)
| |
− | |docstatus=
| |
− | |parameter=
| |
− | |displayname=
| |
− | |hidden=
| |
− | |default=
| |
− | |valid=
| |
− | |takeseffect=
| |
− | |shortdesc=
| |
− | |section=
| |
− | |groupid=
| |
− | |groupname=
| |
− | |format=
| |
− | |prodshort=
| |
− | }}
| |
− | | |
− | ==Extended Description==
| |
− | | |
− | {{Extended
| |
− | |internalformid=2 (DO NOT EDIT THIS VALUE)
| |
− | |docstatus=
| |
− | |mandatory=
| |
− | |introduced=
| |
− | |modified=
| |
− | |discontinued=
| |
− | |feature=
| |
− | |relatedoptions=
| |
− | |relatedlinks=
| |
− | |configobject=
| |
− | |moredesc=
| |
− | }}
| |
Revision as of 02:46, October 31, 2016
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