CN106383749A - Thread management method and apparatus - Google Patents

Thread management method and apparatus Download PDF

Info

Publication number
CN106383749A
CN106383749A CN201610826660.4A CN201610826660A CN106383749A CN 106383749 A CN106383749 A CN 106383749A CN 201610826660 A CN201610826660 A CN 201610826660A CN 106383749 A CN106383749 A CN 106383749A
Authority
CN
China
Prior art keywords
thread
target
described target
poll
call back
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
CN201610826660.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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201610826660.4A priority Critical patent/CN106383749A/en
Publication of CN106383749A publication Critical patent/CN106383749A/en
Pending legal-status Critical Current

Links

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/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/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • 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/5061Partitioning or combining of resources
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/5011Pool
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/5018Thread allocation

Abstract

The invention discloses a thread management method and apparatus. The method comprises the steps of receiving thread application information initiated by an application and obtaining a target polling thread and a target IO thread corresponding to the thread application information from a thread pool; executing a part, which performs startup initialization on the target IO thread, in the target polling thread; and executing a part, which performs state maintenance on an executive process of the target IO thread, in the target IO thread and the target polling thread. According to the technical scheme disclosed by the method and the apparatus, the target polling thread is mainly in charge of thread state maintenance, thread startup initialization and the like, and the IO thread is mainly in charge of read-write IO sending and the like, the target polling thread corresponds to control data, and the IO thread corresponds to business data, so that the separation of the control data and the business data is realized by executing the two threads separately, and corresponding product design demands are met.

Description

A kind of thread management method and device
Technical field
The present invention relates to computer software technical field, more particularly, it relates to a kind of thread management method and device.
Background technology
In computer operation, in order to realize respective operations, it usually needs realized by running corresponding thread.
At present, in active thread, generally include business datum and the corresponding operation of control data in this thread, such as simultaneously Include IO thread and for carrying out poll thread of state-maintenance etc. in this IO thread implementation procedure in same thread simultaneously. But, increasing with computer product, some products set demand and require business datum and control data to separate, and prior art The technique scheme of middle offer cannot realize this purpose.
In sum, how to provide one kind to make the technical scheme detached with control data of business datum in thread, be mesh Front those skilled in the art's problem demanding prompt solution.
Content of the invention
It is an object of the invention to provide a kind of thread management method and device, so that business datum and control number in thread According to separation.
A kind of thread management method, including:
Receive the thread application information that application is initiated, and by acquisition mesh corresponding with described thread application information in thread pool Mark poll thread and target IO thread;
Execute in described target poll thread and described target IO thread is carried out starting initialized part;
Execute in described target IO thread and described target poll thread the implementation procedure of described target IO thread is entered The part of row state-maintenance.
Preferably, after obtaining described target poll thread and described target IO thread, also include:
Specify two call back functions for described target poll thread, the wherein first call back function corresponds to described target poll line In journey, described target IO thread is carried out starting with initialized part, right in the corresponding described target poll thread of the second call back function The implementation procedure of described target IO thread carries out the part of state-maintenance.
Preferably, also include:
For described target poll thread, global parameter is set;
Described first call back function that is finished is determined whether based on the value of described global parameter, if it is, execution institute State target IO thread and described second call back function, otherwise, then execute described first call back function.
Preferably, also include:
The registration information in receiving thread pond, sets up the connection with described thread pool.
Preferably, also include:
After described target poll thread and described target IO thread are finished, by described target poll thread and described Target IO thread is recycled to described thread pool.
A kind of thread management device, including:
Thread Registering modules, for receiving the thread application information that application is initiated;
Thread management module, for by thread pool obtain target poll thread corresponding with described thread application information and Target IO thread;
Thread starting module, carries out to described target IO thread in described target poll thread starting initialization for executing Part;
Thread performing module, for executing in described target IO thread and described target poll thread to described target IO The implementation procedure of thread carries out the part of state-maintenance.
Preferably, described thread management module also includes:
Function setup unit, for specifying two call back functions, the wherein first call back function for described target poll thread In corresponding described target poll thread, described target IO thread is carried out starting with initialized part, the second call back function corresponds to institute State the part that in target poll thread, the implementation procedure of described target IO thread is carried out with state-maintenance.
Preferably, also include:
Judging module, for arranging global parameter for described target poll thread;Value based on described global parameter determines Whether described first call back function, if it is, the described thread performing module of instruction executes described target IO thread if being finished And described second call back function, otherwise it indicates that described thread starting module executes described first call back function.
Preferably, described thread management module also includes:
Thread pool registering unit, for the registration information in receiving thread pond, sets up the connection with described thread pool.
Preferably, described thread management module also includes:
Thread recovery unit, for after described target poll thread and described target IO thread are finished, will be described Target poll thread and described target IO thread are recycled to described thread pool.
The invention provides a kind of thread management method and device, wherein the method include:Receive the thread that application is initiated Application information, and by acquisition target poll thread corresponding with described thread application information and target IO thread in thread pool;Hold In the described target poll thread of row, described target IO thread is carried out starting initialized part;Execute described target IO thread with And in described target poll thread, the implementation procedure of described target IO thread is carried out with the part of state-maintenance.Disclosed in the present application In technique scheme, target poll thread is mainly responsible for thread state is safeguarded and thread startup initializes etc., and IO thread master It is responsible for reading and writing issuing etc. it is seen then that target poll thread corresponds to control data of IO, and IO thread corresponds to business datum, thus The separation of control data and business datum is achieved by the execution respectively of above two thread, has adapted to corresponding product design Demand.In addition, in technique scheme disclosed in the present application, first carrying out in target poll thread and described target IO thread carried out Start initialized part, then execute in described target IO thread and described target poll thread to described target IO thread Implementation procedure carries out the part of state-maintenance, executes in order thus ensure that and being under the jurisdiction of different business thread in same thread pool, Achieve the management for multithreading well.
Brief description
In order to be illustrated more clearly that the embodiment of the present invention or technical scheme of the prior art, below will be to embodiment or existing Have technology description in required use accompanying drawing be briefly described it should be apparent that, drawings in the following description be only this Inventive embodiment, for those of ordinary skill in the art, on the premise of not paying creative work, can also basis The accompanying drawing providing obtains other accompanying drawings.
Fig. 1 is a kind of flow chart of thread management method provided in an embodiment of the present invention;
Fig. 2 is a kind of structural representation of thread management device provided in an embodiment of the present invention.
Specific embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, the technical scheme in the embodiment of the present invention is carried out clear, complete Site preparation description is it is clear that described embodiment is only a part of embodiment of the present invention, rather than whole embodiments.It is based on Embodiment in the present invention, it is every other that those of ordinary skill in the art are obtained under the premise of not making creative work Embodiment, broadly falls into the scope of protection of the invention.
Refer to Fig. 1, the flow chart that it illustrates a kind of thread management method provided in an embodiment of the present invention, its feature exists In, including:
S11:Receive the thread application information that application is initiated, and by acquisition mesh corresponding with thread application information in thread pool Mark poll thread and target IO thread.
Wherein, application can refer to arbitrary application initiating thread application information, includes required in this thread application information The information of thread to be obtained, can include the corresponding operation of thread and data etc.;And then obtained and this thread by thread pool Information corresponding target poll thread and target IO thread.
S12:In performance objective poll thread, target IO thread is carried out starting initialized part.
Wherein, in performance objective poll thread corresponding part with target IO thread is carried out start initialization it is possible to understand that Be by this part hold behavioral objective's IO thread be actuated for preparation, can include building target IO thread and executed Communication link of required use etc. in journey, can also carry out other operations, certainly according to actual needs all in the guarantor of the present invention Within the scope of shield.
S13:In performance objective IO thread and target poll thread, state dimension is carried out to the implementation procedure of target IO thread The part of shield.
In the target that is finished poll thread, target IO thread is carried out starting initialized part, illustrate to start target IO The preparation of thread has completed, now can with performance objective IO thread and target poll thread to target IO thread Implementation procedure carries out the part of state-maintenance.Wherein, in performance objective poll thread corresponding part to hold to target IO thread Row process carries out state-maintenance, can include the communication link of required use in target IO thread implementation procedure is carried out in real time Monitoring and safeguard etc., with ensure this communication link can proper communication, and then ensure target IO thread normal operation.Certainly, Other settings can also be carried out according to actual needs, all within protection scope of the present invention.
In technique scheme disclosed in the present application, target poll thread is mainly responsible for thread state and is safeguarded and thread startup Initialization etc., and IO thread is mainly responsible for read-write IO issues etc. it is seen then that target poll thread corresponds to control data, and IO line Journey corresponds to business datum, thus the separation of control data and business datum is achieved by the execution respectively of above two thread, Adapt to the demand of corresponding product design.In addition, in technique scheme disclosed in the present application, first carrying out in target poll thread Target IO thread is carried out starting initialized part, then to target IO line in performance objective IO thread and target poll thread The implementation procedure of journey carries out the part of state-maintenance, holds in order thus ensure that and being under the jurisdiction of different business thread in same thread pool OK, achieve the management for multithreading well.
In addition, by technique scheme disclosed in the present application easy to use while it is achieved that many based on thread pool Under thread mode between thread and business-binding, thread keep synchronous regime and to whole operation flow thread between role Divide so that operation flow becomes apparent from, more make that thread code is clearly succinct, run efficiently, and be easy to extend.
A kind of thread management method provided in an embodiment of the present invention, after obtaining target poll thread and target IO thread, Can also include:
Specify two call back functions for target poll thread, to mesh in the corresponding target poll thread of the wherein first call back function Mark IO thread carries out starting initialized part, the execution to target IO thread in the corresponding target poll thread of the second call back function Process carries out the part of state-maintenance.
It should be noted that target poll thread is included with the difference of target IO thread, target poll thread mainly includes Two two parts, a part is for carrying out to target IO thread starting initialization, and another part is used for target IO thread is held Row process carries out state-maintenance, and this two parts can be realized by corresponding call back function;Specifically, can get After above two thread, as target poll thread arranges two call back functions, and a call back function corresponds to target poll line In journey, target IO thread is carried out starting initialized part, to target IO in the corresponding target poll thread of another call back function The implementation procedure of thread carries out the part of state-maintenance, thus simply efficiently realizing threaded design by call back function.
A kind of thread management method provided in an embodiment of the present invention, can also include:
For target poll thread, global parameter is set;
First call back function that is finished is determined whether based on the value of global parameter, if it is, performance objective IO thread And second call back function, otherwise, then execute the first call back function.
Wherein, global parameter is all visible for target poll thread and target IO thread, and it corresponds mainly to the first readjustment The execution of function.Specifically, correspond to the value of global parameter before the first call back function is finished and after being finished simultaneously Differ, specifically can according to actual needs this value be set, therefore, the value based on global parameter would know that current Whether one call back function is finished, and then judges to be carried out the first call back function or performance objective IO function and the second readjustment Function.If corresponding first call back function of the value of global parameter is not carried out finishing, even if the second call back function and target IO function Already take up CPU, also can directly return until the first call back function is finished and executes.Finally, whole system will be in The state that target poll thread and target IO thread coexist, and sending out of I/O data can be realized according to physical interface internal logic Veer away to target IO thread, the reception of I/O data is put to target poll thread.Thus simply efficiently ensure that different threads Effectively execute.
A kind of thread management method provided in an embodiment of the present invention, can also include:
The registration information in receiving thread pond, sets up the connection with thread pool.
Specifically, thread pool before it is being used, needs to send registration information, this information can include thread pool In each thread relevant information of comprising etc., to realize registering.And after thread pool realizes registration, set up the connection with thread pool, Thus when needing to obtain thread can by thread pool in direct access it is ensured that above-mentioned technical side provided in an embodiment of the present invention The smooth realization of case.
A kind of thread management method provided in an embodiment of the present invention, can also include:
After target poll thread and target IO thread are finished, target poll thread and target IO thread are recycled to Thread pool.
After target poll thread and target IO thread are finished, both threads are reclaimed, it is achieved thereby that The recycling of thread.
The embodiment of the present invention additionally provides a kind of thread management device, as shown in Fig. 2 can include:
Thread Registering modules 11, for receiving the thread application information that application is initiated;
Thread management module 12, for by acquisition target poll thread corresponding with thread application information and mesh in thread pool Mark IO thread;
Thread starting module 13, carries out starting initialized portion to target IO thread in performance objective poll thread Point;
Thread performing module 14, for the execution to target IO thread in performance objective IO thread and target poll thread Process carries out the part of state-maintenance.
In technique scheme disclosed in the present application, thread management module realize the registration of thread pool, the recovery of thread and It is correspondingly arranged the functions such as renewal, the application for thread under multithread mode and maintenance provide good interface and provide consistent access machine System;Thread Registering modules are mainly used for for different application application thread;Thread starting module mainly realizes target poll line Cheng Youxian implementation strategy, that is, ensure synchronicity strategy;Thread performing module is general module, and dissimilar thread execution is same to be connect Mouthful, only dissimilar execution branch is different, and then determines different threads role.Each intermodule possesses levels and relies on pass System, possessing associated interface each other, thus cooperating, interdepending, and constitutes effective closed-loop system.
A kind of thread management device provided in an embodiment of the present invention, thread management module can also include:
Function setup unit, for specifying two call back functions for target poll thread, the wherein first call back function corresponds to In target poll thread, target IO thread is carried out starting with initialized part, in the corresponding target poll thread of the second call back function The part of state-maintenance is carried out to the implementation procedure of target IO thread.
A kind of thread management device provided in an embodiment of the present invention, can also include:
Judging module, for arranging global parameter for target poll thread;Determine whether to execute based on the value of global parameter Finish the first call back function, if it is, instruction thread performing module performance objective IO thread and the second call back function, otherwise, Then instruction thread starting module executes the first call back function.
A kind of thread management device provided in an embodiment of the present invention, thread management module can also include:
Thread pool registering unit, for the registration information in receiving thread pond, sets up the connection with thread pool.
A kind of thread management device provided in an embodiment of the present invention, thread management module can also include:
Thread recovery unit, for after target poll thread and target IO thread are finished, by target poll thread And target IO thread is recycled to thread pool.
In a kind of thread management device provided in an embodiment of the present invention, the explanation of relevant portion refers to the embodiment of the present invention In a kind of thread management method providing, the explanation of corresponding part, will not be described here.
Described above to the disclosed embodiments, makes those skilled in the art be capable of or uses the present invention.To this Multiple modifications of a little embodiments will be apparent from for a person skilled in the art, and generic principles defined herein can Without departing from the spirit or scope of the present invention, to realize in other embodiments.Therefore, the present invention will not be limited It is formed on the embodiments shown herein, and be to fit to consistent with principles disclosed herein and features of novelty the widest Scope.

Claims (10)

1. a kind of thread management method is it is characterised in that include:
Receive the thread application information that application is initiated, and by acquisition target wheel corresponding with described thread application information in thread pool Ask thread and target IO thread;
Execute in described target poll thread and described target IO thread is carried out starting initialized part;
Execute in described target IO thread and described target poll thread and shape is carried out to the implementation procedure of described target IO thread The part that state is safeguarded.
2. method according to claim 1 is it is characterised in that obtain described target poll thread and described target IO thread Afterwards, also include:
Specify two call back functions for described target poll thread, in the corresponding described target poll thread of the wherein first call back function Described target IO thread is carried out starting with initialized part, to described in the corresponding described target poll thread of the second call back function The implementation procedure of target IO thread carries out the part of state-maintenance.
3. method according to claim 2 is it is characterised in that also include:
For described target poll thread, global parameter is set;
Described first call back function that is finished is determined whether based on the value of described global parameter, if it is, executing described mesh Mark IO thread and described second call back function, otherwise, then execute described first call back function.
4. method according to claim 1 is it is characterised in that also include:
The registration information in receiving thread pond, sets up the connection with described thread pool.
5. method according to claim 4 is it is characterised in that also include:
After described target poll thread and described target IO thread are finished, by described target poll thread and described target IO thread is recycled to described thread pool.
6. a kind of thread management device is it is characterised in that include:
Thread Registering modules, for receiving the thread application information that application is initiated;
Thread management module, for by acquisition target poll thread corresponding with described thread application information and target in thread pool IO thread;
Thread starting module, carries out starting initialized portion to described target IO thread for executing in described target poll thread Point;
Thread performing module, for executing in described target IO thread and described target poll thread to described target IO thread Implementation procedure carry out the part of state-maintenance.
7. device according to claim 6 is it is characterised in that described thread management module also includes:
Function setup unit, for specifying two call back functions for described target poll thread, the wherein first call back function corresponds to In described target poll thread, described target IO thread is carried out starting with initialized part, the second call back function corresponds to described mesh In mark poll thread, the implementation procedure of described target IO thread is carried out with the part of state-maintenance.
8. device according to claim 7 is it is characterised in that also include:
Judging module, for arranging global parameter for described target poll thread;Determined whether based on the value of described global parameter Be finished described first call back function, if it is, the described thread performing module of instruction executes described target IO thread and institute State the second call back function, otherwise it indicates that described thread starting module executes described first call back function.
9. device according to claim 6 is it is characterised in that described thread management module also includes:
Thread pool registering unit, for the registration information in receiving thread pond, sets up the connection with described thread pool.
10. device according to claim 9 is it is characterised in that described thread management module also includes:
Thread recovery unit, for after described target poll thread and described target IO thread are finished, by described target Poll thread and described target IO thread are recycled to described thread pool.
CN201610826660.4A 2016-09-14 2016-09-14 Thread management method and apparatus Pending CN106383749A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610826660.4A CN106383749A (en) 2016-09-14 2016-09-14 Thread management method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610826660.4A CN106383749A (en) 2016-09-14 2016-09-14 Thread management method and apparatus

Publications (1)

Publication Number Publication Date
CN106383749A true CN106383749A (en) 2017-02-08

Family

ID=57935694

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610826660.4A Pending CN106383749A (en) 2016-09-14 2016-09-14 Thread management method and apparatus

Country Status (1)

Country Link
CN (1) CN106383749A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109240831A (en) * 2018-09-21 2019-01-18 郑州云海信息技术有限公司 A kind of operation requests processing method, device, equipment and readable storage medium storing program for executing

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1987792A (en) * 2006-12-20 2007-06-27 金魁 Application system for high grade multiple line distance management
CN101770393A (en) * 2008-12-29 2010-07-07 上海科泰世纪科技有限公司 Applet component model and application method thereof
CN101853180A (en) * 2010-05-25 2010-10-06 中兴通讯股份有限公司 Method for realizing application management and non-intelligent mobile terminal
WO2010127365A1 (en) * 2009-05-01 2010-11-04 Citrix Systems, Inc. Systems and methods for establishing a cloud bridge between virtual storage resources
CN102117222A (en) * 2010-01-04 2011-07-06 朗讯科技公司 Multi-thread starting method
CN102262564A (en) * 2011-08-16 2011-11-30 天津市天祥世联网络科技有限公司 Thread pool structure of video monitoring platform system and realizing method
CN103699386A (en) * 2013-12-27 2014-04-02 云南电网公司玉溪供电局 OSGI-based universal data conversion engine system
CN105159768A (en) * 2015-09-09 2015-12-16 浪潮集团有限公司 Task management method and cloud data center management platform

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1987792A (en) * 2006-12-20 2007-06-27 金魁 Application system for high grade multiple line distance management
CN101770393A (en) * 2008-12-29 2010-07-07 上海科泰世纪科技有限公司 Applet component model and application method thereof
WO2010127365A1 (en) * 2009-05-01 2010-11-04 Citrix Systems, Inc. Systems and methods for establishing a cloud bridge between virtual storage resources
CN102117222A (en) * 2010-01-04 2011-07-06 朗讯科技公司 Multi-thread starting method
CN101853180A (en) * 2010-05-25 2010-10-06 中兴通讯股份有限公司 Method for realizing application management and non-intelligent mobile terminal
CN102262564A (en) * 2011-08-16 2011-11-30 天津市天祥世联网络科技有限公司 Thread pool structure of video monitoring platform system and realizing method
CN103699386A (en) * 2013-12-27 2014-04-02 云南电网公司玉溪供电局 OSGI-based universal data conversion engine system
CN105159768A (en) * 2015-09-09 2015-12-16 浪潮集团有限公司 Task management method and cloud data center management platform

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109240831A (en) * 2018-09-21 2019-01-18 郑州云海信息技术有限公司 A kind of operation requests processing method, device, equipment and readable storage medium storing program for executing

Similar Documents

Publication Publication Date Title
CN102929585B (en) A kind of batch processing method and system supporting the distributed data processing of many main frames
CN103207797A (en) Capsule type custom-made updating method based on unified extensible firmware interface firmware system
CN103796066B (en) A kind of intelligent television system and its shutdown and starting-up method
CN104598308B (en) A kind of mode switch control method and device
CN106776308B (en) Uboot-based electronic product fault debugging method and system
CN103605498A (en) Method and system for multi-thread execution of single-thread task
CN104111857A (en) Method for automatically configuring parameters of multi-model BIOS
CN110187923A (en) A kind of CPU starting method and apparatus applied to multi -CPU board
CN106383749A (en) Thread management method and apparatus
CN104615392A (en) Android terminal based 3D (three-dimensional) printing system and method
CN105224403A (en) A kind of interruption processing method and device
CN103293967A (en) Multi-task control method for intelligent meter reading terminal
CN101963810A (en) Batch flowline production accumulated part number analysis method
CN102917017A (en) Universal automatic IP (Internet Protocol) allocation method when cloning virtual machines
CN106371876B (en) Method and system for upgrading external program of product
CN102833516B (en) Cloud computing-based intelligent helmet network system and method for processing video information
CN102521023B (en) Multi-system transaction integration processing method and transaction integration processing system
CN106325219A (en) CNC processing program call device and method
CN110570158A (en) power grid standing book electronic transfer method and system and computer readable storage medium
CN106100779B (en) Regulate and control method and system based on the emergent broadcast task of automatic regular polling and Real-Time Scheduling
DE112011106055T5 (en) Control of the power state of a PCIE device
CN103617048A (en) Virtual machine connection pool grouping system and grouping connection method
CN103677941B (en) A kind of method and device for realizing smart card operating system module upgrade
CN104021499A (en) Semiconductor manufacture control method
CN107908463B (en) Task decomposition and parallel processing method

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: 20170208

RJ01 Rejection of invention patent application after publication