CN112379977A - Task-level fault processing method based on time triggering - Google Patents

Task-level fault processing method based on time triggering Download PDF

Info

Publication number
CN112379977A
CN112379977A CN202010661742.4A CN202010661742A CN112379977A CN 112379977 A CN112379977 A CN 112379977A CN 202010661742 A CN202010661742 A CN 202010661742A CN 112379977 A CN112379977 A CN 112379977A
Authority
CN
China
Prior art keywords
task
fault
time
fault processing
overtime
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
CN202010661742.4A
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.)
Xian Flight Automatic Control Research Institute of AVIC
Original Assignee
Xian Flight Automatic Control Research Institute of AVIC
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 Xian Flight Automatic Control Research Institute of AVIC filed Critical Xian Flight Automatic Control Research Institute of AVIC
Priority to CN202010661742.4A priority Critical patent/CN112379977A/en
Publication of CN112379977A publication Critical patent/CN112379977A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked
    • G06F9/4831Task transfer initiation or dispatching by interrupt, e.g. masked with variable priority
    • G06F9/4837Task transfer initiation or dispatching by interrupt, e.g. masked with variable priority time dependent
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0706Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
    • G06F11/0715Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in a system implementing multitasking

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention relates to a hard real-time and soft real-time task scheduling method based on time triggering. However, in a safety-critical system, there are tasks that require an incident response in addition to the colleagues in which the deterministic task exists, and there is no requirement that the execution be completed within a certain time window. For the tasks, the time-triggered operating system adds soft real-time task scheduling on the basis of the original hard real-time task, can simultaneously meet the requirements of two task scheduling, and effectively improves the flexibility of meeting the event-type task scheduling by the system while ensuring the system certainty.

Description

Task-level fault processing method based on time triggering
Technical Field
The invention relates to the field of embedded safety key system fault processing, in particular to a task-level fault processing method based on time-triggered scheduling.
Background
The time trigger operating system can provide deterministic task scheduling for the application and a space isolation partition running environment, and brings good certainty for users. When a task fails, the time-triggered operating system can isolate the fault within a certain range to avoid the spread of the fault, and at the moment, if the fault is timely processed, the system is restarted or reconstructed, so that the functional integrity of the system can be greatly improved. For the task fault, the system-level fault processing can be used, and the task fault can be responded quickly and timely.
However, the system-level fault handling is operated in the privileged state of the processor, and has the use authority for all resources of the processor. If the fault processing process cannot be handled by itself, the fault may spread, and the whole system may be crashed. And if the system level fault processing consumes too long time, the normal tasks of other partitions can be damaged, so that the system functions are polluted in time. Therefore, a fault handling process is limited to the user-mode authority of the processor, and a time-deterministic trigger scheduling principle is followed, and an original system-level fault handling method is not damaged, so that the safety and reliability of the system are effectively improved.
In patent CN106528276B, under the method proposed by the related invention, each fault processing task can only process a fault occurring in one specific task, and if it is desired to ensure that the faults of all application tasks in a partition can operate in a processor user mode authority, multiple fault processing tasks need to be created, so that the related method consumes more system resources and increases the difficulty in use for users.
In patent CN106293986B, although the method proposed in the related invention can make the fault handling process run under the user mode authority of the processor, the method does not consider a scenario in which a plurality of hard real-time tasks and soft real-time tasks share a time window, and cannot implement time isolation of the fault handling process in the scenario.
Disclosure of Invention
The purpose of the invention is: when a task fails under a time-triggered operating system, in order to ensure that the normal task operation of other partitions cannot be influenced in the fault processing process of the failed task, a task-level fault processing method meeting the time-triggered certainty is provided.
In order to solve the technical problem, the technical scheme of the invention is as follows: providing a time-triggered task level
A method of fault handling, the method comprising the steps of:
step 1): the system creates a plurality of partitions, each partition is responsible for managing a part of space resources, each partition can create a plurality of tasks, and the task types comprise hard real-time tasks and soft real-time tasks; the space resource responsible for each partition that the task created by that partition is allowed to access; each partition is provided with a fault processing task, and the task type of the fault processing task is a soft real-time task;
step 2): creating a task static time planning table, wherein the task static time planning table describes task execution behaviors of each period of a system; the fault processing task monitors all hard real-time tasks and soft real-time tasks in the corresponding partitions;
when a fault that a hard real-time task window is overtime, a hard real-time task budget is overtime or a soft real-time task budget is overtime occurs in the current period, the task operation monitor reports a task overtime fault corresponding to the system and generates fault information to the fault processing task, and the fault processing task is queued and sequenced in the next period before the task reporting the overtime fault. Therefore, the fault processing task does not occupy the execution of other time window tasks.
Further, when a task in the current period has a non-timeout fault, the task running monitor reports the non-timeout fault of the task corresponding to the system, and generates fault information to the fault processing task, and the fault processing task is directly executed. So that task failure processing is performed immediately if the time window has remaining time.
Further, when the fault processing task arranged in the previous window is not completed and the window time is finished, the current execution context of the fault processing task is saved and the next period for continuing the execution is carried out. Therefore, the problem that the normal task execution is influenced by the interlocking of the fault reporting is avoided to a certain extent.
Further, if the task processed by the fault processing task is the overtime fault task, in the next period, according to the execution result of the fault processing task, the task with the overtime fault is directly executed after the fault processing task is executed. Thereby ensuring that the overtime task after the fault processing is executed immediately.
Further, if the task processed by the fault processing task is a non-overtime fault task, in the next period after the fault processing task is executed, the task with the non-overtime fault is executed according to the result of the fault processing task. Thereby ensuring that non-timeout faults are not executed twice in a cycle.
Further, the fault processing task acquires fault information from the partition fault message queue. After a plurality of faults occur, each fault information can be responded.
Further, the fault processing task selects a corresponding fault processing strategy according to the fault task name and the fault type in the fault information. So as to ensure that a proper fault processing strategy can be used according to the influence range of the fault task and the fault type.
Further, if the fault processing task has a non-overtime fault, processing according to a system fault processing strategy. Thereby ensuring that the fault of the fault handling task can be handled.
Further, if the execution time of the fault processing task exceeds the task budget time, the fault processing task is in an overtime state and is processed according to a system fault processing strategy. Thereby ensuring that the fault of the fault handling task can be handled.
Further, if the fault processing task fails and is in a fault state, the task fails again in the partition, and the processing is performed according to the system fault processing strategy. Therefore, partition faults can be processed under the condition of ensuring fault processing faults.
Further to the present invention, the fault handling policy includes: fault ignoring, fault recording and then ignoring, fault task suspending, fault task restarting, time schedule reconstruction or system restarting.
Further, for the present invention, it is also required that: the system adopts a single-core processor.
The invention has the advantages and beneficial effects that: by the time-triggered task level fault processing method, the fault processing process of the task in the partition can be limited in the fault processing task which is enabled in the partition, so that the fault processing process is prevented from being mistaken in time and space, the influence on an operating system and the task operation of other normal partitions in the system is avoided, and the partition isolation is improved. In addition, each partition is provided with a fault processing task, so that different partitions can define proper fault processing procedures according to the characteristics of the partitions.
Drawings
FIG. 1 is a schematic process flow diagram of the present invention;
FIG. 2 is an exemplary diagram of task scheduling under normal system conditions;
FIG. 3 is a diagram showing an example of task scheduling for normal execution of a fault handling task in embodiment 2;
FIG. 4 is a diagram showing an example of task scheduling in a time-out window of a fault handling task in embodiment 3;
FIG. 5 is a diagram showing an example of task scheduling for normal execution of a fault handling task in embodiment 4;
fig. 6 is a diagram showing an example of task scheduling for normal execution of a fault handling task in embodiment 5.
Detailed Description
The present invention is described in further detail below with reference to the attached drawings.
Example 1
Referring to fig. 2, the method as above is a task-level fault handling method based on time triggering, and the method
The method comprises the following steps:
step 1): the system creates a plurality of partitions, each partition is responsible for managing a part of space resources, each partition can create a plurality of tasks, and the task types comprise hard real-time tasks and soft real-time tasks; the space resource responsible for each partition that the task created by that partition is allowed to access; each partition is provided with a fault processing task, and the task type of the fault processing task is a soft real-time task;
step 2): creating a task static time planning table, wherein the task static time planning table describes task execution behaviors of each period of a system; the fault processing task monitors all hard real-time tasks and soft real-time tasks in the corresponding partitions;
when a fault that a hard real-time task window is overtime, a hard real-time task budget is overtime or a soft real-time task budget is overtime occurs in the current period, the task operation monitor reports a task overtime fault corresponding to the system and generates fault information to the fault processing task, and the fault processing task is queued and sequenced in the next period before the task reporting the overtime fault. Therefore, the fault processing task does not occupy the execution of other time window tasks.
In this embodiment, when a task in the current period has a non-timeout fault, the task running monitor may report the non-timeout fault of the task corresponding to the system, and generate fault information to the fault processing task, and the fault processing task is directly executed.
Example 2
Referring to fig. 3, a task-level fault handling method based on time triggering includes the following steps:
step 1): the system creates a plurality of partitions, each partition is responsible for managing a part of space resources, each partition can create a plurality of tasks, and the task types comprise hard real-time tasks and soft real-time tasks; the space resource responsible for each partition that the task created by that partition is allowed to access; each partition is provided with a fault processing task, and the task type of the fault processing task is a soft real-time task;
step 2): creating a task static time planning table, wherein the task static time planning table describes task execution behaviors of each period of a system; the fault processing task monitors all hard real-time tasks and soft real-time tasks in the corresponding partitions;
when a fault that a hard real-time task window is overtime, a hard real-time task budget is overtime or a soft real-time task budget is overtime occurs in the current period, the task operation monitor reports a task overtime fault corresponding to the system and generates fault information to the fault processing task, and the fault processing task is queued and sequenced in the next period before the task reporting the overtime fault. Therefore, the fault processing task does not occupy the execution of other time window tasks.
In this embodiment, when the failure processing task ranked in the previous window is not completed and the window time has ended, the current execution context of the failure processing task is saved, and the execution is continued in the next period.
Example 3
Referring to fig. 4, a task-level fault handling method based on time triggering includes the following steps:
step 1): the system creates a plurality of partitions, each partition is responsible for managing a part of space resources, each partition can create a plurality of tasks, and the task types comprise hard real-time tasks and soft real-time tasks; the space resource responsible for each partition that the task created by that partition is allowed to access; each partition is provided with a fault processing task, and the task type of the fault processing task is a soft real-time task;
step 2): creating a task static time planning table, wherein the task static time planning table describes task execution behaviors of each period of a system; the fault processing task monitors all hard real-time tasks and soft real-time tasks in the corresponding partitions;
when a fault that a hard real-time task window is overtime, a hard real-time task budget is overtime or a soft real-time task budget is overtime occurs in the current period, the task operation monitor reports a task overtime fault corresponding to the system and generates fault information to the fault processing task, and the fault processing task is queued and sequenced in the next period before the task reporting the overtime fault. Therefore, the fault processing task does not occupy the execution of other time window tasks.
In this embodiment, if the task processed by the fault processing task is the overtime fault task, in the next cycle, the task with the overtime fault is directly executed after the fault processing task is executed according to the execution result of the fault processing task.
Example 4
Referring to fig. 5, a task-level fault handling method based on time triggering includes the following steps:
step 1): the system creates a plurality of partitions, each partition is responsible for managing a part of space resources, each partition can create a plurality of tasks, and the task types comprise hard real-time tasks and soft real-time tasks; the space resource responsible for each partition that the task created by that partition is allowed to access; each partition is provided with a fault processing task, and the task type of the fault processing task is a soft real-time task;
step 2): creating a task static time planning table, wherein the task static time planning table describes task execution behaviors of each period of a system; the fault processing task monitors all hard real-time tasks and soft real-time tasks in the corresponding partitions;
when a fault that a hard real-time task window is overtime, a hard real-time task budget is overtime or a soft real-time task budget is overtime occurs in the current period, the task operation monitor reports a task overtime fault corresponding to the system and generates fault information to the fault processing task, and the fault processing task is queued and sequenced in the next period before the task reporting the overtime fault. Therefore, the fault processing task does not occupy the execution of other time window tasks.
In this embodiment, if the task processed by the fault processing task is a non-timeout fault task, in the next cycle after the fault processing task is executed, the task having the non-timeout fault is executed according to the result of the fault processing task.
Example 5
Referring to fig. 6, a task-level fault handling method based on time triggering includes the following steps:
step 1): the system creates a plurality of partitions, each partition is responsible for managing a part of space resources, each partition can create a plurality of tasks, and the task types comprise hard real-time tasks and soft real-time tasks; the space resource responsible for each partition that the task created by that partition is allowed to access; each partition is provided with a fault processing task, and the task type of the fault processing task is a soft real-time task;
step 2): creating a task static time planning table, wherein the task static time planning table describes task execution behaviors of each period of a system; the fault processing task monitors all hard real-time tasks and soft real-time tasks in the corresponding partitions;
when a fault that a hard real-time task window is overtime, a hard real-time task budget is overtime or a soft real-time task budget is overtime occurs in the current period, the task operation monitor reports a task overtime fault corresponding to the system and generates fault information to the fault processing task, and the fault processing task is queued and sequenced in the next period before the task reporting the overtime fault. Therefore, the fault processing task does not occupy the execution of other time window tasks.
In this embodiment, if the task processed by the fault processing task is a non-timeout fault task, in the next cycle after the fault processing task is executed, the task having the non-timeout fault is executed according to the result of the fault processing task.

Claims (10)

1. A task-level fault processing method based on time triggering is characterized in that:
step 1): the system creates a plurality of partitions, each partition is responsible for managing a part of space resources, each partition can create a plurality of tasks, and the task types comprise hard real-time tasks and soft real-time tasks; the space resource responsible for each partition that the task created by that partition is allowed to access; each partition is provided with a fault processing task, and the task type of the fault processing task is a soft real-time task;
step 2): creating a task static time planning table, wherein the task static time planning table describes task execution behaviors of each period of a system; the fault processing task monitors all hard real-time tasks and soft real-time tasks in the corresponding partitions;
when a fault that a hard real-time task window is overtime, a hard real-time task budget is overtime or a soft real-time task budget is overtime occurs in the current period, the task operation monitor reports a task overtime fault corresponding to the system and generates fault information to the fault processing task, and the fault processing task is queued and sequenced in the next period before the task reporting the overtime fault.
2. The task-level fault handling method based on time triggering according to claim 1, wherein: when the task in the current period has a non-overtime fault, the task running monitor reports the non-overtime fault of the task corresponding to the system, and generates fault information to the fault processing task, and the fault processing task is directly executed.
3. The task-level fault handling method based on time triggering according to claim 1, wherein: when the fault processing task arranged in the previous window is not completed and the window time is finished, the current execution context of the fault processing task is saved and the execution is continued in the next period.
4. The task-level fault handling method based on time triggering according to claim 3, wherein: if the task processed by the fault processing task is the overtime fault task, in the next period, according to the execution result of the fault processing task, the task with overtime fault is directly executed after the fault processing task is executed.
5. The task-level fault handling method based on time triggering according to claim 3, wherein: and if the task processed by the fault processing task is the non-overtime fault task, in the next period, executing the task with the non-overtime fault according to the result of the fault processing task in the next period after the fault processing task is executed.
6. A time-triggered task-level fault handling method according to any one of claims 1 to 5, characterized in that: and the fault processing task acquires fault information from the partition fault message queue.
7. The task-level fault handling method based on time triggering according to claim 6, wherein: and the fault processing task selects a corresponding fault processing strategy according to the fault task name and the fault type in the fault information.
8. A time-triggered task-level fault handling method according to any one of claims 1 to 7, characterized in that: and if the fault processing task has non-overtime faults, processing according to a system fault processing strategy.
9. A time-triggered task-level fault handling method according to any one of claims 1 to 8, characterized in that:
and if the execution time of the fault processing task exceeds the task budget time, the fault processing task is in an overtime state and is processed according to a system fault processing strategy.
10. The task-level fault handling method based on time triggering according to claim 1, wherein: and if the fault processing task fails and is in a fault state, the task fails again in the partition, and processing is carried out according to a system fault processing strategy.
CN202010661742.4A 2020-07-10 2020-07-10 Task-level fault processing method based on time triggering Pending CN112379977A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010661742.4A CN112379977A (en) 2020-07-10 2020-07-10 Task-level fault processing method based on time triggering

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010661742.4A CN112379977A (en) 2020-07-10 2020-07-10 Task-level fault processing method based on time triggering

Publications (1)

Publication Number Publication Date
CN112379977A true CN112379977A (en) 2021-02-19

Family

ID=74586396

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010661742.4A Pending CN112379977A (en) 2020-07-10 2020-07-10 Task-level fault processing method based on time triggering

Country Status (1)

Country Link
CN (1) CN112379977A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113342501A (en) * 2021-06-29 2021-09-03 银清科技有限公司 System fault processing method and device

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020120661A1 (en) * 2000-06-02 2002-08-29 Binns Pamela A. Methods and apparatus for sharing slack in a time-partitioned system
US20120166878A1 (en) * 2010-12-23 2012-06-28 Gm Global Technology Operations, Llc Methods and Systems for Diagnosing Hardware and Software Faults Using Time-Stamped Events
CN102724057A (en) * 2012-02-23 2012-10-10 北京市计算中心 Distributed hierarchical autonomous management method facing cloud calculating platform
CN102880522A (en) * 2012-09-21 2013-01-16 中国人民解放军国防科学技术大学 Hardware fault-oriented method and device for correcting faults in key files of system
CN103559570A (en) * 2013-10-09 2014-02-05 东北电网有限公司 Fault recording master station information management system
CN103605581A (en) * 2013-11-29 2014-02-26 中国航空工业集团公司第六三一研究所 Process of processing malfunctions of distributed computer system
EP2874065A2 (en) * 2013-11-15 2015-05-20 Ultra Electronics Limited Method and apparatus for controlling aircraft control systems
CN105553697A (en) * 2015-12-09 2016-05-04 中国航空工业集团公司西安航空计算技术研究所 Avionics system network management system adopting SNMP protocol
CN105988867A (en) * 2015-01-29 2016-10-05 北京科银京成技术有限公司 Speed group scheduling algorithm based on time-sharing and partitioned operation system
CN106293986A (en) * 2016-08-12 2017-01-04 中国航空工业集团公司西安飞行自动控制研究所 A kind of failure monitoring processing means based on virtual interrupt and method
CN106528276A (en) * 2015-09-10 2017-03-22 中国航空工业第六八研究所 Fault processing method based on task scheduling
CN107357688A (en) * 2017-07-28 2017-11-17 广东神马搜索科技有限公司 Distributed system and its fault recovery method and device
CN110941503A (en) * 2019-11-20 2020-03-31 中国航空工业集团公司西安航空计算技术研究所 Fault processing method and device and electronic equipment

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020120661A1 (en) * 2000-06-02 2002-08-29 Binns Pamela A. Methods and apparatus for sharing slack in a time-partitioned system
US20120166878A1 (en) * 2010-12-23 2012-06-28 Gm Global Technology Operations, Llc Methods and Systems for Diagnosing Hardware and Software Faults Using Time-Stamped Events
CN102724057A (en) * 2012-02-23 2012-10-10 北京市计算中心 Distributed hierarchical autonomous management method facing cloud calculating platform
CN102880522A (en) * 2012-09-21 2013-01-16 中国人民解放军国防科学技术大学 Hardware fault-oriented method and device for correcting faults in key files of system
CN103559570A (en) * 2013-10-09 2014-02-05 东北电网有限公司 Fault recording master station information management system
EP2874065A2 (en) * 2013-11-15 2015-05-20 Ultra Electronics Limited Method and apparatus for controlling aircraft control systems
CN103605581A (en) * 2013-11-29 2014-02-26 中国航空工业集团公司第六三一研究所 Process of processing malfunctions of distributed computer system
CN105988867A (en) * 2015-01-29 2016-10-05 北京科银京成技术有限公司 Speed group scheduling algorithm based on time-sharing and partitioned operation system
CN106528276A (en) * 2015-09-10 2017-03-22 中国航空工业第六八研究所 Fault processing method based on task scheduling
CN105553697A (en) * 2015-12-09 2016-05-04 中国航空工业集团公司西安航空计算技术研究所 Avionics system network management system adopting SNMP protocol
CN106293986A (en) * 2016-08-12 2017-01-04 中国航空工业集团公司西安飞行自动控制研究所 A kind of failure monitoring processing means based on virtual interrupt and method
CN107357688A (en) * 2017-07-28 2017-11-17 广东神马搜索科技有限公司 Distributed system and its fault recovery method and device
CN110941503A (en) * 2019-11-20 2020-03-31 中国航空工业集团公司西安航空计算技术研究所 Fault processing method and device and electronic equipment

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
宁月光: "飞行器管理计算机操作系统技术研究", 《西安文理学院学报(自然科学版)》 *
陈福等: "飞机机电综合管理平台应用任务调度方法研究", 《计算机测量与控制》 *
马玮骏等: "云存储系统管理节点故障自恢复算法", 《计算机系统应用》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113342501A (en) * 2021-06-29 2021-09-03 银清科技有限公司 System fault processing method and device
CN113342501B (en) * 2021-06-29 2024-03-26 银清科技有限公司 System fault processing method and device

Similar Documents

Publication Publication Date Title
US10635558B2 (en) Container monitoring method and apparatus
Silva et al. Using virtualization to improve software rejuvenation
Grottke et al. The fundamentals of software aging
JP5186211B2 (en) Health monitoring technology and application server control
US7856639B2 (en) Monitoring and controlling applications executing in a computing node
EP2518627B1 (en) Partial fault processing method in computer system
Zeng et al. Towards the design of fault-tolerant mixed-criticality systems on multicores
US20210406127A1 (en) Method to orchestrate a container-based application on a terminal device
CN111143069A (en) Service management method, device, electronic equipment and storage medium
CN111897635B (en) Hard real-time and soft real-time task scheduling method based on time triggering
CN113965576B (en) Container-based big data acquisition method, device, storage medium and equipment
CN112379977A (en) Task-level fault processing method based on time triggering
Herscheid et al. Experimental assessment of cloud software dependability using fault injection
KR102020994B1 (en) Method and apparatus for fault injection test
JP4761229B2 (en) Operation management apparatus, operation management method and program
CN106528276A (en) Fault processing method based on task scheduling
Baig An evaluation of major fault tolerance techniques used on high performance computing (hpc) applications
Corsava et al. Intelligent architecture for automatic resource allocation in computer clusters
Griffin et al. Evaluating mixed criticality scheduling algorithms with realistic workloads
Stoddart et al. Modelling and proof analysis of interrupt driven scheduling
CN111722917A (en) Resource scheduling method, device and equipment for performance test task
Lopes et al. Fault tolerance in a mobile agent based computational grid
Andrzejak Generic Self-Healing via Rejuvenation: Challenges, Status Quo, and Solutions
CN107832145B (en) System resource release method based on virtual machine
CN117593172B (en) Process management method, device, medium and equipment

Legal Events

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

Application publication date: 20210219

RJ01 Rejection of invention patent application after publication