CN105320563A - Process scheduling and optimization method - Google Patents

Process scheduling and optimization method Download PDF

Info

Publication number
CN105320563A
CN105320563A CN201510889349.XA CN201510889349A CN105320563A CN 105320563 A CN105320563 A CN 105320563A CN 201510889349 A CN201510889349 A CN 201510889349A CN 105320563 A CN105320563 A CN 105320563A
Authority
CN
China
Prior art keywords
task
parameter
scheduling strategy
scheduling
operating system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510889349.XA
Other languages
Chinese (zh)
Inventor
宋腾
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur Beijing Electronic Information Industry Co Ltd
Original Assignee
Inspur Beijing Electronic Information Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Inspur Beijing Electronic Information Industry Co Ltd filed Critical Inspur Beijing Electronic Information Industry Co Ltd
Priority to CN201510889349.XA priority Critical patent/CN105320563A/en
Publication of CN105320563A publication Critical patent/CN105320563A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a process scheduling and optimization method. The method includes the steps that a set of automated scripts is established in a Linux operating system; scheduling strategies and operation levels of a monitor of the operating system are set by utilizing the incoming parameters of the automated scripts; process scheduling strategies of a Linux kernel are adjusted by utilizing the incoming parameters. By means of the method, the operating system can faster obtain underlying physical resources according to the actual needs and improve the process scheduling efficiency.

Description

A kind of process scheduling optimization method
Technical field
The present invention relates to process scheduling technical field, particularly relate to a kind of process scheduling optimization method.
Background technology
At present, a complete operating system nucleus is made up of five parts: progress scheduling, memory management, file system, network interface and communication mechanism.Process scheduling part is responsible for the distribution to cpu resource, and the quality of dispatching algorithm directly has influence on the overall performance of operating system.Operating system is in order to the interface that exchanges the physical resource such as internal memory, I/O device of underlying device for and the hardware environment simulated, and Client OS needs to carry out binary conversion, necessarily increases the complicacy of system like this.
Linux operating system has scheduling strategy and the priority of acquiescence, user is when starting the operating system dispatcher, operating system can only adopt scheduling strategy and the priority of acquiescence, different scheduling strategies can not be selected according to actual needs, the speed of such acquisition bottom physical resource is very slow, and the efficiency of process scheduling is very low.
Summary of the invention
The object of this invention is to provide a kind of process scheduling optimization method, according to actual needs, bottom physical resource can be obtained quickly to realize operating system, improve the efficiency of process scheduling.
For solving the problems of the technologies described above, the invention provides a kind of process scheduling optimization method, the method comprises:
A set of automatized script is set up in linux operating system;
Utilize the scheduling strategy importing parameter setting operation system monitor into and the runlevel of described automatized script;
The scheduling strategy that parameter regulates the process of linux kernel is imported into described in utilization.
Preferably, the described scheduling strategy importing parameter setting operation system monitor into and the runlevel utilizing described automatized script, comprising:
The task of real-time is set to the scheduling strategy of real-time process, selects SCHED_FIFO scheduling strategy or SCHED_RR scheduling strategy;
The common task of non real-time nature is set to the scheduling strategy given tacit consent to, selects SCHED_FIFO scheduling strategy;
The batch processing task that interactivity is not strong is set to SCHED_BATCH scheduling strategy.
Preferably, the batch processing task that described interactivity is not strong comprises the batch processing task of operation intensity or the low batch processing task of response time requirement.
Preferably, describedly in linux operating system, set up a set of automatized script, comprising:
In linux operating system, by the process that different system call function creation is new;
In the process creating new process, determined the attribute of process resource requirement by different option parameter;
The process creating new process is made into a set of automatized script, described option parameter be described automatized script import parameter into.
Preferably, the described process new by different system call function creation, comprising:
A new process is created by the system call of fork family of functions at user's space; Described fork family of functions comprises fork () function, clone () function and vfork () function;
At kernel spacing by calling kernel_thread () function to create a kernel process.
Preferably, described parameter options comprises CLONE_FILES parameter and CLONE_SIGHAND parameter, CLONE_FILES Parametric Representation subprocess is shared identical filec descriptor and is closed signal transacting table, and CLONE_SIGHAND Parametric Representation subprocess and parent process are shared identical file and retouched and meet signal transacting table.
Preferably, in the process creating new process, determined the attribute of process resource requirement by different option parameter after, also comprise:
If the new process called is in TASK_RUNNING state, then subprocess acquiescence is in TASK_STOPPED state;
If option parameter selects CLONE_STOPPED option, then the original state of subprocess will be TASK_STOPPED state.
Preferably, described new process has five states in linux operating system: TASK_RUNNING, TASK_INTERRUPTIBEL, TASK_UNINTERRUPTIBLE, TASK_STOPPED and TASK_ZOMBILE; Described TASK_INTERRUPTIBLE, TASK_UNINTERRUPTIBLE, TASK_STOPPED and TASK_ZOMBIE are non-TASK_RUNNING state.
A kind of process scheduling optimization method provided by the present invention, sets up a set of automatized script in linux operating system; Utilize the scheduling strategy importing parameter setting operation system monitor into and the runlevel of described automatized script; The scheduling strategy that parameter regulates the process of linux kernel is imported into described in utilization.Visible, the method passes through automatized script, user can regulating parameter, the scheduling strategy of the process of linux kernel is regulated by parameter, user can according to the needs of oneself, strategy and the runlevel of the scheduling of started the machine watch-dog are set, make it according to operation need occupy concurrent physical processor, the parameter so imported into according to automatized script at os starting run duration, the different scheduling strategies of calling process, realize operating system and according to actual needs, bottom physical resource can be obtained quickly, improve the efficiency of process scheduling.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is only embodiments of the invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to the accompanying drawing provided.
Fig. 1 is the process flow diagram of a kind of process scheduling optimization method provided by the present invention;
Fig. 2 is the processing flow chart that operating system scheduling is optimized.
Embodiment
Core of the present invention is to provide a kind of process scheduling optimization method, according to actual needs, can obtain bottom physical resource quickly, improve the efficiency of process scheduling to realize operating system.
The present invention program is understood better in order to make those skilled in the art person, below in conjunction with the accompanying drawing in the embodiment of the present invention, technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
Please refer to Fig. 1, Fig. 1 is the process flow diagram of a kind of process scheduling optimization method provided by the present invention, and the method comprises:
S11: set up a set of automatized script in linux operating system;
Wherein, the process setting up a set of automatized script in linux operating system is specially: in linux operating system, by the process that different system call function creation is new; In the process creating new process, determined the attribute of process resource requirement by different option parameter; The process creating new process is made into a set of automatized script, option parameter be automatized script import parameter into.
S12: the scheduling strategy importing parameter setting operation system monitor into and the runlevel that utilize automatized script;
Wherein, utilize the process of the scheduling strategy and runlevel that import parameter setting operation system monitor into of automatized script to be specially: the scheduling strategy task of real-time being set to real-time process, select SCHED_FIFO scheduling strategy or SCHED_RR scheduling strategy; The common task of non real-time nature is set to the scheduling strategy given tacit consent to, selects SCHED_FIFO scheduling strategy; The batch processing task that interactivity is not strong is set to SCHED_BATCH scheduling strategy.Wherein, the batch processing task that interactivity is not strong comprises the batch processing task of operation intensity or the low batch processing task of response time requirement.
S13: utilize and import the scheduling strategy that parameter regulates the process of linux kernel into.
Visible, the method passes through automatized script, user can regulating parameter, the scheduling strategy of the process of linux kernel is regulated by parameter, user can according to the needs of oneself, strategy and the runlevel of the scheduling of started the machine watch-dog are set, make it according to operation need occupy concurrent physical processor, the parameter so imported into according to automatized script at os starting run duration, the different scheduling strategies of calling process, realize operating system and according to actual needs, bottom physical resource can be obtained quickly, improve the efficiency of process scheduling.
Concrete, in step s 11, the process new by different system call function creation is specially: create a new process at user's space by the system call of fork family of functions; Fork family of functions comprises fork () function, clone () function and vfork () function; At kernel spacing by calling kernel_thread () function to create a kernel process.
Wherein, parameter options comprises CLONE_FILES parameter and CLONE_SIGHAND parameter, CLONE_FILES Parametric Representation subprocess is shared identical filec descriptor and is closed signal transacting table, and CLONE_SIGHAND Parametric Representation subprocess and parent process are shared identical file and retouched and meet signal transacting table.
Wherein, in the process creating new process, determined the attribute of process resource requirement by different option parameter after, if the new process called is in TASK_RUNNING state, then subprocess acquiescence is in TASK_STOPPED state; If option parameter selects CLONE_STOPPED option, then the original state of subprocess will be TASK_STOPPED state.
Wherein, new process has five states in linux operating system: TASK_RUNNING, TASK_INTERRUPTIBEL, TASK_UNINTERRUPTIBLE, TASK_STOPPED and TASK_ZOMBILE; TASK_INTERRUPTIBLE, TASK_UNINTERRUPTIBLE, TASK_STOPPED and TASK_ZOMBIE are non-TASK_RUNNING state.
The prioritization scheme of the process scheduling of a set of linux operating system of the method design and implimentation, realizing operating system can according to actual needs, more, obtain bottom physical resource faster.Mainly according to the actual needs of current system, write a set of automatized script, in the parameter that os starting run duration imports into according to automatized script, the different scheduling strategies of calling process.By automatized script, user can regulating parameter, is regulated the scheduling strategy of the process of linux kernel by parameter.And, user can according to the needs of oneself, strategy and the runlevel of the scheduling of started the machine watch-dog are set, make it according to operation need occupy concurrent physical processor, such as the task of real-time, the scheduling strategy of real-time process can be set to, select SCHED_FIFO scheduling strategy or SCHED_RR scheduling strategy, for non real-time common task, select the SCHED_FIFO scheduling strategy of acquiescence, intensive for operation, response time requirement is low, the batch processing task that interactivity is not strong, can select SCHED_BATCH scheduling strategy.
Detailed, in an operating system, it is realized by different system call functions that user's space and kernel spacing create a new process.Create a new process by the system call of fork family of functions at user's space, as fork (), clone (), vfork () function, at kernel spacing by calling kernel_thread () function to create a kernel process.In the process creating new process, determined the attribute of process resource requirement by different option parameter, as CLONE_FILES, CLONE_SIGHAND parameter represents that subprocess and parent process are shared identical filec descriptor and closed signal transacting table respectively.Because calling process is in TASK_RUNNING state, then subprocess acquiescence is also in TASK_STOPPED state.With CLONE_STOPPED option, then the original state of subprocess will be TASK_STOPPED state.
Wherein, in (SuSE) Linux OS, process has five states in systems in which: TASK_RUNNING, TASK_INTERRUPTIBEL, TASK_UNINTERRUPTIBLE, TASK_STOPPED and TASK_ZOMBILE.TASK_RUNNING represents process just in running status, process can carry out actual operation, TASK_INTERRUPTIBLE represents it is the process be in waiting list, can be waken up by signal interruption, TASK_UNINTERRUPTIBLE represents can not interrupt latency state, also be the process be in waiting list, but cannot be slept by signal interruption by other processes, TASK_STOPPED represents halted state, process is suspended, TASK_ZOMBILE represents ossified state, procedure termination, be the transition state that process terminates to run.
Wherein, the process of (SuSE) Linux OS from establishment, run to final cycle and terminate to exit, a series of change can be there is in state of a process.But from occupying angle to cpu resource, only have TASK_RUNNING state and non-TASK_RUNNING state two states, namely TASK_INTERRUPTIBLE, TASK_UNINTERRUPTIBLE, TASK_STOPPED, TASK_ZOMBIE can be summarized as non-TASK_RUNNING state.Conversion between process status just can regard the conversion between TASK_RUNNING state and non-TASK_RUNNING state as.
Wherein, when the operating system process being in TASK_INTERRUPTIBLE state receives SIGKILL signal, operating system process status can first change TASK_RUNNING state into, then SIGKILL signal is responded, change TASK_DEAD state into, and can not directly exit from TASK_INTERRUPTIBLE state; When the I/O simulated operation that operating system process is waited for realizes, needs are TASK_RUNNING state from non-TASK_RUNNING state transfer, at this moment operating system state of a process is made to be converted to TASK_RUNNING state, and the queue of operating system process is joined CPU can operation queue, make operating system process have an opportunity to be dispatched when next scheduling occasion arrives.
By provided by the invention provided a kind of process scheduling optimization method, user can according to the needs of oneself, by import into automatized script optimum configurations start the operating system watch-dog scheduling strategy and runlevel, make it according to operation need occupy concurrent physical processor, such as the task of real-time, the scheduling strategy of real-time process can be set to, select SCHED_FIFO or SCHED_RR, for non real-time common task, select the scheduling strategy SCHED_FIFO of acquiescence, intensive for operation, response time requirement is low, the batch processing task that interactivity is not strong, SCHED_BATCH strategy can be selected.The method is according to the needs of creation of operating system, user can specify the strategy be scheduled that starts the operating system, and when running 2 or multiple operating system in system, different scheduling strategies can be had separately, under different scheduling strategies, running priority level in this tactful allowed band can be specifically set, and, after adding a new scheduling strategy in for operating system watch-dog, by the designated parameter policy when creation of operating system, can be dispatched by operating system watch-dog, and can normally run.Concrete, in operating system scheduling is optimized, mainly comprise the setting of the design and running limited level of scheduling strategy, the treatment scheme of this optimizing scheduling is as shown in Figure 2.Fig. 2 is the processing flow chart that operating system scheduling is optimized, if user is when starting the operating system dispatcher, do not specify start-up parameter priority and policy by automatized script, parameter p riority refers to priority parameters, parameter p olicy refers to scheduling strategy parameter, then operating system adopts scheduling strategy and the priority of acquiescence, iff specifying parameter p riority or policy, then the running priority level of operating system or scheduling strategy are arranged, if specify two parameters simultaneously, then need to arrange the scheduling strategy of operating system, and rational priority is set in the scope of this tactful runlevel.Idiographic flow is: increase virtual machine runlevel and scheduling parameter policing option, then carry out script argument parsing, then judge whether to arrange runlevel or scheduling strategy, if not, adopts system default to arrange, if so, continues to judge whether to arrange scheduling strategy; If judge it is arrange scheduling strategy, different scheduling strategies is then set, FIFO scheduling strategy is specifically set, RR scheduling strategy is set, BATCH scheduling strategy is set or NEW scheduling strategy is set, namely SCHED_FIFO scheduling strategy is set, SCHED_RR scheduling strategy is set, SCHED_BATCH scheduling strategy is set or NEW scheduling strategy is set.
To sum up, a kind of process scheduling optimization method provided by the present invention, sets up a set of automatized script in linux operating system; Utilize the scheduling strategy importing parameter setting operation system monitor into and the runlevel of automatized script; Utilize and import the scheduling strategy that parameter regulates the process of linux kernel into.Visible, the method passes through automatized script, user can regulating parameter, the scheduling strategy of the process of linux kernel is regulated by parameter, user can according to the needs of oneself, strategy and the runlevel of the scheduling of started the machine watch-dog are set, make it according to operation need occupy concurrent physical processor, the parameter so imported into according to automatized script at os starting run duration, the different scheduling strategies of calling process, realize operating system and according to actual needs, bottom physical resource can be obtained quickly, improve the efficiency of process scheduling.
Above a kind of process scheduling optimization method provided by the present invention is described in detail.Apply specific case herein to set forth principle of the present invention and embodiment, the explanation of above embodiment just understands method of the present invention and core concept thereof for helping.It should be pointed out that for those skilled in the art, under the premise without departing from the principles of the invention, can also carry out some improvement and modification to the present invention, these improve and modify and also fall in the protection domain of the claims in the present invention.

Claims (8)

1. a process scheduling optimization method, is characterized in that, comprising:
A set of automatized script is set up in linux operating system;
Utilize the scheduling strategy importing parameter setting operation system monitor into and the runlevel of described automatized script;
The scheduling strategy that parameter regulates the process of linux kernel is imported into described in utilization.
2. the method for claim 1, is characterized in that, the described scheduling strategy importing parameter setting operation system monitor into and the runlevel utilizing described automatized script, comprising:
The task of real-time is set to the scheduling strategy of real-time process, selects SCHED_FIFO scheduling strategy or SCHED_RR scheduling strategy;
The common task of non real-time nature is set to the scheduling strategy given tacit consent to, selects SCHED_FIFO scheduling strategy;
The batch processing task that interactivity is not strong is set to SCHED_BATCH scheduling strategy.
3. method as claimed in claim 2, is characterized in that, the batch processing task that described interactivity is not strong comprises the batch processing task of operation intensity or the low batch processing task of response time requirement.
4. the method for claim 1, is characterized in that, describedly in linux operating system, sets up a set of automatized script, comprising:
In linux operating system, by the process that different system call function creation is new;
In the process creating new process, determined the attribute of process resource requirement by different option parameter;
The process creating new process is made into a set of automatized script, described option parameter be described automatized script import parameter into.
5. method as claimed in claim 4, it is characterized in that, the described process new by different system call function creation, comprising:
A new process is created by the system call of fork family of functions at user's space; Described fork family of functions comprises fork () function, clone () function and vfork () function;
At kernel spacing by calling kernel_thread () function to create a kernel process.
6. method as claimed in claim 4, it is characterized in that, described parameter options comprises CLONE_FILES parameter and CLONE_SIGHAND parameter, CLONE_FILES Parametric Representation subprocess is shared identical filec descriptor and is closed signal transacting table, and CLONE_SIGHAND Parametric Representation subprocess and parent process are shared identical file and retouched and meet signal transacting table.
7. method as claimed in claim 4, is characterized in that, in the process creating new process, after being determined the attribute of process resource requirement, also comprises by different option parameter:
If the new process called is in TASK_RUNNING state, then subprocess acquiescence is in TASK_STOPPED state;
If option parameter selects CLONE_STOPPED option, then the original state of subprocess will be TASK_STOPPED state.
8. method as claimed in claim 4, it is characterized in that, described new process has five states in linux operating system: TASK_RUNNING, TASK_INTERRUPTIBEL, TASK_UNINTERRUPTIBLE, TASK_STOPPED and TASK_ZOMBILE; Described TASK_INTERRUPTIBLE, TASK_UNINTERRUPTIBLE, TASK_STOPPED and TASK_ZOMBIE are non-TASK_RUNNING state.
CN201510889349.XA 2015-12-07 2015-12-07 Process scheduling and optimization method Pending CN105320563A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510889349.XA CN105320563A (en) 2015-12-07 2015-12-07 Process scheduling and optimization method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510889349.XA CN105320563A (en) 2015-12-07 2015-12-07 Process scheduling and optimization method

Publications (1)

Publication Number Publication Date
CN105320563A true CN105320563A (en) 2016-02-10

Family

ID=55247987

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510889349.XA Pending CN105320563A (en) 2015-12-07 2015-12-07 Process scheduling and optimization method

Country Status (1)

Country Link
CN (1) CN105320563A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106095592A (en) * 2016-05-31 2016-11-09 广东欧珀移动通信有限公司 A kind of prospect application scenarios synchronous method and device, system
CN109426556A (en) * 2017-08-31 2019-03-05 大唐移动通信设备有限公司 A kind of process scheduling method and device
CN114390064A (en) * 2021-12-30 2022-04-22 科沃斯商用机器人有限公司 Equipment positioning method, device, robot and storage medium
US11789752B1 (en) 2018-04-11 2023-10-17 Tech Heights Llc Dynamically-updatable deep transactional monitoring systems and methods

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101266551A (en) * 2008-04-11 2008-09-17 浙江大学 Method for simulating linux scheduler in schedsim
CN101751288A (en) * 2008-12-12 2010-06-23 中国移动通信集团山东有限公司 Method, device and system applying process scheduler
CN103440159A (en) * 2013-08-05 2013-12-11 华为技术有限公司 Method and system for scheduling processes

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101266551A (en) * 2008-04-11 2008-09-17 浙江大学 Method for simulating linux scheduler in schedsim
CN101751288A (en) * 2008-12-12 2010-06-23 中国移动通信集团山东有限公司 Method, device and system applying process scheduler
CN103440159A (en) * 2013-08-05 2013-12-11 华为技术有限公司 Method and system for scheduling processes

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
ALLWTG: "sched_setscheduler用法", 《HTTPS://BLOG.CSDN.NET/ALLWTG/ARTICLE/DETAILS/5254306》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106095592A (en) * 2016-05-31 2016-11-09 广东欧珀移动通信有限公司 A kind of prospect application scenarios synchronous method and device, system
CN106095592B (en) * 2016-05-31 2021-08-24 Oppo广东移动通信有限公司 Foreground application program scene synchronization method, device and system
CN109426556A (en) * 2017-08-31 2019-03-05 大唐移动通信设备有限公司 A kind of process scheduling method and device
CN109426556B (en) * 2017-08-31 2021-06-04 大唐移动通信设备有限公司 Process scheduling method and device
US11789752B1 (en) 2018-04-11 2023-10-17 Tech Heights Llc Dynamically-updatable deep transactional monitoring systems and methods
CN114390064A (en) * 2021-12-30 2022-04-22 科沃斯商用机器人有限公司 Equipment positioning method, device, robot and storage medium

Similar Documents

Publication Publication Date Title
CN108762896B (en) Hadoop cluster-based task scheduling method and computer equipment
CN102427475B (en) Load balance scheduling system in cloud computing environment
US9792137B2 (en) Real-time performance apparatus and method for controlling virtual machine scheduling in real-time
US8639772B2 (en) Centralized application resource manager
JP6257778B2 (en) Method and computer device for affinity binding of interrupts in a virtual network interface card
US8056083B2 (en) Dividing a computer job into micro-jobs for execution
CN105320563A (en) Process scheduling and optimization method
US20230229495A1 (en) Task scheduling method and apparatus
Fan et al. Cost-efficient dependent task offloading for multiusers
WO2012103728A1 (en) Method for dispatching central processing unit of hotspot domain virtual machine and virtual machine system
CN111782355B (en) Cloud computing task scheduling method and system based on mixed load
CN107491346A (en) A kind of task processing method of application, apparatus and system
CN112087503A (en) Cluster task scheduling method, system, computer and computer readable storage medium
CN109660569B (en) Multitask concurrent execution method, storage medium, device and system
WO2018233299A1 (en) Method, apparatus and device for scheduling processor, and medium
CN111209046A (en) Multitask-oriented embedded SPARC processor operating system design method
US20240160474A1 (en) Multi-core processor task scheduling method, and device and storage medium
WO2023071576A1 (en) Container cluster construction method and system
WO2023174037A1 (en) Resource scheduling method, apparatus and system, device, medium, and program product
CN114579285A (en) Task running system and method and computing device
CN107306230B (en) Method, device, controller and core network equipment for network resource deployment
CN109388501B (en) Communication matching method, device, equipment and medium based on face recognition request
CN112395056B (en) Embedded asymmetric real-time system and electric power secondary equipment
CN113608845A (en) Data processing method and device
CN108196883A (en) A kind of intelligence instruction scheduler

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20160210

RJ01 Rejection of invention patent application after publication