CN101777008A - Method and device for realizing mobile terminal system thread pool - Google Patents

Method and device for realizing mobile terminal system thread pool Download PDF

Info

Publication number
CN101777008A
CN101777008A CN200910215897.9A CN200910215897A CN101777008A CN 101777008 A CN101777008 A CN 101777008A CN 200910215897 A CN200910215897 A CN 200910215897A CN 101777008 A CN101777008 A CN 101777008A
Authority
CN
China
Prior art keywords
thread
pool
worker
solicited message
record information
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
CN200910215897.9A
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.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN200910215897.9A priority Critical patent/CN101777008A/en
Priority to PCT/CN2010/073225 priority patent/WO2010148884A1/en
Publication of CN101777008A publication Critical patent/CN101777008A/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/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
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/5011Pool

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Telephone Function (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a method and a device for realizing a mobile terminal system thread pool, wherein the method comprises the following steps: establishing a thread pool according to preliminarily collected thread parameter information, wherein the thread parameter information comprises thread quantity, thread priority and thread stack size; establishing a working thread for managing the thread pool; and receiving thread request information by the working thread, and correspondingly processing the thread in the thread pool according to the type of the thread request information. Through the invention, dynamically and flexibly establishing and quitting a business assembly thread can be realized on an operating system based on different mobile terminals.

Description

Mobile terminal system thread pool implementation method and device
Technical field
The present invention relates to communication field, relate in particular to a kind of mobile terminal system thread pool implementation method and device.
Background technology
In object based programming, create and destroy liking very time taking, to obtain memory source or other more resources because create an object, so improve means of service routine efficient is exactly to reduce the number of times of creating and destroying object as far as possible, particularly for the establishment and the destruction of the object in some very expensive sources.How utilizing existing object to serve is exactly the key issue that needs solve, the reason that some " pond resource " technology that Here it is in fact produce.The thread pool technology just is based under this background and produces.
But, in mobile terminal systems such as mobile phone, use the purpose of thread pool different in the purpose of use thread pool and the object-oriented, implementation method is also different.At present, having several characteristics in the cell phone system, at first is that third party's assembly occurs in a large number, and the business on the mobile phone rolls up, and in some cell phone system, each assembly, business all are to create thread separately to move.And in the mobile phone version evolution of same model, the assembly that may use is all different, and when carrying out business replacement, we will manually mate and revise at every turn thread; Secondly, cell phone platform is transplanted more and more general, often need be transplanted on the different operating system, has so just related to the transplanting and the coupling of thread interface, the thread priority setting of each operating system simultaneously has nothing in common with each other, and has increased the workload and the difficulty of transplanting like this.In addition, in some specific operating system, RTK-E operating system for example, the establishment of thread all is a static configuration, supports the dynamic creation and the destruction of thread if desired, just must support thread pool.
In sum, as can be known prior art had the establishment of existing mobile terminal system thread since the midium or long term always and destroy can only static configuration, can not dynamic assignment cause inefficiency and waste problem of resource, therefore be necessary to propose improved technological means, solve this type of problem.
Summary of the invention
Because prior art exist the establishment of existing mobile terminal system thread and destruction be merely able to static configuration, can not dynamic assignment problem and make the present invention, fundamental purpose of the present invention for this reason is to provide a kind of mobile terminal system thread pool implementation method and device, wherein:
Mobile terminal system thread pool implementation method provided by the invention comprises: create thread pool according to the thread parameter information of gathering in advance, wherein, the thread parameter information comprises: number of threads, thread priority, thread stacks size; The worker thread of creative management thread pool; Worker thread receiving thread solicited message, and the thread in the thread pool is carried out respective handling according to the type of thread request information.
Preferably, the type of thread request information comprise following one of at least: thread creation solicited message, thread are cancelled solicited message.
Preferably, this method further comprises before creating thread pool: set up record information list; After creating thread pool, with the node of thread as record information list, wherein, the parameter information of the node of record information list comprises: thread title, thread stacks size, thread priority, service marking.
Preferably, thread request information is the thread creation solicited message, and worker thread carries out respective handling according to the type of thread request information to thread, further comprises: worker thread traversal record information table, enable wherein idle thread; If there is the thread of a plurality of free time in the record information list, then one of at least select to enable according to following strategy: priority is minimum; Or the minimum and satisfied storehouse size of storehouse more than or equal to the thread creation solicited message.
Preferably, if there is not idle thread in the record information list, then create new thread again.
Preferably, thread request information is that thread is cancelled solicited message, and worker thread carries out respective handling according to the type of thread request information to thread, further comprises: worker thread is hung up professional thread.
Mobile terminal system thread pool implement device provided by the invention comprises: data acquisition module, be used for the collecting thread parameter information, and the thread parameter information comprises: number of threads, thread priority, thread stacks size; The thread pool creation module is used for creating thread pool according to the thread parameter information of data collecting module collected; The worker thread creation module is used for the worker thread of creative management thread pool, and worker thread carries out respective handling according to the type of the thread request information that receives to the thread in the thread pool.
Preferably, the type of thread request information comprise following one of at least: thread creation solicited message, thread are cancelled solicited message.
Preferably, this device further comprises: record information list is set up module, is used to set up record information list, with the node of thread as record information list, wherein, the parameter information of the node of record information list comprises: thread title, thread stacks size, thread priority, service marking.
Compared with prior art, according to technical scheme of the present invention, by creating thread pool according to the thread parameter information of gathering in advance, and the worker thread of creative management thread pool carries out respective handling to the thread request information that receives to thread, can realize on based on different operating system dynamic flexible establishment, withdraw from the Service Component thread.
Description of drawings
Accompanying drawing described herein is used to provide further understanding of the present invention, constitutes the application's a part, and illustrative examples of the present invention and explanation thereof are used to explain the present invention, do not constitute improper qualification of the present invention.In the accompanying drawings:
Fig. 1 is the process flow diagram according to the mobile terminal system thread pool implementation method of the embodiment of the invention;
Fig. 2 is according to the initialized process flow diagram of the thread pool of the embodiment of the invention;
Fig. 3 is the synoptic diagram according to the record information list of the embodiment of the invention;
Fig. 4 is the workflow diagram according to the worker thread of the embodiment of the invention;
Fig. 5 is the Service Component use process flow diagram according to the embodiment of the invention;
Fig. 6 is the block diagram according to the mobile terminal system thread pool implement device of the embodiment of the invention.
Embodiment
The present invention can reduce the expense of creating and destroying thread by the thread creation in the mobile terminal systems such as mobile phone, destruction unification are managed by thread pool; And unified interface, it is higher that versatility also becomes, and transplantable ability is stronger.In addition, the cell phone system thread pool adopts the strategy of dynamic assignment priority, when creating thread, can be according to different with based on operating system of the situation of current thread, and corresponding priority of dynamic assignment makes the convenient transplanting of this system like this.
For making the purpose, technical solutions and advantages of the present invention clearer,, the present invention is described in further detail below in conjunction with drawings and the specific embodiments.
Method embodiment
According to embodiments of the invention, provide a kind of mobile terminal system thread pool implementation method.
Fig. 1 is the process flow diagram according to the mobile terminal system thread pool implementation method of the embodiment of the invention, and as shown in Figure 1, this method comprises:
Step S102 creates thread pool according to the thread parameter information of gathering in advance, and wherein, the thread parameter information comprises: number of threads, thread priority, thread stacks size;
Step S104, the worker thread of creative management thread pool;
Step S106, worker thread receiving thread solicited message, and the thread in the thread pool is carried out respective handling according to the type of thread request information.
Create before the thread pool in step S102, at first need to carry out data acquisition, the parameter that needs to gather in advance comprises:
1, estimates the quantity of business, assembly, to determine the thread initial number in the thread pool;
2, determine priority limit professional, assembly, the priority of definite reference man's machine interactive interface thread of this priority limit, priority professional, assembly should be less than or equal to the priority of human-computer interaction interface thread;
3, estimate the storehouse size of business, assembly thread, the big I of the storehouse of the thread of actual creation is slightly larger than estimates the storehouse size.
The strategy of above-mentioned predefine parameter can be called tactful A.After carrying out above-mentioned data acquisition, just can be according to the data creation thread pool of gathering.
Fig. 2 is according to the initialized process flow diagram of the thread pool of the embodiment of the invention, and the initialized process of thread pool pre-creates each thread and worker thread in the thread pool exactly, as shown in Figure 2, comprising:
Step S202 creates a record information list, and this record information list is preserved as a global variable.
Step S204 creates thread according to tactful A, creates thread according to the following parameter of above-mentioned collection: the priority of thread pool center line pond quantity, each thread, each thread preset the storehouse size.Promptly hang up this thread after creating.
Step S206 creates a recorded information node, and thread is added to record information list as the node of record information list, with the ordering of the node in the record information list, preferably, according to the storehouse rank order from small to large of node.Fig. 3 is the synoptic diagram according to the record information list of the embodiment of the invention, as shown in Figure 3, the parameter of the node in the record information list comprises: information such as thread title, thread service marking parameter, priority, storehouse size and remarks, initial setting up service marking position are idle.
Step S208 creates the worker thread that is used for the management thread pond, creates after this worker thread, i.e. the information that sends to worker thread is accepted and handled in circulation.
Fig. 4 is the workflow diagram according to the worker thread of the embodiment of the invention, and as shown in Figure 4, this flow process comprises:.
Step S402, the worker thread circulation receives request message;
Step S404 judges whether the request message that receives is the thread creation solicited message.When business or assembly need be from thread pool dynamic creation threads, send a thread creation solicited message to worker thread, comprise parameters such as thread title, thread stacks size in this solicited message.That if worker thread receives is then execution in step S406 of thread creation solicited message, otherwise execution in step S416.
Step S406, whether judge has idle thread in the thread pool, if execution in step S408 then, otherwise execution in step S410;
Step S408, worker thread traversal record information table, seeking a zone bit uses for idle thread, when having the thread of a plurality of free time, select according to following strategy: select priority minimum, storehouse is minimum and satisfy thread more than or equal to the storehouse size requirements of request.This strategy can be called tactful B.
Step S410 if all threads all are in user mode in the current thread, then creates a new thread to the operating system nucleus application, and establishment information record node is linked in the information record sheet.The strategy of creating is according to following strategy, this strategy is called tactful C: priority will drop on to be used within the priority limit, the storehouse size is according to size professional, components request, and the new information record tabulation of creating need join according to order from small to large in the global information record sheet.
Step S412 determines to enable behind the thread this thread in the thread pool, and this thread dispatching application, assembly entrance function are started working.
Step S414, the zone bit of putting this thread upgrades record information list in using.
Step S416 judges whether the request message that receives is that thread is cancelled solicited message.When business or assembly need withdraw from, then be a process of destroying thread in the thread pool, professional, assembly initiates to withdraw from the process of thread, sends a thread and cancels solicited message to worker thread.What if worker thread received is that thread is cancelled then execution in step S418 of solicited message, otherwise execution in step S402;
Step S418 after worker thread is received request, then hangs up this business thread immediately, for sub-distribution use down;
Step S420, the zone bit of putting this thread upgrades record information list for idle.
Through above-mentioned processing, can realize on based on different mobile terminal operating systems dynamic flexible establishment, withdraw from the Service Component thread.
Further understand technical solution of the present invention with reference to figure 5.Fig. 5 is the Service Component use process flow diagram according to the embodiment of the invention, and as shown in Figure 5, current thread is called and created or withdraw from the thread interface, initiates thread creation or withdraws from request; Current thread sends message to worker thread; Worker thread is received message, creates or withdraw from action according to message dissimilar.
Device embodiment
According to embodiments of the invention, also provide a kind of mobile terminal system thread pool implement device.
Fig. 6 is the block diagram according to the mobile terminal system thread pool implement device of the embodiment of the invention, and as shown in Figure 6, this device comprises:
Data acquisition module 10 is used for the collecting thread parameter information, and the thread parameter information comprises: number of threads, thread priority, thread stacks size;
Thread pool creation module 20 is used for creating thread pool according to the thread parameter information of data collecting module collected;
Worker thread creation module 30 is used for the worker thread of creative management thread pool, and worker thread carries out respective handling according to the type of the thread request information that receives to the thread in the thread pool.
With reference to figure 6, this device also comprises: record information list is set up module 40, is used to set up record information list, with the node of thread as record information list, wherein, the parameter information of the node of record information list comprises: thread title, thread stacks size, thread priority, service marking.
By above-mentioned module, can handle accordingly according to the thread request information that receives, wherein, the type of thread request information comprise following one of at least: thread creation solicited message, thread are cancelled solicited message.Concrete processing procedure please refer to Fig. 4, does not give unnecessary details herein.
To sum up, the technique scheme according to the present invention, by creating thread pool according to the thread parameter information of gathering in advance, and the worker thread of creative management thread pool carries out respective handling to the thread request information that receives to thread, can realize on based on different operating system dynamic flexible establishment, withdraw from the Service Component thread, satisfy the demand professional on the mobile terminal system such as mobile phone, that assembly increases fast, also satisfied transplantable requirement in addition.
The above is embodiments of the invention only, is not limited to the present invention, and for a person skilled in the art, the present invention can have various changes and variation.Within the spirit and principles in the present invention all, any modification of being done, be equal to replacement, improvement etc., all should be included within the claim scope of the present invention.

Claims (9)

1. a mobile terminal system thread pool implementation method is characterized in that, comprising:
Create thread pool according to the thread parameter information of gathering in advance, wherein, described thread parameter information comprises: number of threads, thread priority, thread stacks size;
The worker thread of the described thread pool of creative management;
Described worker thread receiving thread solicited message, and the thread in the described thread pool is carried out respective handling according to the type of described thread request information.
2. method according to claim 1 is characterized in that, the type of described thread request information comprise following one of at least: thread creation solicited message, thread are cancelled solicited message.
3. method according to claim 2 is characterized in that, before creating described thread pool, described method further comprises:
Set up record information list;
After creating described thread pool, with the node of described thread as described record information list, wherein, the parameter information of the node of described record information list comprises: thread title, thread stacks size, thread priority, service marking.
4. method according to claim 3 is characterized in that, described thread request information is described thread creation solicited message, and described worker thread carries out respective handling according to the type of described thread request information to described thread, further comprises:
Described worker thread travels through described record information list, enables wherein idle described thread;
If there is the thread of a plurality of free time in the described record information list, then one of at least select to enable according to following strategy: priority is minimum; Or the minimum and satisfied storehouse size of storehouse more than or equal to the thread creation solicited message.
5. method according to claim 4 is characterized in that, if there is not idle thread in the described record information list, then creates new thread again.
6. method according to claim 3 is characterized in that, described thread request information is that described thread is cancelled solicited message, and described worker thread carries out respective handling according to the type of described thread request information to described thread, further comprises:
Described worker thread is hung up described professional thread.
7. a mobile terminal system thread pool implement device is characterized in that, comprising:
Data acquisition module is used for the collecting thread parameter information, and described thread parameter information comprises: number of threads, thread priority, thread stacks size;
The thread pool creation module is used for creating thread pool according to the thread parameter information of described data collecting module collected;
The worker thread creation module is used for the worker thread of the described thread pool of creative management, and described worker thread carries out respective handling according to the type of the thread request information that receives to the thread in the described thread pool.
8. device according to claim 7 is characterized in that, the type of described thread request information comprise following one of at least: thread creation solicited message, thread are cancelled solicited message.
9. device according to claim 8 is characterized in that, further comprises:
Record information list is set up module, be used to set up record information list, with the node of described thread as described record information list, wherein, the parameter information of the node of described record information list comprises: thread title, thread stacks size, thread priority, service marking.
CN200910215897.9A 2009-12-31 2009-12-31 Method and device for realizing mobile terminal system thread pool Pending CN101777008A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN200910215897.9A CN101777008A (en) 2009-12-31 2009-12-31 Method and device for realizing mobile terminal system thread pool
PCT/CN2010/073225 WO2010148884A1 (en) 2009-12-31 2010-05-25 Method and apparatus for thread processing in mobile terminal system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910215897.9A CN101777008A (en) 2009-12-31 2009-12-31 Method and device for realizing mobile terminal system thread pool

Publications (1)

Publication Number Publication Date
CN101777008A true CN101777008A (en) 2010-07-14

Family

ID=42513478

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910215897.9A Pending CN101777008A (en) 2009-12-31 2009-12-31 Method and device for realizing mobile terminal system thread pool

Country Status (2)

Country Link
CN (1) CN101777008A (en)
WO (1) WO2010148884A1 (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101980170A (en) * 2010-10-20 2011-02-23 北京星网锐捷网络技术有限公司 Communication method, system and device for software module in microkernel system
CN102360310A (en) * 2011-09-28 2012-02-22 中国电子科技集团公司第二十八研究所 Multitask process monitoring method and system in distributed system environment
CN102662732A (en) * 2012-02-07 2012-09-12 中山爱科数字科技股份有限公司 Double-drive thread pool model
CN103179294A (en) * 2013-03-12 2013-06-26 厦门亿联网络技术股份有限公司 Method for preventing task congestion in VOIP (voice over internet protocols) phone through thread pool
CN104699498A (en) * 2014-12-10 2015-06-10 上海斐讯数据通信技术有限公司 Android platform based optimization method for asynchronously loading picture through list control
CN105791254A (en) * 2014-12-26 2016-07-20 阿里巴巴集团控股有限公司 Network request processing method, device and terminal
CN105930208A (en) * 2016-04-01 2016-09-07 广州华多网络科技有限公司 Thread scheduling method and thread scheduling apparatus
CN106020954A (en) * 2016-05-13 2016-10-12 深圳市永兴元科技有限公司 Thread management method and device
CN106330878A (en) * 2016-08-18 2017-01-11 乐视控股(北京)有限公司 Method and device for managing video streaming resolution
CN107450978A (en) * 2016-05-31 2017-12-08 北京京东尚科信息技术有限公司 The thread management method and device of distributed system
TWI647565B (en) * 2016-03-31 2019-01-11 物聯智慧科技(深圳)有限公司 Calculation system and method for calculating stack size
TWI662475B (en) * 2016-04-15 2019-06-11 納寶股份有限公司 Application producing apparatus and method and application driving apparatus
CN110262933A (en) * 2015-09-10 2019-09-20 阿里巴巴集团控股有限公司 Test method, test device and storage medium
CN110413390A (en) * 2019-07-24 2019-11-05 深圳市盟天科技有限公司 Thread task processing method, device, server and storage medium
CN110502320A (en) * 2018-05-18 2019-11-26 杭州海康威视数字技术股份有限公司 Thread priority method of adjustment, device, electronic equipment and storage medium
CN111327513A (en) * 2019-12-26 2020-06-23 中国平安财产保险股份有限公司 Message data pushing method and device, computer equipment and storage medium

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108259557A (en) * 2017-12-05 2018-07-06 南京大学 A kind of implementation of the sensor data acquisition system based on C/S frameworks
CN108345499B (en) * 2018-02-01 2019-05-17 平安科技(深圳)有限公司 Unified thread pool processing method, application server and computer readable storage medium
CN111597019A (en) * 2020-04-22 2020-08-28 深圳中兴网信科技有限公司 Call request processing method, device, terminal and computer readable storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6604125B1 (en) * 1999-09-24 2003-08-05 Sun Microsystems, Inc. Mechanism for enabling a thread unaware or non thread safe application to be executed safely in a multi-threaded environment
GB0524008D0 (en) * 2005-11-25 2006-01-04 Ibm Method and system for controlling the processing of requests for web resources

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101980170B (en) * 2010-10-20 2012-09-05 北京星网锐捷网络技术有限公司 Communication method, system and device for software module in microkernel system
CN101980170A (en) * 2010-10-20 2011-02-23 北京星网锐捷网络技术有限公司 Communication method, system and device for software module in microkernel system
CN102360310B (en) * 2011-09-28 2014-03-26 中国电子科技集团公司第二十八研究所 Multitask process monitoring method in distributed system environment
CN102360310A (en) * 2011-09-28 2012-02-22 中国电子科技集团公司第二十八研究所 Multitask process monitoring method and system in distributed system environment
CN102662732A (en) * 2012-02-07 2012-09-12 中山爱科数字科技股份有限公司 Double-drive thread pool model
CN103179294B (en) * 2013-03-12 2015-04-08 厦门亿联网络技术股份有限公司 Method for preventing task congestion in VOIP (voice over internet protocols) phone through thread pool
CN103179294A (en) * 2013-03-12 2013-06-26 厦门亿联网络技术股份有限公司 Method for preventing task congestion in VOIP (voice over internet protocols) phone through thread pool
CN104699498A (en) * 2014-12-10 2015-06-10 上海斐讯数据通信技术有限公司 Android platform based optimization method for asynchronously loading picture through list control
CN104699498B (en) * 2014-12-10 2017-11-03 上海斐讯数据通信技术有限公司 The optimization method by list control Asynchronous loading picture based on Android platform
CN105791254A (en) * 2014-12-26 2016-07-20 阿里巴巴集团控股有限公司 Network request processing method, device and terminal
CN110262933B (en) * 2015-09-10 2023-05-02 阿里巴巴集团控股有限公司 Test method, test device, and storage medium
CN110262933A (en) * 2015-09-10 2019-09-20 阿里巴巴集团控股有限公司 Test method, test device and storage medium
TWI647565B (en) * 2016-03-31 2019-01-11 物聯智慧科技(深圳)有限公司 Calculation system and method for calculating stack size
CN105930208A (en) * 2016-04-01 2016-09-07 广州华多网络科技有限公司 Thread scheduling method and thread scheduling apparatus
TWI662475B (en) * 2016-04-15 2019-06-11 納寶股份有限公司 Application producing apparatus and method and application driving apparatus
US10579218B2 (en) 2016-04-15 2020-03-03 Naver Corporation Application producing apparatus, system, method, and non-transitory computer readable medium
CN106020954A (en) * 2016-05-13 2016-10-12 深圳市永兴元科技有限公司 Thread management method and device
CN107450978A (en) * 2016-05-31 2017-12-08 北京京东尚科信息技术有限公司 The thread management method and device of distributed system
CN106330878A (en) * 2016-08-18 2017-01-11 乐视控股(北京)有限公司 Method and device for managing video streaming resolution
CN110502320A (en) * 2018-05-18 2019-11-26 杭州海康威视数字技术股份有限公司 Thread priority method of adjustment, device, electronic equipment and storage medium
CN110413390A (en) * 2019-07-24 2019-11-05 深圳市盟天科技有限公司 Thread task processing method, device, server and storage medium
CN111327513A (en) * 2019-12-26 2020-06-23 中国平安财产保险股份有限公司 Message data pushing method and device, computer equipment and storage medium
CN111327513B (en) * 2019-12-26 2022-09-13 中国平安财产保险股份有限公司 Message data pushing method and device, computer equipment and storage medium

Also Published As

Publication number Publication date
WO2010148884A1 (en) 2010-12-29

Similar Documents

Publication Publication Date Title
CN101777008A (en) Method and device for realizing mobile terminal system thread pool
CN107241281B (en) Data processing method and device
CN102387222B (en) Address distribution method, apparatus and system thereof
CN101188814A (en) A cluster communication system and implementation method for terminal network establishment
CN106302632A (en) The method for down loading of a kind of foundation image and management node
CN104468223B (en) A kind of data center calculates, stored, the network equipment manages distribution method automatically
CN101655795B (en) Method for creating service embodiment and system thereof
CN102711139A (en) Data flow counting method and terminal
CN104504010B (en) The data collecting system and its acquisition method of a kind of multi-to-multi
CN103516759A (en) Cloud system resource management method, cloud call center seat management method and cloud system
CN107589990A (en) A kind of method and system of the data communication based on thread pool
CN103516880B (en) A kind of method and apparatus sending note
CN108924880A (en) It is a kind of can automatic flow cutting transfer flow distributing system and its distribution method
CN105430597A (en) Bluetooth device, and Bluetooth Scatternet networking method and device thereof
CN101159972B (en) Traffic processing method and system and traffic control point
CN110782223A (en) General workflow device of OA system and general workflow implementation method
CN106874123A (en) The method and system of multiple line distance management WAP
CN102882768B (en) Resource distribution method, device and system based on multilayer user classification
CN104079431A (en) Instant-messaging session management method and session management device
CN101924841B (en) Building and control method of a kind of call center and data center's distributed frame
CN108446141B (en) Web front-end plug-in and method for scheduling and communicating based on same
CN104125622A (en) Configuration method of access system, equipment and system
CN102904739A (en) Method for realizing event transmission and common information model (CIM) server
CN105812178A (en) Terminal upgrade method and terminal
CN101847153B (en) Dynamic data processing method and device

Legal Events

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

Application publication date: 20100714