CN111897643A - Thread pool configuration system, method, device and storage medium - Google Patents

Thread pool configuration system, method, device and storage medium Download PDF

Info

Publication number
CN111897643A
CN111897643A CN202010778147.9A CN202010778147A CN111897643A CN 111897643 A CN111897643 A CN 111897643A CN 202010778147 A CN202010778147 A CN 202010778147A CN 111897643 A CN111897643 A CN 111897643A
Authority
CN
China
Prior art keywords
thread pool
service
configuration
parameter information
thread
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
CN202010778147.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.)
Shenzhen Dingsheng Computer Technology Co ltd
Original Assignee
Shenzhen Dingsheng Computer 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 Shenzhen Dingsheng Computer Technology Co ltd filed Critical Shenzhen Dingsheng Computer Technology Co ltd
Priority to CN202010778147.9A priority Critical patent/CN111897643A/en
Publication of CN111897643A publication Critical patent/CN111897643A/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

Abstract

The embodiment of the invention discloses a thread pool configuration system, a method, a device and a storage medium. The system comprises: a management terminal; the management end comprises a configuration management platform, wherein the configuration management platform is used for displaying parameter information configured by the thread pool of each service and updating the parameter information configured by the thread pool of each service in response to the adjustment operation of the parameter information configured by the thread pool of each service; the configuration management platform is further configured to update the thread pool configuration based on the updated parameter information of the thread pool configuration. The unified management of the thread pool configuration of each service is realized, and the real-time dynamic adjustment and visualization of the thread pool configuration parameters are realized.

Description

Thread pool configuration system, method, device and storage medium
Technical Field
The embodiment of the invention relates to the internet technology, in particular to a thread pool configuration system, a thread pool configuration method, a thread pool configuration device and a storage medium.
Background
With the rapid development of the internet industry, the business is more and more complicated, and the traditional serial computing is difficult to meet the current requirements. Multithreading parallel computing gradually becomes one of important means for increasing service experience and improving server performance.
Currently, in the project development, as long as the thread pool is used, the thread pool threadpoolsexecutor class provided by j.u.c is used to initialize the thread pool to provide service usage. The current thread pool is applied to various projects, and the configuration information of the thread pool is independently maintained by development. The configuration parameters of the thread pool correspond to different service scenes and machine instances, so the number of the configuration parameters of the thread pool is large, and the following problems exist in the configuration of the thread pool at present:
1. and after the business end calls the corresponding thread pool configuration concurrent version, if a problem occurs, modifying the configuration code of the thread pool, and then re-transmitting the configuration code of the thread pool, so that the workload of programmers is increased.
2. Each service has different thread pool configurations, and if the thread pool configuration of a service needs to be checked, the thread pool configuration of the service needs to be checked by inquiring codes of the thread pool of the service, so that the efficiency is low.
3. The thread pool configuration information among the services is completely closed, communication and learning among the thread pool configurations are not performed, and different development and reference configuration schemes are different for the same service, so that the difference of the configuration schemes is large.
Disclosure of Invention
The embodiment of the invention provides a thread pool configuration system, a thread pool configuration method, a thread pool configuration device and a storage medium, which are used for realizing the unified management of the thread pool configuration of each service and carrying out real-time dynamic adjustment and visualization on the parameters of the thread pool configuration.
In a first aspect, an embodiment of the present invention provides a thread pool configuration system, where the system includes: a management terminal;
the management end comprises a configuration management platform, wherein the configuration management platform is used for displaying parameter information configured by the thread pool of each service and updating the parameter information configured by the thread pool of each service in response to the adjustment operation of the parameter information configured by the thread pool of each service;
the configuration management platform is further configured to update the thread pool configuration based on the updated parameter information of the thread pool configuration.
In a second aspect, an embodiment of the present invention further provides a thread pool configuration method, where the method includes:
a configuration management platform in a management end displays parameter information configured by a thread pool of each service, and updates the parameter information configured by the thread pool of each service in response to the adjustment operation of the parameter information configured by the thread pool of each service;
and updating the thread pool configuration by the configuration management platform based on the updated parameter information of the thread pool configuration.
In a third aspect, an embodiment of the present invention further provides a thread pool configuration device, where the device includes:
the parameter updating module is used for displaying the parameter information configured by the thread pool of each service by a configuration management platform in the management end and updating the parameter information configured by the thread pool of each service in response to the adjustment operation of the parameter information configured by the thread pool of each service;
and the thread pool configuration updating module is used for updating the thread pool configuration by the configuration management platform based on the updated parameter information of the thread pool configuration.
In a fourth aspect, 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 the thread pool configuration method described in any of the embodiments of the present invention.
According to the technical scheme of the embodiment of the invention, the visualization of the parameter information configured for the thread pool of each service and the real-time dynamic adjustment of the parameter information configured for the thread pool of each service are realized by setting the configuration management platform of the management end. And the thread pool configuration of each service is arranged at the management end, so that the thread pool configuration of each service can be managed uniformly, the communication among the thread pool configurations of each service is facilitated, and the thread pool configurations of each service are arranged at the management end but are relatively isolated, so that the services are not influenced by each other. In addition, when the thread pool configuration of the service needs to be checked, the service can be directly checked in the configuration management platform.
Drawings
Fig. 1 is a schematic structural diagram of a thread pool configuration system according to a first embodiment of the present invention;
fig. 2 is a schematic structural diagram of a thread pool configuration system according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a thread pool configuration system in a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of another thread pool configuration system in the third embodiment of the present invention;
FIG. 5 is a flowchart of a thread pool configuration method according to a fourth embodiment of the present invention;
fig. 6 is a schematic structural diagram of a thread pool configuration device in the fifth 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 merely illustrative of the invention and are not limiting of the invention. 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.
Example one
Fig. 1 is a schematic structural diagram of a thread pool configuration system according to an embodiment of the present invention, which is applicable to a situation where thread pool configuration parameters are dynamically adjusted and uniformly managed. As shown in fig. 1, the system includes: a management terminal 10.
The management terminal 10 includes a configuration management platform 11, and the configuration management platform 11 is configured to display parameter information of the thread pool configuration of each service, and update the parameter information of the thread pool configuration of each service in response to an adjustment operation on the parameter information of the thread pool configuration of each service; the configuration management platform 11 is further configured to update the thread pool configuration based on the updated parameter information of the thread pool configuration.
Illustratively, the configuration management console may be a management platform for managing the thread pool configuration of the services. The parameter information of the thread pool configuration of each service can be displayed in the configuration management platform, and the parameter information can be the number of core threads, the maximum number of threads, the idle time of the threads exceeding the number of the core threads, idle time units, used queues and the like.
The configuration management console may display the parameter information of the thread pool configuration of each service by identifying each parameter in the thread pool configuration, for example, by identifying each parameter in the thread pool configuration by a parameter identifier preset for each parameter. And displaying the parameter name and the corresponding parameter value of each parameter in the identified thread pool configuration in the configuration management platform.
The operation of adjusting the parameter information configured for the thread pool of each service may be an operation of editing the parameter information configured for the thread pool of each service. For example, the configuration information may be at least one of parameter information for adding a thread pool configuration of each service, parameter information for deleting a thread pool configuration of each service, and parameter information for modifying a thread pool configuration of each service.
When parameter information configured by a thread pool of a certain service or several services needs to be modified, the configuration management platform can receive an adjustment operation of editing the parameter information configured by the thread pool of the certain service or several services by a user, and the configuration management platform can respond to the adjustment operation to re-edit the parameter information to be edited and update the parameter information configured by the thread pool of the certain service or several services.
The configuration management console may update the thread pool configuration based on the updated parameter information for the thread pool configuration.
In addition, at the position where each parameter in each thread pool configuration is displayed on the configuration management console, an inputtable control for adjusting each parameter in each thread pool configuration may be provided, and the inputtable control may be used to receive an operation for adjusting each parameter in each thread pool configuration by a user.
Correspondingly, the configuration management platform correspondingly modifies the thread pool configurations based on the adjustment operation of each parameter in each thread pool configuration and the parameter names (or identifications) of each parameter in each adjusted thread pool configuration.
Therefore, by setting the configuration management platform of the management end, the visualization of the parameter information configured for the thread pool of each service and the real-time dynamic adjustment of the parameter information configured for the thread pool of each service are realized. And the thread pool configuration of each service is arranged at the management end, so that the thread pool configuration of each service can be managed uniformly, the communication among the thread pool configurations of each service is facilitated, and the thread pool configurations of each service are arranged at the management end but are relatively isolated, so that the services are not influenced by each other. In addition, when the thread pool configuration of the service needs to be checked, the service can be checked directly in the configuration management platform.
According to the technical scheme of the embodiment of the invention, the visualization of the parameter information configured for the thread pool of each service and the real-time dynamic adjustment of the parameter information configured for the thread pool of each service are realized by setting the configuration management platform of the management end. And the thread pool configuration of each service is arranged at the management end, so that the thread pool configuration of each service can be managed uniformly, the communication among the thread pool configurations of each service is facilitated, and the thread pool configurations of each service are arranged at the management end but are relatively isolated, so that the services are not influenced by each other. In addition, when the thread pool configuration of the service needs to be checked, the service can be directly checked in the configuration management platform.
Example two
Fig. 2 is a schematic structural diagram of a thread pool configuration system according to a second embodiment of the present invention, and the second embodiment of the present invention may be combined with various alternatives in the foregoing embodiments. In this embodiment of the present invention, optionally, the management end 10 further includes: a rights management station 12, a monitoring management station 13 and an alarm management station 14 communicatively connected to the configuration management station 11.
Optionally, the monitoring management platform 13 is configured to view thread pool operation information of each service, where the thread pool operation information at least includes: the method comprises the steps of obtaining a thread pool running state, thread pool queue accumulation information and thread pool load information; and the authority management station 12 is used for setting authority for parameter information configured by the thread pool of each service.
For example, the monitoring management console may be used for a platform for monitoring the running information of the thread pool. The thread pool running information herein may include, but is not limited to: thread pool running state, thread pool queue accumulation information and thread pool load information.
In addition, the monitoring management station can be used for viewing information such as current thread pool configuration, current acquired thread number, queue accumulated waiting task number, strategy rejection number, task execution number and the like of each service.
Here, the monitoring management station has the advantages that: therefore, the thread pool configuration condition of each service can be known in real time through the monitoring management platform.
The authority management station 12 may be a platform for setting authority for parameter information configured for a thread pool of each service. For example, there are 2 thread pool configured parameter information of a and B, and it can be set that programmer a has the authority to adjust the parameter information of a thread pool configuration, and programmer B has the authority to adjust the parameter information of B thread pool configuration. Therefore, only programmers with corresponding authorities can adjust the parameter information of the thread pool configuration corresponding to the authorities owned by the programmers, and the safety of the thread pool configuration of each service is guaranteed.
Optionally, the alarm management station 14 is configured to generate alarm information for the thread pool operation information that exceeds the respective preset threshold in the thread pool operation information.
For example, the respective preset threshold may be a threshold corresponding to the preset running information of each thread pool. And when the running information of each thread pool exceeds the corresponding preset threshold value, the alarm management station generates alarm information.
Therefore, whether the running information of each thread pool exceeds the corresponding preset threshold value or not can be known in real time, so that corresponding measures can be taken based on the alarm information, and the configuration of each thread pool is protected.
According to the technical scheme of the embodiment of the invention, the monitoring management platform is arranged, so that the thread pool configuration condition of each service can be known in real time through the monitoring management platform. By setting the authority management table, only programmers with corresponding authorities can adjust the parameter information of the thread pool configuration corresponding to the authority owned by the programmers, so that the safety of the thread pool configuration of each service is guaranteed. By arranging the alarm management platform, whether the operation information of each thread pool exceeds the corresponding preset threshold value or not can be known in real time, so that corresponding measures can be taken based on the alarm information, and the configuration of each thread pool is protected.
EXAMPLE III
Fig. 3 is a schematic structural diagram of a thread pool configuration system according to a third embodiment of the present invention, and the third embodiment of the present invention may be combined with various alternatives in the foregoing embodiments. In this embodiment of the present invention, optionally, the system further includes: a database terminal 20 and a service terminal 30 which are connected with the management terminal 10 in a communication way.
Optionally, the database 20 is configured to receive and store the thread pool configuration, and send the thread pool configuration corresponding to each service to the service end 30 based on an application program interface between the service end 30 and the database; and the service end 30 is electrically connected with the database end 20 based on an application program interface, and is configured to receive the thread pool configuration corresponding to each service sent by the database end 20, and concurrently version each thread pool configuration.
The database side may be a database, for example. For example, it may be a relational database.
When the management side 10 sends the thread pool configuration of the adjusted service to the database side 20, the database side 20 may store it permanently. The service end 30 is connected with the database end 20 through an application program interface, so that the database end 20 can send the updated thread pool configuration to the service end 30, and the service end issues the updated thread pool configuration based on the obtained thread pool configuration to realize the operation of the service. The business service here may be, for example, an order service, a billing service, a payment service, and the like.
It should be noted that, referring to the schematic structural diagram of the thread pool configuration system described in fig. 4, the database 20 may also synchronize the thread pool configuration to a service configuration (e.g., apollo) of the system, the service configuration of the system pulls the thread pool configuration to be configured from the service end 30, and the service configuration of the system pushes the corresponding thread pool configuration to the service corresponding to the service end.
Correspondingly, the alarm management console 14 may also report the thread pool operation information exceeding the respective preset threshold to the service end 30, so that the user may know the alarm information in real time and may take corresponding measures for the alarm information.
According to the technical scheme of the embodiment of the invention, the updated thread pool configuration information can be permanently stored by setting the database end, so that the loss of the thread pool configuration information is avoided. By setting the database end, the service end does not need to re-version and modify the thread pool after receiving the updated thread pool configuration, thereby improving the service performance.
Example four
Fig. 5 is a flowchart of a thread pool configuration method according to a fourth embodiment of the present invention, and as shown in fig. 5, the method specifically includes the following steps:
s110, the configuration management platform in the management end displays the parameter information configured by the thread pool of each service, and updates the parameter information configured by the thread pool of each service in response to the adjustment operation of the parameter information configured by the thread pool of each service.
And S120, updating the thread pool configuration by the configuration management platform based on the updated parameter information of the thread pool configuration.
Optionally, the parameter information configured by the thread pool at least includes: core thread count, maximum thread count, idle time of threads exceeding core thread count, idle time units, and queues used.
According to the technical scheme of the embodiment of the invention, the configuration management platform in the management end displays the parameter information configured by the thread pool of each service, updates the parameter information configured by the thread pool of each service in response to the adjustment operation of the parameter information configured by the thread pool of each service, and updates the thread pool configuration based on the updated parameter information configured by the thread pool. The visualization of the parameter information configured for the thread pool of each service and the real-time dynamic adjustment of the parameter information configured for the thread pool of each service are realized. And the thread pool configuration of each service is arranged at the management end, so that the thread pool configuration of each service can be managed uniformly, the communication among the thread pool configurations of each service is facilitated, and the thread pool configurations of each service are arranged at the management end but are relatively isolated, so that the services are not influenced by each other. In addition, when the thread pool configuration of the service needs to be checked, the service can be directly checked in the configuration management platform.
EXAMPLE five
Fig. 6 is a schematic structural diagram of a thread pool configuration device according to a fifth embodiment of the present invention, as shown in fig. 6, the device includes: a parameter update module 31 and a thread pool configuration update module 32.
A parameter updating module 31, configured to display, by a configuration management platform in a management end, parameter information configured by the thread pool of each service, and update, in response to an adjustment operation on the parameter information configured by the thread pool of each service, the parameter information configured by the thread pool of each service;
a thread pool configuration updating module 32, configured to update the thread pool configuration by the configuration management platform based on the updated parameter information of the thread pool configuration.
The thread pool configuration device provided by the embodiment of the invention can execute the thread pool configuration method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
EXAMPLE six
An embodiment of the present invention also provides a storage medium containing computer-executable instructions, which when executed by a computer processor, perform a thread pool configuration method.
Of course, the storage medium containing the computer-executable instructions provided by the embodiments of the present invention is not limited to the method operations described above, and may also perform related operations in the thread pool configuration method provided by any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which may be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the thread pool configuration device, each unit and each module included in the embodiment are only divided according to functional logic, but are not limited to the above division, as long as the corresponding function can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
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 thread pool configuration system, comprising: a management terminal;
the management end comprises a configuration management platform, wherein the configuration management platform is used for displaying parameter information configured by the thread pool of each service and updating the parameter information configured by the thread pool of each service in response to the adjustment operation of the parameter information configured by the thread pool of each service;
the configuration management platform is further configured to update the thread pool configuration based on the updated parameter information of the thread pool configuration.
2. The system according to claim 1, wherein the parameter information of the thread pool configuration at least comprises: core thread count, maximum thread count, idle time of threads exceeding core thread count, idle time units, and queues used.
3. The system of claim 1, wherein the management side further comprises: the authority management station and the monitoring management station are in communication connection with the configuration management station;
the monitoring management platform is configured to view thread pool operation information of each service, where the thread pool operation information at least includes: the method comprises the steps of obtaining a thread pool running state, thread pool queue accumulation information and thread pool load information;
and the authority management platform is used for setting authority to the parameter information configured by the thread pool of each service.
4. The system of claim 1, further comprising: the database end and the service end are in communication connection with the management end;
the database terminal is used for receiving and storing the thread pool configuration, and sending the thread pool configuration corresponding to each service to the service terminal based on an application program interface between the database terminal and the service terminal;
and the service end is electrically connected with the database end on the basis of the application program interface and is used for receiving the thread pool configuration corresponding to each service sent by the database end and concurrently publishing each thread pool configuration.
5. The system of claim 4, wherein the management side further comprises: the alarm management platform is in communication connection with the monitoring management platform;
and the alarm management platform is used for reporting the thread pool running information exceeding the respective preset threshold value in the thread pool running information to the service terminal.
6. The system of claim 1, wherein the database is a relational database.
7. A method for configuring a thread pool, the method comprising:
a configuration management platform in a management end displays parameter information configured by a thread pool of each service, and updates the parameter information configured by the thread pool of each service in response to the adjustment operation of the parameter information configured by the thread pool of each service;
and updating the thread pool configuration by the configuration management platform based on the updated parameter information of the thread pool configuration.
8. The method according to claim 7, wherein the parameter information of the thread pool configuration at least comprises: core thread count, maximum thread count, idle time of threads exceeding core thread count, idle time units, and queues used.
9. A thread pool configuration apparatus, comprising:
the parameter updating module is used for displaying the parameter information configured by the thread pool of each service by a configuration management platform in the management end and updating the parameter information configured by the thread pool of each service in response to the adjustment operation of the parameter information configured by the thread pool of each service;
and the thread pool configuration updating module is used for updating the thread pool configuration by the configuration management platform based on the updated parameter information of the thread pool configuration.
10. A storage medium containing computer-executable instructions for performing the thread pool configuration method of any of claims 7-8 when executed by a computer processor.
CN202010778147.9A 2020-08-05 2020-08-05 Thread pool configuration system, method, device and storage medium Pending CN111897643A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010778147.9A CN111897643A (en) 2020-08-05 2020-08-05 Thread pool configuration system, method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010778147.9A CN111897643A (en) 2020-08-05 2020-08-05 Thread pool configuration system, method, device and storage medium

Publications (1)

Publication Number Publication Date
CN111897643A true CN111897643A (en) 2020-11-06

Family

ID=73246692

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010778147.9A Pending CN111897643A (en) 2020-08-05 2020-08-05 Thread pool configuration system, method, device and storage medium

Country Status (1)

Country Link
CN (1) CN111897643A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113268330A (en) * 2021-05-28 2021-08-17 中国银行股份有限公司 Thread pool parameter adjusting method and device
CN115794391A (en) * 2022-11-24 2023-03-14 灵犀科技有限公司 Method and system for dynamically modifying thread pool parameter configuration on line

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017049912A1 (en) * 2015-09-25 2017-03-30 中兴通讯股份有限公司 Service processing method adopted by jslee container and system utilizing same
CN107341050A (en) * 2016-04-28 2017-11-10 北京京东尚科信息技术有限公司 Service processing method and device based on dynamic thread pool
CN108345499A (en) * 2018-02-01 2018-07-31 平安科技(深圳)有限公司 Unified thread pool processing method, application server and computer readable storage medium
CN109582472A (en) * 2018-10-19 2019-04-05 华为技术有限公司 A kind of micro services processing method and equipment
CN109814994A (en) * 2019-01-03 2019-05-28 福建天泉教育科技有限公司 A kind of method and terminal of dynamic dispatching thread pool
CN111124540A (en) * 2019-12-24 2020-05-08 平安养老保险股份有限公司 Dynamic configuration method and service request forwarding method of service control system
CN111371645A (en) * 2020-02-28 2020-07-03 平安养老保险股份有限公司 Method, system, computer equipment and storage medium for testing service connectivity

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017049912A1 (en) * 2015-09-25 2017-03-30 中兴通讯股份有限公司 Service processing method adopted by jslee container and system utilizing same
CN107341050A (en) * 2016-04-28 2017-11-10 北京京东尚科信息技术有限公司 Service processing method and device based on dynamic thread pool
CN108345499A (en) * 2018-02-01 2018-07-31 平安科技(深圳)有限公司 Unified thread pool processing method, application server and computer readable storage medium
CN109582472A (en) * 2018-10-19 2019-04-05 华为技术有限公司 A kind of micro services processing method and equipment
CN109814994A (en) * 2019-01-03 2019-05-28 福建天泉教育科技有限公司 A kind of method and terminal of dynamic dispatching thread pool
CN111124540A (en) * 2019-12-24 2020-05-08 平安养老保险股份有限公司 Dynamic configuration method and service request forwarding method of service control system
CN111371645A (en) * 2020-02-28 2020-07-03 平安养老保险股份有限公司 Method, system, computer equipment and storage medium for testing service connectivity

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113268330A (en) * 2021-05-28 2021-08-17 中国银行股份有限公司 Thread pool parameter adjusting method and device
CN115794391A (en) * 2022-11-24 2023-03-14 灵犀科技有限公司 Method and system for dynamically modifying thread pool parameter configuration on line

Similar Documents

Publication Publication Date Title
CN104199957B (en) A kind of implementation method of Redis general-purpose proxies
CN110661658B (en) Node management method and device of block chain network and computer storage medium
CN108076098A (en) A kind of method for processing business and system
CN113778623B (en) Resource processing method and device, electronic equipment and storage medium
CN112104486A (en) Kubernetes container-based network endpoint slicing method and system
US11347745B2 (en) Real-time processing of event-based streaming with NoSQL databases
CN111274052A (en) Data distribution method, server, and computer-readable storage medium
CN111897643A (en) Thread pool configuration system, method, device and storage medium
CN107391622B (en) Data access method and equipment
CN111459639A (en) Distributed task management platform and method supporting global multi-machine-room deployment
CN111064626B (en) Configuration updating method, device, server and readable storage medium
CN113076186B (en) Task processing method, device, electronic equipment and storage medium
CN110519354A (en) A kind of distributed objects storage system and its method for processing business and storage medium
CN113220342A (en) Centralized configuration method and device, electronic equipment and storage medium
CN116450353A (en) Processor core matching method and device, electronic equipment and storage medium
CN115328664B (en) Message consumption method, device, equipment and medium
CN103051478A (en) Large-capacity telecommunication network management system as well as setting and application methods thereof
CN113872951B (en) Hybrid cloud security policy issuing method and device, electronic equipment and storage medium
CN116032614A (en) Container network micro-isolation method, device, equipment and medium
CN111435356A (en) Data feature extraction method and device, computer equipment and storage medium
CN114553859A (en) BMC configuration management method and device, electronic equipment and storage medium
CN115061947A (en) Resource management method, device, equipment and storage medium
CN110768855B (en) Method and device for testing linkmzation performance
CN114020368A (en) Information processing method and device based on state machine and storage medium
CN113746676A (en) Container cluster-based network card management method, device, equipment, medium and product

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