CN113971086A - Task scheduling method, device and system based on task relevance and storage medium - Google Patents

Task scheduling method, device and system based on task relevance and storage medium Download PDF

Info

Publication number
CN113971086A
CN113971086A CN202111546932.2A CN202111546932A CN113971086A CN 113971086 A CN113971086 A CN 113971086A CN 202111546932 A CN202111546932 A CN 202111546932A CN 113971086 A CN113971086 A CN 113971086A
Authority
CN
China
Prior art keywords
task
interval
buffer
cache
idle
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
CN202111546932.2A
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.)
Guangdong Dihao Intelligent Technology Co ltd
Original Assignee
Guangdong Dihao Intelligent Technology 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 Guangdong Dihao Intelligent Technology Co ltd filed Critical Guangdong Dihao Intelligent Technology Co ltd
Publication of CN113971086A publication Critical patent/CN113971086A/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/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • 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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5016Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals the resource being the memory

Abstract

The embodiment of the invention discloses a task scheduling method and device based on task relevance, an Internet of things system and a storage medium. The method comprises the following steps: monitoring the task state in the multi-core Internet of things system, wherein each execution core of the multi-core Internet of things system corresponds to a section of a first-in first-out cache queue; when the input of the latest task is monitored, caching the latest task to a first cache interval or an associated cache interval with the least residual task according to task relevance so as to correspondingly allocate the latest task to an execution core corresponding to the first cache interval or the associated cache interval; and when the idle buffer interval appears, transferring at least one task buffer to the idle buffer interval from a second buffer interval so as to be correspondingly distributed to the execution core corresponding to the idle buffer interval, wherein the idle buffer interval is a buffer interval for emptying the task, and the second buffer interval is a buffer interval with the most current residual tasks. According to the scheme, the data processing efficiency of multi-core processing task scheduling in the Internet of things system is improved.

Description

Task scheduling method, device and system based on task relevance and storage medium
Technical Field
The embodiment of the invention relates to the technical field of networks, in particular to a task scheduling method, a task scheduling device, a task scheduling equipment and a task scheduling storage medium based on task relevance.
Background
The internet of things is regarded as a major development and transformation opportunity in the information field, and is expected to bring revolutionary transformation, which has all-round influence on various fields such as industry, agriculture, property, city management, safety fire fighting and the like in a relatively common view. However, technically, the internet of things is not only a main body for changing data transmission, but also has obvious difference from traditional communication. For example, a feature of the large-scale internet of things is that a large number of users sporadically transmit very small packets, unlike conventional cellular communications.
In order to meet the task scheduling requirements in the internet of things, a high-performance embedded node is usually designed for large-scale internet of things to perform parallel processing on data collected in the internet of things, and even a multi-core processing mode is adopted to achieve task scheduling.
The inventor finds that in the process of task scheduling in a multi-core processing mode in a large-scale internet of things, one task may be scheduled for multiple times among multiple execution cores, a large amount of useless scheduling is performed, and scheduling efficiency is low.
Disclosure of Invention
The invention provides a task scheduling method, a task scheduling device, a task scheduling system and a task scheduling storage medium based on task relevance, and aims to solve the technical problem that the scheduling efficiency of multi-core processing task scheduling of the Internet of things is low in the prior art.
In a first aspect, an embodiment of the present invention provides a task scheduling method based on task relevance, which is used for a multi-core internet of things system, and includes:
monitoring a task state in the multi-core Internet of things system, wherein each execution core of the multi-core Internet of things system is respectively and correspondingly allocated with a cache interval, and the cache interval is one section of a first-in first-out cache queue in the multi-core Internet of things system;
when the input of a latest task is monitored, caching the latest task to a first cache interval or an associated cache interval according to the task relevance of the latest task so as to correspondingly allocate the latest task to an execution core corresponding to the first cache interval or the associated cache interval, wherein the first cache interval is the cache interval with the longest current remaining cache queue, the associated cache interval is the cache interval for caching the preorder task of the latest task, and the task relevance is confirmed according to the identification or the source of the latest task;
when an idle buffer interval is monitored to appear, at least one task buffer is transferred to the idle buffer interval from a second buffer interval so as to be correspondingly distributed to an execution core corresponding to the idle buffer interval, the idle buffer interval is a buffer interval with empty tasks, and the second buffer interval is a buffer interval with the most current remaining tasks.
Further, when it is monitored that an idle buffer interval occurs, migrating at least one task buffer from a second buffer interval to the idle buffer interval, including:
when the occurrence of an idle cache interval is monitored, successively confirming a second cache interval, and migrating task caches to the idle cache interval one by one from the second cache interval until the number of tasks in the idle cache interval reaches a preset threshold value or the number of tasks in all the cache intervals is not higher than the preset threshold value.
Further, when there are a plurality of second buffer intervals, a task buffer is randomly migrated from one second buffer interval to the idle buffer interval.
Further, when a plurality of first buffer intervals exist, the latest task is randomly buffered to one of the first buffer intervals.
Further, the length of the cache queue corresponding to each execution core is the same.
In a second aspect, an embodiment of the present invention further provides a task scheduling device based on task relevance, which is used in a multi-core internet of things system, and includes:
the state monitoring unit is used for monitoring the task state in the multi-core Internet of things system, each execution core of the multi-core Internet of things system is respectively and correspondingly allocated with a buffer interval, and the buffer interval is one section of a first-in first-out buffer queue in the multi-core Internet of things system;
the task cache unit is used for caching a latest task to a first cache interval or an associated cache interval according to task relevance of the latest task so as to correspondingly allocate an execution core corresponding to the first cache interval or the associated cache interval, wherein the first cache interval is a cache interval with the longest current residual cache queue, the associated cache interval is a cache interval for caching a preorder task of the latest task, and the task relevance is confirmed according to an identifier or a source of the latest task;
and the task migration unit is used for migrating at least one task cache to the idle cache interval from a second cache interval when the idle cache interval appears, so as to correspondingly allocate the task cache to the execution core corresponding to the idle cache interval, wherein the idle cache interval is a cache interval with a task being emptied, and the second cache interval is a cache interval with the most current remaining tasks.
Further, when it is monitored that an idle buffer interval occurs, migrating at least one task buffer from a second buffer interval to the idle buffer interval, including:
when the occurrence of an idle cache interval is monitored, successively confirming a second cache interval, and migrating task caches to the idle cache interval one by one from the second cache interval until the number of tasks in the idle cache interval reaches a preset threshold value or the number of tasks in all the cache intervals is not higher than the preset threshold value.
Further, when there are a plurality of second buffer intervals, a task buffer is randomly migrated from one second buffer interval to the idle buffer interval.
Further, when a plurality of first buffer intervals exist, the latest task is randomly buffered to one of the first buffer intervals.
Further, the length of the cache queue corresponding to each execution core is the same.
In a third aspect, an embodiment of the present invention further provides an internet of things system, including:
one or more processors;
a memory for storing one or more programs;
when executed by the one or more processors, cause the system of things to implement a method for task scheduling based on task relevance as set forth in any of the first aspects.
In a fourth aspect, the embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, which when executed by a processor, implements the task scheduling method based on task relevance according to the first aspect.
The task scheduling method and device based on task relevance, the Internet of things system and the storage medium monitor the task state in the multi-core Internet of things system, each execution core of the multi-core Internet of things system is respectively and correspondingly allocated with a buffer interval, and the buffer interval is one section of a first-in first-out buffer queue in the multi-core Internet of things system; when the input of a latest task is monitored, caching the latest task to a first cache interval or an associated cache interval according to the task relevance of the latest task so as to correspondingly allocate the latest task to an execution core corresponding to the first cache interval or the associated cache interval, wherein the first cache interval is the cache interval with the longest current remaining cache queue, the associated cache interval is the cache interval for caching the preorder task of the latest task, and the task relevance is confirmed according to the identification or the source of the latest task; when an idle buffer interval is monitored to appear, at least one task buffer is transferred to the idle buffer interval from a second buffer interval so as to be correspondingly distributed to an execution core corresponding to the idle buffer interval, the idle buffer interval is a buffer interval with empty tasks, and the second buffer interval is a buffer interval with the most current remaining tasks. According to the scheme, the corresponding cache intervals are distributed to the execution cores, when the latest task is received, the latest task is distributed to the corresponding cache intervals according to the number of the tasks in the cache intervals, the switching process of task distribution is reduced, and particularly the data processing efficiency of multi-core processing task scheduling in the Internet of things system is improved through centralized processing of the associated tasks.
Drawings
Fig. 1 is a flowchart of a task scheduling method based on task relevance according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a task scheduling device based on task relevance according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of an internet of things system according to a third embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are for purposes of illustration and not limitation. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
It should be noted that, for the sake of brevity, this description does not exhaust all alternative embodiments, and it should be understood by those skilled in the art after reading this description that any combination of features may constitute an alternative embodiment as long as the features are not mutually inconsistent.
The following examples are described in detail.
Example one
Fig. 1 is a flowchart of a task scheduling method based on task relevance according to an embodiment of the present invention. The task scheduling method based on task relevance provided in the embodiment may be performed by various operating devices for task scheduling based on task relevance, where the operating devices may be implemented in a software and/or hardware manner, and the operating devices may be formed by two or more physical entities or may be formed by one physical entity.
Specifically, referring to fig. 1, the task scheduling method based on task relevance specifically includes:
step S101: and monitoring the task state in the multi-core Internet of things system, wherein each execution core of the multi-core Internet of things system is correspondingly allocated with a buffer interval, and the buffer interval is one section of a first-in first-out buffer queue in the multi-core Internet of things system.
In the architecture of the internet of things system, a sink node is a key component of the architecture, in the specific implementation process, the multi-core internet of things system is designed based on an embedded multi-core processor, and a plurality of execution cores in the embedded multi-core processor can perform operation simultaneously, so that higher processing efficiency is brought to data collection in the multi-core internet of things system under the condition of limited resource configuration.
For an embedded multi-core processor, each processing core cannot process all tasks allocated to the processing core at the same time, that is, tasks allocated to one internet of things node may need to be queued, and the tasks in the queued state are temporarily cached in a first-in first-out cache queue. According to the prior art, during the queuing process, the tasks may be continuously scheduled and switched to different execution cores to wait for execution according to the actual processing progress of the execution cores, which is equivalent to performing an invalid scheduling process in the task scheduling process.
In the scheme, in order to improve the scheduling processing efficiency, the first-in first-out cache queue is segmented, each segment corresponds to one execution core, a task specifically allocated to one execution core is cached to a corresponding cache interval first, and through the corresponding allocation mode of the execution cores and the cache intervals, the association relation between the task and the execution core correspondingly processing the task is fixed in a relatively static mode, so that the invalid task allocation scheduling processing is reduced as much as possible. When the fifo buffer queue is segmented, the buffer intervals allocated to each execution core may be set to be the same, that is, the length of the buffer queue corresponding to each execution core is the same, so as to ensure that the upper limit of the task allocated to each execution core is the same, and the amount of the task allocated and scheduled to each execution core is relatively balanced.
Step S102: when the input of the latest task is monitored, caching the latest task to a first cache interval or an associated cache interval according to the task relevance of the latest task so as to correspondingly allocate the latest task to an execution core corresponding to the first cache interval or the associated cache interval, wherein the first cache interval is the cache interval with the longest current remaining cache queue, the associated cache interval is the cache interval for caching the preorder task of the latest task, and the task relevance is confirmed according to the identification or the source of the latest task.
For an internet of things node, when receiving input of a latest task, the latest task needs to be allocated to a certain execution core in an embedded multi-core processor of the internet of things node, in the existing processing mode, when all tasks of the current execution cores are to be executed, a first-in first-out cache queue is taken as a whole for cache management, the allocation process of a task to a specific execution core may be continuously adjusted due to the change of task processing progress, so that the task processing states of all execution cores need to be continuously monitored when the task is cached in the first-in first-out cache queue, and further, the task allocation is continuously adjusted adaptively. In the scheme, the latest task needs to judge whether a preorder task exists or not based on identification or source, and if no preorder task exists, the latest task is directly distributed to an execution core with the least current processing task; if the preorder task exists, the latest task is distributed to an execution core for processing the preorder task according to a centralized distribution principle, namely the latest task is cached to a cache interval corresponding to the execution core, and the cache interval is defined as the preorder cache interval of the latest task. Whether the tasks are distributed to the first cache region or the associated cache region, the tasks distributed to each execution core are relatively fixed, and the distribution change in the task waiting processing process is reduced by taking the task processing of the initially distributed execution core as a basic processing principle. That is, the latest task is not randomly allocated to the first buffer interval or the associated buffer interval, but is determined whether the associated buffer interval exists or not, and is only saved in the first buffer interval if the associated buffer interval does not exist.
In specific allocation, in order to reduce the queuing waiting time of each task as much as possible, for the detected latest task, the current task state of each execution core is firstly judged. The current task state is confirmed from the buffer interval corresponding to the execution core, and as a whole, the task of the current buffer in the buffer interval is the least, the shorter the occupied buffer queue is, the longer the remaining buffer queue is, the buffer interval with the longest remaining buffer queue is regarded as the first buffer interval, the latest task is allocated to the first buffer interval, after the latest task is buffered in the first buffer interval, the execution core allocated by the latest task is determined according to the corresponding relation between the buffer interval and the execution core, and the processing of the corresponding execution core is waited in the buffer interval.
In the actual processing process, there may be a plurality of buffer intervals in which the remaining tasks are the same, that is, there may be a plurality of buffer intervals that are all first buffer intervals, and when there are a plurality of first buffer intervals, the latest task is randomly buffered in one of the first buffer intervals.
Step S103: when an idle buffer interval is monitored to appear, at least one task buffer is transferred to the idle buffer interval from a second buffer interval so as to be correspondingly distributed to an execution core corresponding to the idle buffer interval, the idle buffer interval is a buffer interval with empty tasks, and the second buffer interval is a buffer interval with the most current remaining tasks.
In the process of processing the task by each execution core, due to reasons such as task complexity, data transmission speed, bandwidth allocation and the like, the speed of task processing may not be completely the same, and finally, the task queuing conditions in the buffer interval are different. For example, some execution cores may have processed all tasks, i.e., have emptied the tasks in the corresponding buffer interval; and a plurality of tasks are queued in the buffer intervals corresponding to other execution cores. At this time, one or more tasks can be migrated from the queued buffer interval to the idle buffer interval, so that the processing speed of the tasks is improved as a whole, and the situation that the execution core is in an idle state is avoided.
When the task is migrated specifically, instead of migrating a plurality of tasks from other buffer intervals to an idle buffer interval at a time, the tasks are migrated one by one, and the task number states in all the buffer intervals are determined. Overall, when it is monitored that an idle buffer interval appears, second buffer intervals are successively confirmed, and task buffers are migrated one by one from the second buffer intervals to the idle buffer intervals until the number of tasks in the idle buffer intervals reaches a preset threshold value or the number of tasks in all buffer intervals is not higher than the preset threshold value. In the process of migrating tasks one by one, whether the previously confirmed idle buffer interval reaches a preset threshold value or not is judged, if the previously confirmed idle buffer interval reaches the preset threshold value, the fact that a certain number of tasks to be processed exist in the idle buffer interval means that the tasks are not migrated to the idle buffer interval any more, and the task is only required to be allocated to the buffer interval when the latest tasks are allocated to the buffer interval. Meanwhile, in order to avoid too few tasks in other buffer intervals, when the number of the tasks in the other buffer intervals is small due to outward migration to a certain extent, namely the number of the remaining tasks in the other buffer intervals is not higher than a preset threshold value, the migration is stopped.
In a specific processing process, the remaining tasks in the multiple buffer intervals are most parallel, that is, there are multiple second buffer intervals, at this time, instead of directly migrating one task from each second buffer interval to an idle buffer interval, one task buffer is randomly migrated from one second buffer interval to the idle buffer interval, and a successive migration confirmation mode is still adopted, and after one task is migrated, the remaining tasks in the idle buffer interval and the tasks in other buffer intervals are judged until the set number of tasks is reached, and the migration is stopped. The task migrated to the idle buffer interval may be the task of the latest buffer or the task of the earliest buffer.
The judgment basis of stopping migration of other buffer intervals can be based on the comparison with the tasks in the idle buffer intervals besides the preset threshold, and if the number of the remaining tasks in other buffer intervals is not more than one than the number of the tasks in the idle buffer intervals, the task migration is not performed.
It should be noted that, in this embodiment, the first buffer interval and the second buffer interval are not one or more fixed buffer intervals, which are only defined differently according to the state of the buffer interval at a certain time, and are special marks for convenience in description of the embodiment, and the functions of the special marks are not different from those of other buffer intervals, and after a current latest task is buffered in a certain first buffer interval, the first buffer interval may not be the first buffer interval when the next latest task is buffered. And the idle buffer interval is defined as the idle buffer interval in the whole migration process, but not defined as the idle buffer interval only if no task exists, and the state definition of the idle buffer interval is finished after the task migration of a certain buffer interval is finished in terms of the task queuing state.
Meanwhile, in the present solution, it should be understood that steps S101 to S103 exist as a whole, which are not sequentially executed in the strict order described above, when the multi-core internet of things system processes the tasks, the assignment of the latest task and the migration of the task may be executed according to the actual monitoring result, and when the latest task is monitored, the latest task is cached; and when the idle buffer interval is monitored, migrating the task to the idle buffer interval, if the latest task is continuously monitored, continuously executing the step S102, and if the idle buffer interval is continuously monitored, continuously executing the step S103.
Monitoring the task state in the multi-core internet of things system, wherein each execution core of the multi-core internet of things system is respectively and correspondingly allocated with a buffer interval, and the buffer interval is one section of a first-in first-out buffer queue in the multi-core internet of things system; when the input of a latest task is monitored, caching the latest task to a first cache interval or an associated cache interval according to the task relevance of the latest task so as to correspondingly allocate the latest task to an execution core corresponding to the first cache interval or the associated cache interval, wherein the first cache interval is the cache interval with the longest current remaining cache queue, the associated cache interval is the cache interval for caching the preorder task of the latest task, and the task relevance is confirmed according to the identification or the source of the latest task; when an idle buffer interval is monitored to appear, at least one task buffer is transferred to the idle buffer interval from a second buffer interval so as to be correspondingly distributed to an execution core corresponding to the idle buffer interval, the idle buffer interval is a buffer interval with empty tasks, and the second buffer interval is a buffer interval with the most current remaining tasks. According to the scheme, the corresponding cache intervals are distributed to the execution cores, when the latest task is received, the latest task is distributed to the corresponding cache intervals according to the number of the tasks in the cache intervals, the switching process of task distribution is reduced, and particularly the data processing efficiency of multi-core processing task scheduling in the Internet of things system is improved through centralized processing of the associated tasks.
Example two
Fig. 2 is a schematic structural diagram of a task scheduling device based on task relevance according to a second embodiment of the present invention. Referring to fig. 2, the task scheduling apparatus based on task relevance includes: a state listening unit 210, a task caching unit 220, and a task migration unit 230.
The state monitoring unit 210 is configured to monitor a task state in the multi-core internet of things system, where each execution core of the multi-core internet of things system is respectively and correspondingly allocated with a buffer interval, and the buffer interval is a segment of a first-in first-out buffer queue in the multi-core internet of things system; a task caching unit 220, configured to cache, when it is monitored that a latest task is input, the latest task to a first cache interval or an associated cache interval according to task relevance of the latest task, so as to be correspondingly allocated to an execution core corresponding to the first cache interval or the associated cache interval, where the first cache interval is a cache interval in which a current remaining cache queue is longest, the associated cache interval is a cache interval in which a preceding task of the latest task is cached, and the task relevance is determined according to an identifier or a source of the latest task; the task migration unit 230 is configured to, when it is monitored that an idle buffer interval occurs, migrate at least one task buffer from a second buffer interval to the idle buffer interval to be correspondingly allocated to an execution core corresponding to the idle buffer interval, where the idle buffer interval is a buffer interval in which a task is cleared, and the second buffer interval is a buffer interval in which the current remaining task is the most.
On the basis of the foregoing embodiment, when it is monitored that an idle buffer interval occurs, migrating at least one task buffer from a second buffer interval to the idle buffer interval includes:
when the occurrence of an idle cache interval is monitored, successively confirming a second cache interval, and migrating task caches to the idle cache interval one by one from the second cache interval until the number of tasks in the idle cache interval reaches a preset threshold value or the number of tasks in all the cache intervals is not higher than the preset threshold value.
On the basis of the above embodiment, when there are a plurality of second buffer intervals, a task buffer is randomly migrated from one second buffer interval to the idle buffer interval.
On the basis of the above embodiment, when there are a plurality of first buffer intervals, the latest task is randomly buffered to one of the first buffer intervals.
On the basis of the above embodiment, the length of the buffer queue corresponding to each execution core is the same.
The task scheduling device based on task relevance provided by the embodiment of the invention is included in the task scheduling equipment based on task relevance, can be used for executing any task scheduling method based on task relevance provided by the first embodiment, and has corresponding functions and beneficial effects.
EXAMPLE III
Fig. 3 is a schematic structural diagram of node devices of the internet of things according to a third embodiment of the present invention, where the node devices of the internet of things are used to form a system of the internet of things, so as to comprehensively implement task scheduling in this scheme. As shown in fig. 3, the node apparatus of the internet of things includes a processor 310, a memory 320, an input device 330, an output device 340, and a communication device 350; the number of the processors 310 in the node device of the internet of things may be one or more, and one processor 310 is taken as an example in fig. 3; the processor 310, the memory 320, the input device 330, the output device 340 and the communication device 350 in the node device of the internet of things may be connected through a bus or other manners, and fig. 3 illustrates the connection through the bus as an example.
The memory 320 is a computer-readable storage medium, and can be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the task scheduling method based on task relevance in the embodiment of the present invention (for example, the status snooping unit 210, the task caching unit 220, and the task migration unit 230 in the task scheduling device based on task relevance). The processor 310 executes various functional applications and data processing of the node device of the internet of things by running software programs, instructions and modules stored in the memory 320, that is, the task scheduling method based on task relevance is implemented.
The memory 320 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required for at least one function; the storage data area may store data created from use of the node device of the internet of things, and the like. Further, the memory 320 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the memory 320 may further include memory located remotely from the processor 310, which may be connected to the internet of things node device over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 330 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the internet of things node device. The output device 340 may include a display device such as a display screen.
The node equipment of the Internet of things comprises the task scheduling device based on the task relevance, can be used for executing any task scheduling method based on the task relevance, and has corresponding functions and beneficial effects.
Example four
Embodiments of the present invention further provide a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform relevant operations in the task scheduling method based on task relevance provided in any embodiment of the present application, and have corresponding functions and advantages.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product.
Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein. The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks. These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks. These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory. The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A task scheduling method based on task relevance is used for a multi-core Internet of things system and is characterized by comprising the following steps:
monitoring a task state in the multi-core Internet of things system, wherein each execution core of the multi-core Internet of things system is respectively and correspondingly allocated with a cache interval, and the cache interval is one section of a first-in first-out cache queue in the multi-core Internet of things system;
when the latest task is monitored to be input, judging whether a preorder task exists or not based on the identification or the source of the latest task, and caching the latest task to a first caching interval if no preorder task exists; if the pre-sequence task exists, caching the latest task to an associated cache interval so as to be correspondingly distributed to the first cache interval or an execution core corresponding to the associated cache interval, wherein the first cache interval is the cache interval with the longest current residual cache queue, and the associated cache interval is the cache interval for caching the pre-sequence task of the latest task;
when an idle buffer interval is monitored to appear, at least one task buffer is transferred to the idle buffer interval from a second buffer interval so as to be correspondingly distributed to an execution core corresponding to the idle buffer interval, the idle buffer interval is a buffer interval with empty tasks, and the second buffer interval is a buffer interval with the most current remaining tasks.
2. The method of claim 1, wherein when it is monitored that a free buffer interval occurs, migrating at least one task buffer from a second buffer interval to the free buffer interval, comprises:
when the occurrence of an idle cache interval is monitored, successively confirming a second cache interval, and migrating task caches to the idle cache interval one by one from the second cache interval until the number of tasks in the idle cache interval reaches a preset threshold value or the number of tasks in all the cache intervals is not higher than the preset threshold value.
3. The method of claim 2, wherein when there are multiple second buffer intervals, a task buffer is randomly migrated from one of the second buffer intervals to the free buffer interval.
4. The method of claim 1, wherein when there are multiple first buffer intervals, the latest task is randomly buffered into one of the first buffer intervals.
5. The method of claim 1, wherein the length of the buffer queue corresponding to each execution core is the same.
6. A task scheduling apparatus based on task relevance, comprising:
the state monitoring unit is used for monitoring the task state in the multi-core Internet of things system, each execution core of the multi-core Internet of things system is respectively and correspondingly allocated with a buffer interval, and the buffer interval is one section of a first-in first-out buffer queue in the multi-core Internet of things system;
the task caching unit is used for judging whether a preorder task exists or not based on the identification or the source of the latest task when the latest task is monitored to be input, and caching the latest task to a first caching interval if the preorder task does not exist; if the pre-sequence task exists, caching the latest task to an associated cache interval so as to be correspondingly distributed to the first cache interval or an execution core corresponding to the associated cache interval, wherein the first cache interval is the cache interval with the longest current residual cache queue, and the associated cache interval is the cache interval for caching the pre-sequence task of the latest task;
and the task migration unit is used for migrating at least one task cache to the idle cache interval from a second cache interval when the idle cache interval appears, so as to correspondingly allocate the task cache to the execution core corresponding to the idle cache interval, wherein the idle cache interval is a cache interval with a task being emptied, and the second cache interval is a cache interval with the most current remaining tasks.
7. The apparatus of claim 6, wherein the migrating at least one task buffer from a second buffer interval to an idle buffer interval when an idle buffer interval is monitored to occur comprises:
when the occurrence of an idle cache interval is monitored, successively confirming a second cache interval, and migrating task caches to the idle cache interval one by one from the second cache interval until the number of tasks in the idle cache interval reaches a preset threshold value or the number of tasks in all the cache intervals is not higher than the preset threshold value.
8. The apparatus of claim 7, wherein when there are multiple second buffer intervals, a task buffer is randomly migrated from one of the second buffer intervals to the free buffer interval.
9. An internet of things system, comprising:
one or more processors;
a memory for storing one or more programs;
when executed by the one or more processors, cause the system of things to implement the method for task scheduling based on task relevance as recited in any one of claims 1-5.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a method for task scheduling based on task relevance as claimed in any one of claims 1 to 5.
CN202111546932.2A 2020-12-31 2021-12-16 Task scheduling method, device and system based on task relevance and storage medium Pending CN113971086A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2020116418696 2020-12-31
CN202011641869 2020-12-31

Publications (1)

Publication Number Publication Date
CN113971086A true CN113971086A (en) 2022-01-25

Family

ID=79590641

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111546932.2A Pending CN113971086A (en) 2020-12-31 2021-12-16 Task scheduling method, device and system based on task relevance and storage medium

Country Status (1)

Country Link
CN (1) CN113971086A (en)

Similar Documents

Publication Publication Date Title
CN113934530A (en) Multi-core multi-queue task cross processing method, device, system and storage medium
EP3629165A1 (en) Accelerated resource allocation techniques
US9021490B2 (en) Optimizing allocation of computer resources by tracking job status and resource availability profiles
CN109327403B (en) Flow control method, flow control device, network equipment and storage medium
CN113934529A (en) Task scheduling method, device and system of multi-level core and storage medium
JP2008152618A (en) Job assignment program, method and device
CN105095495A (en) Distributed file system cache management method and system
CN113971085A (en) Method, device, system and storage medium for distinguishing processing tasks by master core and slave core
CN114020440A (en) Multi-stage task classification processing method, device and system and storage medium
US20170344266A1 (en) Methods for dynamic resource reservation based on classified i/o requests and devices thereof
CN113971086A (en) Task scheduling method, device and system based on task relevance and storage medium
CN112764895A (en) Task scheduling method, device and system of multi-core Internet of things chip and storage medium
CN112764896A (en) Task scheduling method, device and system based on standby queue and storage medium
CN114048016A (en) Method, device and system for scheduling task by recording duration and storage medium
CN113918310A (en) Method, device and system for monitoring remaining duration scheduling task and storage medium
CN112650574A (en) Priority-based task scheduling method, device, system and storage medium
CN114035929A (en) Method, device, system and storage medium for executing tasks in multiple sequential modes
CN113918309A (en) Task queue maintenance method, device, system and medium based on waiting duration
CN113934528A (en) Task differentiation scheduling method, device and system of Internet of things and storage medium
CN114138480A (en) Queue task classification hybrid processing method, device, system and storage medium
KR101771183B1 (en) Method for managing in-memory cache
KR101771178B1 (en) Method for managing in-memory cache
CN113296957B (en) Method and device for dynamically distributing network bandwidth on chip
CN110928649A (en) Resource scheduling method and device
US20190108060A1 (en) Mobile resource scheduler

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