CN106339217B - Event management method and system based on Unity - Google Patents

Event management method and system based on Unity Download PDF

Info

Publication number
CN106339217B
CN106339217B CN201610686256.1A CN201610686256A CN106339217B CN 106339217 B CN106339217 B CN 106339217B CN 201610686256 A CN201610686256 A CN 201610686256A CN 106339217 B CN106339217 B CN 106339217B
Authority
CN
China
Prior art keywords
event
call back
back function
template
module
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.)
Active
Application number
CN201610686256.1A
Other languages
Chinese (zh)
Other versions
CN106339217A (en
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.)
Fujian Tianquan Educational Technology Ltd
Original Assignee
Fujian Tianquan Educational Technology 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 Fujian Tianquan Educational Technology Ltd filed Critical Fujian Tianquan Educational Technology Ltd
Priority to CN201610686256.1A priority Critical patent/CN106339217B/en
Publication of CN106339217A publication Critical patent/CN106339217A/en
Application granted granted Critical
Publication of CN106339217B publication Critical patent/CN106339217B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The present invention provides a kind of event management method and system based on Unity, method includes: incident management center predeterminable event processing template, and the event handling template includes the ID and the corresponding call back function of an event of an event;When incident management center listens to event, the ID according to the event judges whether the event is event in event handling template;If it is not, then obtaining the corresponding call back function of the event;Event handling template corresponding with the event is preset according to the ID of the event and corresponding call back function.If the event listened to is the event in pre-set event handling template, the call back function in template is called directly, avoids re-defining for event;If the event listened to is the event not having in event handling template, for the event predeterminable event processing template, thus when listening to the event next time, it can be directly using the call back function in event handling template.

Description

Event management method and system based on Unity
Technical field
The present invention relates to incident management technology more particularly to a kind of event management methods and system based on Unity.
Background technique
With the development of network technology, for event monitoring using more and more extensive, people are also increasingly dedicated to optimization event The management method of monitoring.Such as the Chinese patent of 103885757 A of publication number CN, a kind of Javascript event monitoring is provided Management method, comprising: S1, define a buffered event, for storing DOM Document Object Model event monitoring content;S2, will be literary The corresponding actual function of shelves object model event monitoring is all put into event buffer;S2, foundation browser are supported The corresponding each actual function of one event is packaged into a unified event manipulation function as agency by JavascriptAPI Function;S4, when the event triggers, direct trigger event manipulate function, are gone to execute actual function again by the function.However, the party Method is not particularly suited for the incident management of Unity.
The event system that Unity is provided requires user to instantiate an event object when in use, and operation layer needs Know the place for being specifically defined this event, then increase and monitor, is easy for increasing business module degree of being directly coupled in this way, make At repeating to monitor, it is unfavorable for intermodule cooperation, can also improves the maintenance cost of program.
Summary of the invention
The technical problems to be solved by the present invention are: a kind of event management method and system based on Unity is provided, it can It solves the problem of that monitoring, inquiry call back function will be increased when event monitoring each time again.
In order to solve the above-mentioned technical problem, the technical solution adopted by the present invention are as follows:
A kind of event management method based on Unity, comprising:
Incident management center predeterminable event processing template, the event handling template include an event ID and a thing The corresponding call back function of part;
When incident management center listens to event, the ID according to the event judges whether the event is event handling mould Event in plate;
If it is not, then obtaining the corresponding call back function of the event;It is pre- according to the ID of the event and corresponding call back function If event handling template corresponding with the event.
Another technical solution provided by the invention are as follows:
A kind of event management system based on Unity, including incident management center, the incident management center include:
Presetting module is used for predeterminable event processing template, and the event handling template includes the ID and described one of an event The corresponding call back function of event;
Module is monitored, when for listening to event, the ID according to the event judges whether the event is event handling Event in template;
It is corresponding to obtain the event if not being the event in event handling template for the event for presetting module Call back function;Event handling template corresponding with the event is preset according to the ID of the event and corresponding call back function.
The beneficial effects of the present invention are: incident management center predeterminable event processing template, from event processing template Obtain the corresponding all call back functions of the event;When monitoring event, if the event listened to is the thing in event handling template Part then calls directly the call back function in template, without redefining, i.e., has monitored thing without instantiating again Part increases again and monitors and distribute call back function to event, convenient and efficient, accelerates processing speed;If the thing listened to Part is the event not having in event handling template, then after getting the corresponding call back function of the event, for the default packet of the event The ID of the event and the event handling template of corresponding call back function are included, thus when listening to the event next time, Ke Yizhi It connects and handles the event using the call back function in event handling template.The present invention manages event prison concentratedly by incident management center It listens, it is convenient for safeguarding;And by predeterminable event processing template, re-defining for event is avoided.
Detailed description of the invention
Fig. 1 is the flow chart of the event management method based on Unity of one embodiment of the invention;
Fig. 2 is the structural schematic diagram of the event management system based on Unity of one embodiment of the invention;
Fig. 3 is the flow chart of the event management method based on Unity of the embodiment of the present invention one;
Fig. 4 is the process of the predeterminable event processing template of the event management method based on Unity of the embodiment of the present invention one Figure;
Fig. 5 is the flow chart that corresponding call back function is called according to the monitoring list of the embodiment of the present invention two;
Fig. 6 is the structural schematic diagram of the event management system based on Unity of the embodiment of the present invention three;
Fig. 7 is the execution module of the event management system based on Unity of preferred embodiment in the embodiment of the present invention three Structural schematic diagram;
Fig. 8 is the structural schematic diagram of the execution module of the event management system based on Unity of the embodiment of the present invention four.
Label declaration:
100, incident management center;1, presetting module;11, module is obtained;12, module, 13, enquiry module are established;14, it sets Set module;2, module is monitored;3, processing module;4, creation module;5, execution module;51, backup module;52, judgment module;6, Remove module.
Specific embodiment
To explain the technical content, the achieved purpose and the effect of the present invention in detail, below in conjunction with embodiment and cooperate attached Figure is explained.
The most critical design of the present invention is: predeterminable event processing template, and be not event handling template when listening to In event when, the event handling template of the event is preset according to the ID of the event and corresponding call back function.
Explanation of technical terms of the present invention:
Fig. 1 is please referred to, the present invention provides:
A kind of event management method based on Unity, comprising:
Incident management center predeterminable event processing template, the event handling template include an event ID and a thing The corresponding call back function of part;
When incident management center listens to event, the ID according to the event judges whether the event is event handling mould Event in plate;
If it is not, then obtaining the corresponding call back function of the event;It is pre- according to the ID of the event and corresponding call back function If event handling template corresponding with the event.
As can be seen from the above description, the present invention is based on the beneficial effects of the event management method of Unity to be: in incident management When the heart monitors event, if the event listened to is the event in pre-set event handling template, template is called directly In call back function, avoid re-defining for event;If the event listened to is that do not have in event handling template Event, then after getting the corresponding call back function of the event, for the event predeterminable event processing template, to monitor next time It, can be directly using the call back function in event handling template when to the event.The present invention has centralized management event monitoring, dimension Protect convenient advantage.
Further, further includes:
After each predeterminable event processing template, incident management center is that the event in the event handling template creates one The quantity of the call back function stored is empty monitoring list;
If the event that incident management center listens to was not carried out call back function, by the corresponding event handling of the event The monitoring list of the event is added in call back function in template;
Corresponding call back function is called according to the monitoring list.
As can be seen from the above description, incident management center is that corresponding event creates one after predeterminable event processing template List is monitored, when creation, monitors in list and does not store any call back function;When the event that listens to and the event is untreated When, just the call back function of the event is added in the monitoring list of the event, the event is handled further according to list is monitored, avoids To having monitored and processed event is handled again.
It is further, described to call corresponding call back function according to the monitoring list, specifically:
Create the backup for monitoring list;
Successively judge that the call back function in the backup whether there is in the monitoring list;
If so, calling the call back function;If it is not, then skipping the call back function.
As can be seen from the above description, first judging before processing original since call back function may be deleted before treatment Monitoring the call back function in list, whether there is also exist and just call the call back function, there is no the call back function is then skipped, locate Manage next call back function.
Further, the incident management center predeterminable event processing template, specifically:
Incident management center obtains event;Type according to the event is the event establishment ID;
Incident management center is according to ID inquiry and the matched call back function of the ID;
It is preset and the event pair according to the ID of the event and with the matched call back function of the ID at incident management center The event handling template answered.
As can be seen from the above description, being event establishment ID, and inquire and matched with the ID after incident management center gets event Call back function, then be the default event handling template including the ID and call back function of the event;Therefore, when handling event monitoring Corresponding call back function can be called directly according to event handling template.
Further, the incident management center predeterminable event processing template further comprises later:
If detecting, without monitoring, the event handling template is removed for the corresponding event of event handling template.
As can be seen from the above description, when preset event processing template to one or more events, and this or When multiple events does not need to monitor again, corresponding event handling template is deleted, resource occupation is prevented.
Referring to figure 2., another technical solution of the invention are as follows:
A kind of event management system based on Unity, including incident management center 100, the incident management center 100 are wrapped It includes:
Presetting module 1 is used for predeterminable event processing template, and the event handling template includes the ID and described one of an event The corresponding call back function of event;
Module 2 is monitored, when for listening to event, the ID according to the event judges whether the event is event handling Event in template;
It is corresponding to obtain the event if not being the event in event handling template for the event for processing module 3 Call back function;Event handling template corresponding with the event is preset according to the ID of the event and corresponding call back function.
As can be seen from the above description, the present invention is based on the beneficial effects of the event management system of Unity to be: in incident management The heart 100 is by 1 predeterminable event processing template of presetting module, when monitoring module 2 and listening to event, first determine whether the event whether be Event in event handling template, if so, processing module 3 calls directly the calling function in event handling template, nothing Event need to be redefined;If the event listened to is not the event in event handling template, processing module 3 first obtains the event Call back function, then the default event handling template with the event, convenient use when listening to the event next time.
Further, the incident management center 100 further include:
Creation module 4, for after each predeterminable event processing template, being the event creation one in the event handling template The quantity of a stored call back function is empty monitoring list;
If the event listened to was not carried out call back function, by the readjustment in the corresponding event handling template of the event The monitoring list of the event is added in function;
Execution module 5, for calling corresponding call back function according to the monitoring list.
As can be seen from the above description, being the event in event handling template by creation module 4 after predeterminable event processing template The monitoring list of call back function is added in creation one not yet, and only when the event that listens to, and the event was not performed also and returns Letter of transfer number, i.e., there are no it is processed when, just the call back function of the event is added and is monitored in list, execution module 5 is again according to prison List is listened to execute corresponding call back function;It effectively prevents repeating to monitor.
Further, the execution module 5 includes:
Backup module 51, for creating the backup for monitoring list;
Judgment module 52, for successively judging that the call back function in the backup whether there is in the monitoring list;
If so, calling the call back function;If it is not, then skipping the call back function.
As can be seen from the above description, being backed up by 51 pairs of monitoring lists of backup module, then to the readjustment letter in backup Number is handled;Judgment module 52 is first passed through before processing and judges that the call back function whether there is in original monitoring list, because having When will appear the case where call back function is accidentally deleted, if it is present calling the call back function, there is no then skip the readjustment Function;It avoids wasting time the call back function deleted with resource processing.
Further, the default template 1, comprising:
Module 11 is obtained, for obtaining event;Module 12 is established, is that the event is built for the type according to the event Vertical ID;
Enquiry module 13, for the call back function according to ID inquiry and the event matches;
Setup module 14 is preset and the event for the ID according to the event and with the matched call back function of the ID Corresponding event handling template.
As can be seen from the above description, establishing module 12 is event establishment ID, inquiry after acquisition module 11 gets event Module 13 inquire again with the matched call back function of the ID, so that setup module 14 is that the event is default including ID and call back function Event processing module.The preset event processing module of presetting module 1 can be one, or multiple;It is preferably common Event predeterminable event processing template.
Further, further includes:
Remove module 6, if for detecting the corresponding event of event handling template without monitoring, by the event handling Template removes.
As can be seen from the above description, the corresponding event handling template of event for not needing to monitor again is removed by remove module 6, Release resource occupation.
Referring to figure 3. and Fig. 4, the embodiment of the present invention one are as follows:
A kind of event management method based on Unity, comprising:
Incident management center predeterminable event processing template, the event handling template include an event ID and a thing The corresponding call back function of part;And it is by the quantity of event one call back function stored of creation in the event handling template Empty monitoring list;Preferably, event handling template is multiple, and column are monitored in the event creation in respectively each event handling template Table;Specifically, as shown in figure 4, incident management center predeterminable event processing template includes: that incident management center obtains event;According to Type according to the event is the event establishment ID;Incident management center is according to ID inquiry and the matched readjustment of the ID Function;Incident management center according to the event ID and and the matched call back function of the ID it is default corresponding with the event Event handling template;For example, obtaining 10 events, respectively this 10 events create ID, it is assumed that number 1-10;It respectively corresponds Event 1-10 predeterminable event processing template 1-10;And it respectively corresponds event 1-10 creation and monitors list 1-10;
When incident management center listens to event, the ID according to the event judges whether the event is event handling mould Event in plate;
If the event is not the event in event handling template, the type according to the event is event creation ID;Obtain the corresponding call back function of the event;It is preset and the event according to the ID of the event and corresponding call back function Corresponding event handling template;And the quantity for by the event creating a call back function stored is empty monitoring list; The monitoring list is added in the corresponding call back function of the event;A new events are such as listened to, are not belonging to event 1-10, then Create the new events ID be 11, obtain event 11 call back function, and preset the event handling template 11 of the event 11 with And list 11 is monitored in creation;And the corresponding call back function of event 11 is added and monitors list 11;
If the event is the event in event handling template, judge whether the event executed call back function;Example Such as, event 1 is listened to, then judges whether event 1 has executed the call back function;
If the event was not carried out call back function, by the call back function in the corresponding event handling template of the event The monitoring list of the event is added;If event 1 executed call back function not yet, by returning in event handling template 1 Letter of transfer number, which is added, to be monitored in list 1;
Corresponding call back function is called according to the monitoring list;
If the event executed call back function, terminate the monitoring to the event.
In a preferred embodiment, if detecting the corresponding event of event handling template without monitoring, by the thing Part processing template removes.For example, not needing again to monitor event 9, then event handling template 9 is removed.
Referring to figure 5., the embodiment of the present invention two are as follows:
It " calls and corresponds to according to the monitoring list in a kind of event management method based on Unity of above-described embodiment one Call back function " specific method, comprising:
Create the backup for monitoring list;
Successively judge that the call back function in the backup whether there is in the monitoring list;
If so, calling the call back function;If it is not, then skipping the call back function.
Such as corresponding call back function is called according to the monitoring list 1 in above-described embodiment one, it is assumed that event 1 is 5 corresponding Call back function;Then the backup of creation monitoring list 1 first successively handles 5 call back functions in backup;Handle each readjustment When function, first judge that the call back function whether there is in monitoring list 1;When such as handling first call back function, first is returned Letter of transfer number exists in monitoring list 1, then calls first call back function;When handling second call back function, second readjustment Function is not present in monitoring list 1, then skips, continue with third call back function;And so on, until 5 readjustment letters Number is disposed.
Please refer to Fig. 6, the embodiment of the present invention three are as follows:
A kind of system corresponding with the event management method based on Unity of above-described embodiment one, including in incident management The heart 100, the incident management center 100 include:
Presetting module 1 is used for predeterminable event processing template, and the event handling template includes the ID and described one of an event The corresponding call back function of event;Specifically, the default template 1 includes: to obtain module 11, for obtaining event;Establish module 12, it is the event establishment ID for the type according to the event;Enquiry module 13, for according to the ID inquiry with it is described The call back function of event matches;Setup module 14, it is pre- for the ID according to the event and with the matched call back function of the ID If event handling template corresponding with the event.
Module 2 is monitored, when for listening to event, the ID according to the event judges whether the event is event handling Event in template;
It is corresponding to obtain the event if not being the event in event handling template for the event for processing module 3 Call back function;Event handling template corresponding with the event is preset according to the ID of the event and corresponding call back function;
Creation module 4, for after each predeterminable event processing template, being the event creation one in the event handling template The quantity of a stored call back function is empty monitoring list;
If the event listened to was not carried out call back function, by the readjustment in the corresponding event handling template of the event The monitoring list of the event is added in function;
Execution module 5, for calling corresponding call back function according to the monitoring list.
In a preferred embodiment, Fig. 7 is please referred to, the incident management center further includes remove module 6, if for detecting To the corresponding event of event handling template without monitoring, then the event handling template is removed.
Please refer to Fig. 8, the embodiment of the present invention two are as follows:
A kind of above-described embodiment three is based on the kind execution module 5 in the event management system of Unity, comprising:
Backup module 51, for creating the backup for monitoring list;
Judgment module 52, for successively judging that the call back function in the backup whether there is in the monitoring list;
If so, calling the call back function;If it is not, then skipping the call back function.
In conclusion the event management method and system provided by the invention based on Unity, it can be by incident management The heart is managed collectively event monitoring, is conducive to maintenance event sum, and avoids repeating to monitor;It can also easily find system In redundancy event, and remove redundancy event in time, release resource occupation;Multiple event handling templates are provided simultaneously, it is convenient straight It connects and the call back function processing in template is called to listen to event;Event is redefined, be greatly improved without listening to every time The efficiency of event handling.
The above description is only an embodiment of the present invention, is not intended to limit the scope of the invention, all to utilize this hair Equivalents made by bright specification and accompanying drawing content are applied directly or indirectly in relevant technical field, similarly include In scope of patent protection of the invention.

Claims (8)

1. a kind of event management method based on Unity characterized by comprising
Incident management center predeterminable event processing template, the event handling template include an event ID and an event pair The call back function answered;
When incident management center listens to event, the ID according to the event judges whether the event is in event handling template Event;
If it is not, then obtaining the corresponding call back function of the event;According to the ID of the event and corresponding call back function it is default with The corresponding event handling template of the event;
Wherein, further includes:
After each predeterminable event processing template, incident management center creates one by the event in the event handling template and deposits The quantity of the call back function of storage is empty monitoring list;
If the event that incident management center listens to was not carried out call back function, by the corresponding event handling template of the event In call back function the monitoring list of the event is added;
Corresponding call back function is called according to the monitoring list.
2. the event management method according to claim 1 based on Unity, which is characterized in that described according to the monitoring Corresponding call back function is called in list, specifically:
Create the backup for monitoring list;
Successively judge that the call back function in the backup whether there is in the monitoring list;
If so, calling the call back function;If it is not, then skipping the call back function.
3. the event management method according to claim 1 based on Unity, which is characterized in that the incident management center Predeterminable event processing template, specifically:
Incident management center obtains event;Type according to the event is the event establishment ID;
Incident management center is according to ID inquiry and the matched call back function of the ID;
Incident management center according to the event ID and and the matched call back function of the ID it is default corresponding with the event Event handling template.
4. the event management method according to claim 1 based on Unity, which is characterized in that the incident management center Predeterminable event processing template further comprises later:
If detecting, without monitoring, the event handling template is removed for the corresponding event of event handling template.
5. a kind of event management system based on Unity, which is characterized in that including incident management center, in the incident management The heart includes:
Presetting module, be used for predeterminable event processing template, the event handling template include an event ID and an event Corresponding call back function;
Module is monitored, when for listening to event, the ID according to the event judges whether the event is event handling template In event;
Processing module obtains the corresponding readjustment of the event if not being the event in event handling template for the event Function;Event handling template corresponding with the event is preset according to the ID of the event and corresponding call back function;Wherein, institute State incident management center further include:
Creation module, for creating an institute for the event in the event handling template after each predeterminable event processing template The quantity of the call back function of storage is empty monitoring list;
If the event listened to was not carried out call back function, by the call back function in the corresponding event handling template of the event The monitoring list of the event is added;
Execution module, for calling corresponding call back function according to the monitoring list.
6. the event management system according to claim 5 based on Unity, which is characterized in that the execution module includes:
Backup module, for creating the backup for monitoring list;
Judgment module, for successively judging that the call back function in the backup whether there is in the monitoring list;
If so, calling the call back function;If it is not, then skipping the call back function.
7. the event management system according to claim 5 based on Unity, which is characterized in that the presetting module, packet It includes:
Module is obtained, for obtaining event;Module is established, is the event establishment ID for the type according to the event;
Enquiry module, for the call back function according to ID inquiry and the event matches;
Setup module, for according to the event ID and and the matched call back function of the ID it is default corresponding with the event Event handling template.
8. the event management system according to claim 5 based on Unity, which is characterized in that further include:
Remove module, if for detecting the corresponding event of event handling template without monitoring, by the event handling template It removes.
CN201610686256.1A 2016-08-18 2016-08-18 Event management method and system based on Unity Active CN106339217B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610686256.1A CN106339217B (en) 2016-08-18 2016-08-18 Event management method and system based on Unity

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610686256.1A CN106339217B (en) 2016-08-18 2016-08-18 Event management method and system based on Unity

Publications (2)

Publication Number Publication Date
CN106339217A CN106339217A (en) 2017-01-18
CN106339217B true CN106339217B (en) 2019-10-11

Family

ID=57825779

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610686256.1A Active CN106339217B (en) 2016-08-18 2016-08-18 Event management method and system based on Unity

Country Status (1)

Country Link
CN (1) CN106339217B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107085532B (en) * 2017-03-21 2019-12-13 东软集团股份有限公司 task monitoring method and device
CN108920150A (en) * 2017-04-11 2018-11-30 武汉斗鱼网络科技有限公司 A kind of event management method and device
CN107391276B (en) * 2017-07-05 2018-09-28 腾讯科技(深圳)有限公司 Distributed monitor method, interception control device and system
CN109981538A (en) * 2017-12-28 2019-07-05 深圳市优必选科技有限公司 The register method and system of subscription event, the processing method and system for subscribing to event
CN108874620B (en) * 2018-05-23 2021-11-23 北京五八信息技术有限公司 Event monitoring method, device and equipment applied to APP and storage medium
CN112379979A (en) * 2020-10-27 2021-02-19 航天信息股份有限公司 Thread overtime monitoring method applied to tax control service

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101197723B (en) * 2008-01-03 2010-08-18 中兴通讯股份有限公司 Network management intermediate part
CN102215243A (en) * 2010-04-12 2011-10-12 华为技术有限公司 Event synchronization method, system, client and server
CN103995752A (en) * 2014-06-16 2014-08-20 上海斐讯数据通信技术有限公司 Intermodule notification callback method and module interaction structure

Also Published As

Publication number Publication date
CN106339217A (en) 2017-01-18

Similar Documents

Publication Publication Date Title
CN106339217B (en) Event management method and system based on Unity
MY130010A (en) System and method for managing storage resources in a clustered computing environment
BRPI1100254A2 (en) TIME-BASED WORK ATTRIBUTIONS ON AUTOMATED CONTACT DISTRIBUTION
CN101719079A (en) Method and device for processing tasks
CN103516759B (en) Cloud system method for managing resource, cloud call center are attended a banquet management method and cloud system
JP2006072548A5 (en)
CN110851248A (en) Asynchronous task data processing method and device and computer readable storage medium
CN105072297A (en) Voice intelligent switching system of call center
CN111240812A (en) Task execution method and device
CN104933202A (en) Method and device for data extraction, transformation and ETL loading
CN109656684A (en) A kind of partition method of Kafka, partition system and relevant apparatus
CN107493336A (en) Realize method and apparatus, computer-readable recording medium and the storage control of client plug-in
CN103970592B (en) The single thread multi-task processing method and server of transaction middleware
CN104038642B (en) A kind of method and device responding incoming call
US9876860B2 (en) Variable capture between applications
CN105491253A (en) Resource distribution method and system for call center
CN103514044B (en) Resource optimization method, device and system of dynamic behavior analysis system
CN101394405A (en) Method and apparatus for data request processing
CN104050284B (en) A kind of data asynchronous query method and system based on one process
CN107948224A (en) The timeout treatment method and apparatus of client request
CN107870822A (en) asynchronous task control method and system based on distributed system
CN109040491A (en) On-hook behavior processing method, device, computer equipment and storage medium
CN101447993B (en) Method and device for finding unreleased connection in connection pool
CN109474758A (en) A kind of processing method and processing device
CN107885460A (en) A kind of data access method of cluster

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant