CN104253762A - Concurrent processing method and device - Google Patents

Concurrent processing method and device Download PDF

Info

Publication number
CN104253762A
CN104253762A CN201410487068.7A CN201410487068A CN104253762A CN 104253762 A CN104253762 A CN 104253762A CN 201410487068 A CN201410487068 A CN 201410487068A CN 104253762 A CN104253762 A CN 104253762A
Authority
CN
China
Prior art keywords
terminal
terminal iidentification
request
iidentification
conditioned
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.)
Granted
Application number
CN201410487068.7A
Other languages
Chinese (zh)
Other versions
CN104253762B (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.)
Guangzhou Huaduo Network Technology Co Ltd
Original Assignee
Guangzhou Huaduo Network 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 Guangzhou Huaduo Network Technology Co Ltd filed Critical Guangzhou Huaduo Network Technology Co Ltd
Priority to CN201410487068.7A priority Critical patent/CN104253762B/en
Publication of CN104253762A publication Critical patent/CN104253762A/en
Application granted granted Critical
Publication of CN104253762B publication Critical patent/CN104253762B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses a concurrent processing method and device and belongs to the technical field of Internet. The method comprises the following steps: receiving a request transmitted by each terminal within a preset period of time, wherein the request at least comprises a terminal identification of each terminal; searching weather terminal identifications which need to be processed at priority exist in the terminal identifications of all terminals or not, and forwarding the requests corresponding to the searched terminal identifications which need to be processed at priority to background servers; judging whether remaining terminal identifications of the terminals satisfy preset conditions or not, and forwarding the requests corresponding to the terminal identifications which satisfy the preset conditions to each background server according to a preset manner. By screening the terminal requests received by a front-end server, selecting out the requests corresponding to the terminal identifications which need to be processed at priority and the requests corresponding to the terminal identifications which satisfy the preset conditions and transmitting the requests to the background servers, the request processing stress of the background servers is greatly reduced and the processing efficiency of the background severs is improved.

Description

The method of concurrent processing and device
Technical field
The present invention relates to Internet technical field, the method for particularly a kind of concurrent processing and device.
Background technology
Along with the development of Internet technology, use the user of the Internet to get more and more, therefore server side often needs to carry out concurrent processing, to meet the demand of each user terminal to tens thousand of even hundreds thousand of request within a certain period of time.
The mode that current server side carries out concurrent processing is generally: add front-end server in the front end of the background server of process request, this front-end server is responsible for the request receiving the transmission of each terminal, and the request received in certain hour is transmitted to each background server according to the pressure of current each background server processes, to reduce the load pressure of each background server.
A person of good sense finds that prior art at least exists following problem:
The mode of above-mentioned concurrent processing can only make load sharing between each background server, but the pressure of entirety or constant, once in the face of the quantity of concurrent processing of the larger order of magnitude, then likely cause the collapse of each background server, reduce the efficiency of background process.
Summary of the invention
In order to solve the problem of prior art, embodiments provide a kind of method and device of concurrent processing.Described technical scheme is as follows:
On the one hand, provide a kind of method of concurrent processing, described method comprises:
In preset time period, receive the request that each terminal sends, in described request, at least comprise the terminal iidentification of described each terminal;
In the terminal iidentification of described each terminal, inquire about the terminal iidentification whether existing and need priority treatment, and describedly need request forward that the terminal iidentification of priority treatment is corresponding to background server by what inquire;
Judge whether the terminal iidentification of remaining described each terminal meets pre-conditioned, and the request meeting described pre-conditioned terminal iidentification corresponding is transmitted to each background server according to predetermined manner.
Optionally, describedly judge whether the terminal iidentification of remaining described each terminal meets pre-conditioned, comprising:
Complementation computing is carried out to the terminal iidentification of remaining described each terminal;
The terminal iidentification being designation number by remainder after described complementation computing is defined as meeting pre-conditioned terminal iidentification.
Optionally, the described terminal iidentification to remaining described each terminal carries out complementation computing, comprising:
Hash code value is asked for the terminal iidentification of remaining described each terminal, and Hash code value corresponding for the terminal iidentification of remaining described each terminal is carried out complementation budget.
Optionally, described judge the terminal iidentification of remaining described each terminal whether meet pre-conditioned after, described method also comprises:
The response message of specifying is returned to the terminal not meeting described pre-conditioned terminal iidentification corresponding.
Optionally, described receive in preset time period each terminal send request before, described method also comprises:
Receive the priority treatment list that background server sends, described priority treatment list comprises the terminal iidentification needing priority treatment.
On the other hand, provide a kind of device of concurrent processing, described device comprises:
First receiver module, for receiving the request that each terminal sends in preset time period, at least comprises the terminal iidentification of described each terminal in described request;
Enquiry module, for inquiring about the terminal iidentification whether existing and need priority treatment in the terminal iidentification of described each terminal;
First forwarding module, for describedly needing request forward that the terminal iidentification of priority treatment is corresponding to background server by what inquire;
Judge module, for judging whether the terminal iidentification of remaining described each terminal meets pre-conditioned;
Second forwarding module, for being transmitted to each background server by the request meeting described pre-conditioned terminal iidentification corresponding according to predetermined manner.
Optionally, described judge module, comprising:
Complementation arithmetic element, for carrying out complementation computing to the terminal iidentification of remaining described each terminal;
Determining unit, is defined as meeting pre-conditioned terminal iidentification for the terminal iidentification being designation number by remainder after described complementation computing.
Optionally, described complementation arithmetic element is used for:
Hash code value is asked for the terminal iidentification of remaining described each terminal, and Hash code value corresponding for the terminal iidentification of remaining described each terminal is carried out complementation budget.
Optionally, described device also comprises:
Send respond module, for returning the response message of specifying to the terminal not meeting described pre-conditioned terminal iidentification corresponding.
Optionally, described device also comprises:
Second receiver module, for receiving the priority treatment list that background server sends, described priority treatment list comprises the terminal iidentification needing priority treatment.
The beneficial effect that the technical scheme that the embodiment of the present invention provides is brought is:
By the terminal received in preset time period being carried out Screening Treatment in front-end server, select and need request corresponding to the terminal iidentification of priority treatment and meet request corresponding to pre-conditioned terminal iidentification, and these requests are sent to background server.Greatly reduce the pressure of the request of background server process, improve the treatment effeciency of background server.
Accompanying drawing explanation
In order to be illustrated more clearly in the technical scheme in the embodiment of the present invention, below the accompanying drawing used required in describing embodiment is briefly described, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 is the method flow diagram of the concurrent processing that the embodiment of the present invention one provides;
Fig. 2 is the method flow diagram of the concurrent processing that the embodiment of the present invention two provides;
Fig. 3 is the method flow diagram of the concurrent processing that the embodiment of the present invention three provides;
Fig. 4 is the apparatus structure schematic diagram of the concurrent processing that the embodiment of the present invention four provides.
Embodiment
For making the object, technical solutions and advantages of the present invention clearly, below in conjunction with accompanying drawing, embodiment of the present invention is described further in detail.
Embodiment one
Embodiments provide a kind of method of concurrent processing, see Fig. 1, method flow comprises:
101: in preset time period, receive the request that each terminal sends, in request, at least comprise the terminal iidentification of each terminal;
102: inquire about in the terminal iidentification of each terminal and whether there is the terminal iidentification needing priority treatment, and by needing of inquiring request forward that the terminal iidentification of priority treatment is corresponding to background server;
103: judge whether the terminal iidentification of remaining each terminal meets pre-conditioned, and be transmitted to each background server by meeting request corresponding to pre-conditioned terminal iidentification according to predetermined manner.
The embodiment of the present invention by carrying out Screening Treatment by the terminal received in preset time period in front-end server, select and need request corresponding to the terminal iidentification of priority treatment and meet request corresponding to pre-conditioned terminal iidentification, and these requests are sent to background server.Greatly reduce the pressure of the request of background server process, improve the treatment effeciency of background server.
Embodiment two
Embodiments provide a kind of method of concurrent processing, see Fig. 2.
It should be noted that, the embodiment of the present invention is applied in front-end server.
Wherein, the method flow process comprises:
201: receive the priority treatment list that background server sends, priority treatment list comprises the terminal iidentification needing priority treatment.
Priority treatment list is pre-created in background server, judge that the terminal iidentification of handling process is added in this priority treatment list by without the need to entering, make front-end server after matching the terminal iidentification belonged in this priority treatment list, directly send to background server to process request corresponding for the terminal iidentification matched.
Wherein, the terminal iidentification preserved in priority treatment list can for terminal iidentification corresponding to priority level preset; Can also for meeting the terminal iidentification of certain condition, wherein this condition can choose the information relevant to this terminal iidentification by predetermined manner, and the terminal iidentification satisfied condition finally is chosen in the calculating carrying out preset algorithm.The determination mode of the terminal iidentification preserved in priority treatment list is not limited at this.The process choosing the terminal iidentification in priority treatment list in background server belongs to lightweight computational process, relative to the amount of calculation corresponding to the request that background server process front-end server distributes, negligible.
Background server can content in this priority treatment list of periodic maintenance, and the priority treatment list after safeguarding each time is sent to front-end server regularly by updating message.Front-end server, after receiving this updating message, upgrades the priority treatment list of self preserving.Wherein, this updating message can preserve each terminal iidentification in complete priority treatment list; In addition, this updating message only can also be preserved the content of each renewal and not preserve each terminal iidentification in complete priority treatment list, improves bandwidth availability ratio, such as: delete certain terminal iidentification with the capacity reducing lastest imformation, increase certain terminal iidentification, revise the information such as certain terminal iidentification.
Further, the priority treatment list that background server can also be corresponding according to different business determination different business, the priority treatment list that wherein different business is corresponding is distinguished by mark.
202: in preset time period, receive the request that each terminal sends, in request, at least comprise the terminal iidentification of each terminal.
Wherein, preset time period can take millisecond as chronomere, can receive the request of each terminal transmission of some in certain millisecond time period server.Such as: 100 milliseconds.
Wherein, terminal iidentification can be Sessionid corresponding to each terminal, i.e. session identification; Can also be Sessionid+Userid, i.e. session identification and user ID.Wherein, each terminal can distribute one uniquely in the session identification that this terminal is corresponding by serviced device, so that by this each terminal of session identification identification in follow-up request when logon server first.
Optionally, when terminal iidentification is the mode of Sessionid, in this Sessionid, Userid can also be integrated with, to confirm the identity of each terminal more accurately.
203: inquire about in the terminal iidentification of each terminal and whether there is the terminal iidentification needing priority treatment, and by needing of inquiring request forward that the terminal iidentification of priority treatment is corresponding to background server.
Terminal iidentification in the request send each terminal received in preset time period mates in priority treatment list, and the request that the terminal iidentification matched is corresponding can be let pass, and directly sends to background server to process.
Optionally, background server, for request corresponding to the terminal iidentification of above-mentioned priority treatment, does not carry out normal comparatively complicated computational process, and directly can perform handling process corresponding to priority treatment, reduce the amount of calculation of background server.
204: judge whether the terminal iidentification of remaining each terminal meets pre-conditioned, and be transmitted to each background server by meeting request corresponding to pre-conditioned terminal iidentification according to predetermined manner.
In this step, the request that the terminal iidentification do not belonged in the terminal iidentification of each terminal in priority treatment list is corresponding is screened, remove major part request, to reduce the pressure of each background server.The request that in this step, front-end server forwards to background server, needs to carry out normal computational process, to determine the response process to each request.
Wherein, can be realized by following steps for whether meeting pre-conditioned judgment mode:
2041: complementation computing is carried out to the terminal iidentification of remaining each terminal.
Wherein, terminal iidentification is carried out complementation computing to 10, to obtain the remainder that each terminal iidentification carries out after complementation computing.
Optionally, when being not only numeral in Sessionid or Sessionid+Userid in terminal iidentification, when also comprising letter, the Hash code value of each terminal iidentification can be tried to achieve by the mode carrying out running Hash codes algorithm to terminal iidentification, finally can obtain a numeral corresponding to each terminal iidentification by this algorithm, and complementation computing is carried out to the Hash code value of each terminal iidentification.
Therefore step 2041 can be specially:
Hash code value is asked for the terminal iidentification of remaining each terminal, and Hash code value corresponding for the terminal iidentification of remaining each terminal is carried out complementation computing.
2042: the terminal iidentification being designation number by remainder after complementation computing is defined as meeting pre-conditioned terminal iidentification.
Wherein, the quantity of designation number can be one or more, and wherein this quantity can be modified by configuration front-end server.The quantity of designation number is larger, then represent that the quantity of the request of removal is less.
Such as: setting designation number is 0,5,9 three numerals, then the request belonging to these three digital terminal iidentifications after complementation computing corresponding can be sent to background server by clearance.
Wherein, the quantity of setting designation number is three, then can determine that the percentage of the request of letting pass is 30%.Such as: receive 100,000 requests, the quantity now setting designation number is three, then have 30,000 requests and let pass, 70,000 requests are rejected.
Accordingly, step 2043 is performed for meeting pre-conditioned terminal iidentification in step 2042; Do not meet pre-conditioned terminal iidentification and perform step 205.
2043: be transmitted to each background server by meeting request corresponding to pre-conditioned terminal iidentification according to predetermined manner.
Wherein, predetermined manner can for distribute according to the loading condition of each background server.
205: return the response message of specifying to not meeting terminal corresponding to pre-conditioned terminal iidentification.
Wherein, this response message belongs to virtual null response message, and the content that namely can pre-set this response is the content of the response message returned to terminal when asking result after participating in background server computing.Such as: the activity that you participate in is not selected.This mode can remove the request that most of terminal sends, to reduce load pressure overall in background server.
Wherein, step 205 directly can perform after step 2042 is finished, the sequential relationship between step 205 and step 2043 not in limiting time.
The embodiment of the present invention by carrying out Screening Treatment by the terminal received in preset time period in front-end server, select and need request corresponding to the terminal iidentification of priority treatment and meet request corresponding to pre-conditioned terminal iidentification, and these requests are sent to background server.Greatly reduce the pressure of the request of background server process, improve the treatment effeciency of background server.
Embodiment three
Embodiments provide a kind of method of concurrent processing, see Fig. 3.
It should be noted that, the embodiment of the present invention is described for the method for example to concurrent processing by the website activity of killing second.
Wherein, the method comprises:
301: front-end server receives the priority treatment list that background server sends, and this priority treatment list comprises the terminal iidentification of high-quality user.
Wherein, the terminal iidentification in priority treatment list can by choosing high-quality user in user list.The mode chosen can be greater than the user of preset times for login times; The user of Preset Time can also be greater than for login time.
Kill in activity in this second, pre-set prize-winning planned number 100, wherein choose 50 high-quality users in advance, namely the request of killing second of these 50 high-quality users can directly be let pass by front-end server, and without the need to carrying out killing second the process of computing receive the request of high-quality user transmission at background server after, both can be identified as prize winner by terminal iidentification, enter flow process of receiving the award.
302: the second receiving the transmission of each terminal in preset time period kills request, at least comprises the terminal iidentification of each terminal in request.
303: in the terminal iidentification of each terminal, inquire about the terminal iidentification that whether there is high-quality user, and by request forward corresponding for the terminal iidentification of the high-quality user inquired to background server.
304: complementation computing is carried out to the terminal iidentification of remaining each terminal.
305: be 0,5 by remainder after complementation computing, the terminal iidentification of 9 is defined as meeting pre-conditioned terminal iidentification.
The request that the terminal iidentification of 306: be 0,5 by remainder after complementation computing, 9 is corresponding is transmitted to each background server according to predetermined manner.
The terminal that the terminal iidentification of 307: remainder is non-zero after complementation computing, 5,9 is corresponding returns the response message of not getting the winning number in a bond.
The request that the terminal iidentification of 308: it is 0,5 that server receives remainder after complementation computing, 9 is corresponding, and computing is carried out to determine remaining prize-winning planned number to above-mentioned request.
The embodiment of the present invention is killed in activity in website second, by the terminal received in preset time period being carried out Screening Treatment in front-end server, selecting needs request corresponding to the terminal iidentification of the high-quality user of priority treatment and after meeting complementation computing, remainder is non-zero, 5, the request that the terminal iidentification of 9 is corresponding, and these requests are sent to background server.Greatly reduce the pressure of the request of background server process, improve the treatment effeciency of background server.
Embodiment four
Embodiments provide a kind of device of concurrent processing, see Fig. 4, this device comprises:
First receiver module 401, for receiving the request that each terminal sends in preset time period, at least comprises the terminal iidentification of each terminal in request;
Enquiry module 402, for inquiring about the terminal iidentification whether existing and need priority treatment in the terminal iidentification of each terminal;
First forwarding module 403, for the terminal iidentification of priority treatment is corresponding by needing of inquiring request forward to background server;
Judge module 404, for judging whether the terminal iidentification of remaining each terminal meets pre-conditioned;
Second forwarding module 405, for being transmitted to each background server by meeting request corresponding to pre-conditioned terminal iidentification according to predetermined manner.
Wherein, judge module 404, comprising:
Complementation arithmetic element, for carrying out complementation computing to the terminal iidentification of remaining each terminal;
Determining unit, is defined as meeting pre-conditioned terminal iidentification for the terminal iidentification being designation number by remainder after complementation computing.
Wherein, complementation arithmetic element is used for:
Hash code value is asked for the terminal iidentification of remaining each terminal, and Hash code value corresponding for the terminal iidentification of remaining each terminal is carried out complementation budget.
Wherein, device also comprises:
Send respond module 406, for returning the response message of specifying to not meeting terminal corresponding to pre-conditioned terminal iidentification.
Wherein, device also comprises:
Second receiver module 407, for receiving the priority treatment list that background server sends, priority treatment list comprises the terminal iidentification needing priority treatment.
The embodiment of the present invention by carrying out Screening Treatment by the terminal received in preset time period in front-end server, select and need request corresponding to the terminal iidentification of priority treatment and meet request corresponding to pre-conditioned terminal iidentification, and these requests are sent to background server.Greatly reduce the pressure of the request of background server process, improve the treatment effeciency of background server.
The invention described above embodiment sequence number, just to describing, does not represent the quality of embodiment.
One of ordinary skill in the art will appreciate that all or part of step realizing above-described embodiment can have been come by hardware, the hardware that also can carry out instruction relevant by program completes, described program can be stored in a kind of computer-readable recording medium, the above-mentioned storage medium mentioned can be read-only memory, disk or CD etc.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, within the spirit and principles in the present invention all, any amendment done, equivalent replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. a method for concurrent processing, is characterized in that, described method comprises:
In preset time period, receive the request that each terminal sends, in described request, at least comprise the terminal iidentification of described each terminal;
In the terminal iidentification of described each terminal, inquire about the terminal iidentification whether existing and need priority treatment, and describedly need request forward that the terminal iidentification of priority treatment is corresponding to background server by what inquire;
Judge whether the terminal iidentification of remaining described each terminal meets pre-conditioned, and the request meeting described pre-conditioned terminal iidentification corresponding is transmitted to each background server according to predetermined manner.
2. method according to claim 1, is characterized in that, describedly judges whether the terminal iidentification of remaining described each terminal meets pre-conditioned, comprising:
Complementation computing is carried out to the terminal iidentification of remaining described each terminal;
The terminal iidentification being designation number by remainder after described complementation computing is defined as meeting pre-conditioned terminal iidentification.
3. method according to claim 2, is characterized in that, the described terminal iidentification to remaining described each terminal carries out complementation computing, comprising:
Hash code value is asked for the terminal iidentification of remaining described each terminal, and Hash code value corresponding for the terminal iidentification of remaining described each terminal is carried out complementation budget.
4. method according to claim 1, is characterized in that, described judge the terminal iidentification of remaining described each terminal whether meet pre-conditioned after, described method also comprises:
The response message of specifying is returned to the terminal not meeting described pre-conditioned terminal iidentification corresponding.
5. method according to claim 1, is characterized in that, described receive in preset time period each terminal send request before, described method also comprises:
Receive the priority treatment list that background server sends, described priority treatment list comprises the terminal iidentification needing priority treatment.
6. a device for concurrent processing, is characterized in that, described device comprises:
First receiver module, for receiving the request that each terminal sends in preset time period, at least comprises the terminal iidentification of described each terminal in described request;
Enquiry module, for inquiring about the terminal iidentification whether existing and need priority treatment in the terminal iidentification of described each terminal;
First forwarding module, for describedly needing request forward that the terminal iidentification of priority treatment is corresponding to background server by what inquire;
Judge module, for judging whether the terminal iidentification of remaining described each terminal meets pre-conditioned;
Second forwarding module, for being transmitted to each background server by the request meeting described pre-conditioned terminal iidentification corresponding according to predetermined manner.
7. device according to claim 6, is characterized in that, described judge module, comprising:
Complementation arithmetic element, for carrying out complementation computing to the terminal iidentification of remaining described each terminal;
Determining unit, is defined as meeting pre-conditioned terminal iidentification for the terminal iidentification being designation number by remainder after described complementation computing.
8. device according to claim 7, is characterized in that, described complementation arithmetic element is used for:
Hash code value is asked for the terminal iidentification of remaining described each terminal, and Hash code value corresponding for the terminal iidentification of remaining described each terminal is carried out complementation budget.
9. device according to claim 6, is characterized in that, described device also comprises:
Send respond module, for returning the response message of specifying to the terminal not meeting described pre-conditioned terminal iidentification corresponding.
10. device according to claim 6, is characterized in that, described device also comprises:
Second receiver module, for receiving the priority treatment list that background server sends, described priority treatment list comprises the terminal iidentification needing priority treatment.
CN201410487068.7A 2014-09-22 2014-09-22 The method and device of concurrent processing Active CN104253762B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410487068.7A CN104253762B (en) 2014-09-22 2014-09-22 The method and device of concurrent processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410487068.7A CN104253762B (en) 2014-09-22 2014-09-22 The method and device of concurrent processing

Publications (2)

Publication Number Publication Date
CN104253762A true CN104253762A (en) 2014-12-31
CN104253762B CN104253762B (en) 2018-01-23

Family

ID=52188315

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410487068.7A Active CN104253762B (en) 2014-09-22 2014-09-22 The method and device of concurrent processing

Country Status (1)

Country Link
CN (1) CN104253762B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107302459A (en) * 2017-07-03 2017-10-27 口碑控股有限公司 Method for processing business and system
CN110138747A (en) * 2019-04-23 2019-08-16 微梦创科网络科技(中国)有限公司 A kind of method and system for verifying account logging state

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020174162A1 (en) * 2001-05-17 2002-11-21 International Business Machines Corporation Method and system for reducing synchronization waits when allocating sequenced identifiers in a multi-threaded server
CN101009698A (en) * 2006-01-26 2007-08-01 华为技术有限公司 Method, network unit and system for guaranteeing the session initialization quality in the IMS network
CN101464884A (en) * 2008-12-31 2009-06-24 阿里巴巴集团控股有限公司 Distributed task system and data processing method using the same
CN101651826A (en) * 2008-08-15 2010-02-17 华为技术有限公司 Method and device for sending and receiving media and system
CN101854284A (en) * 2001-03-12 2010-10-06 光网络公司 The Loop Protection of dynamic assignment and the reservation of the bandwidth in the recovery technology re-use
CN101888602A (en) * 2009-05-15 2010-11-17 华为技术有限公司 Message processing device and method, message service system and message center
US20110321051A1 (en) * 2010-06-25 2011-12-29 Ebay Inc. Task scheduling based on dependencies and resources
CN103139100A (en) * 2011-11-22 2013-06-05 华为技术有限公司 Business handling method and business handling system
US20130346499A1 (en) * 2012-06-25 2013-12-26 Salesforce.Com, Inc. Systems, methods, and apparatuses for implementing frame aggregation with screen sharing
CN103793275A (en) * 2012-10-31 2014-05-14 北京华胜天成科技股份有限公司 System and processing method for achieving load balance

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101854284A (en) * 2001-03-12 2010-10-06 光网络公司 The Loop Protection of dynamic assignment and the reservation of the bandwidth in the recovery technology re-use
US20020174162A1 (en) * 2001-05-17 2002-11-21 International Business Machines Corporation Method and system for reducing synchronization waits when allocating sequenced identifiers in a multi-threaded server
CN101009698A (en) * 2006-01-26 2007-08-01 华为技术有限公司 Method, network unit and system for guaranteeing the session initialization quality in the IMS network
CN101651826A (en) * 2008-08-15 2010-02-17 华为技术有限公司 Method and device for sending and receiving media and system
CN101464884A (en) * 2008-12-31 2009-06-24 阿里巴巴集团控股有限公司 Distributed task system and data processing method using the same
CN101888602A (en) * 2009-05-15 2010-11-17 华为技术有限公司 Message processing device and method, message service system and message center
US20110321051A1 (en) * 2010-06-25 2011-12-29 Ebay Inc. Task scheduling based on dependencies and resources
CN103139100A (en) * 2011-11-22 2013-06-05 华为技术有限公司 Business handling method and business handling system
US20130346499A1 (en) * 2012-06-25 2013-12-26 Salesforce.Com, Inc. Systems, methods, and apparatuses for implementing frame aggregation with screen sharing
CN103793275A (en) * 2012-10-31 2014-05-14 北京华胜天成科技股份有限公司 System and processing method for achieving load balance

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107302459A (en) * 2017-07-03 2017-10-27 口碑控股有限公司 Method for processing business and system
CN107302459B (en) * 2017-07-03 2021-02-19 口碑控股有限公司 Service processing method and system
CN110138747A (en) * 2019-04-23 2019-08-16 微梦创科网络科技(中国)有限公司 A kind of method and system for verifying account logging state
CN110138747B (en) * 2019-04-23 2021-03-23 微梦创科网络科技(中国)有限公司 Method and system for verifying login state of account

Also Published As

Publication number Publication date
CN104253762B (en) 2018-01-23

Similar Documents

Publication Publication Date Title
US11481657B2 (en) Content recommendation method, apparatus and system
US10142474B2 (en) Computer-implemented system and method for facilitating interactions via automatic agent responses
US20180018700A1 (en) Method and Device and System for Processing Promotion Information
CN106411777A (en) Method and system for processing high concurrent data
WO2016044603A1 (en) System and method for facilitation cross orders
CN102792299A (en) User specific feed recommendations
CN106603262A (en) Method and system of distribution of customer service modes
CN110689254A (en) Data processing method and device, electronic equipment and computer readable storage medium
JP2016532222A (en) Grayscale upgrade method and apparatus
CN112346936A (en) Application fault root cause positioning method and system
CN110433496A (en) Cloud game resource allocation method, electronic equipment and storage medium
CN108550057A (en) It attends a banquet request processing method, electronic device, the computer readable storage medium of answering questions
CN107409149A (en) The client-server data of mixing provide
CN108512869A (en) A kind of method and system handling concurrent data using asynchronization mode
CN104253762A (en) Concurrent processing method and device
US10547707B1 (en) Information management and customization based on user interests and previous transactions
US20170039641A1 (en) Real-time routing sytem and associated methodology for adapting order flow for enhanced execution performance
CN111092814B (en) Service handling request message distribution method and equipment
WO2015109991A1 (en) Data processing method and apparatus for internet application
US20190095866A1 (en) Method and device for processing mail data
CN112363831B (en) Wind control processing method and device, computer equipment and storage medium
KR20190091295A (en) Systems and methods for processing dynamic peg orders displayed in whole or in part in an electronic trading system
CN114358543A (en) Information processing method and device
CN109714417B (en) Network control system and method based on user behavior
US10275792B1 (en) Real-time mobile communication content distribution manifold

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 511446 Guangzhou City, Guangdong Province, Panyu District, South Village, Huambo Business District Wanda Plaza, block B1, floor 28

Applicant after: Guangzhou Huaduo Network Technology Co., Ltd.

Address before: 510655, Guangzhou, Whampoa Avenue, No. 2, creative industrial park, building 3-08,

Applicant before: Guangzhou Huaduo Network Technology Co., Ltd.

GR01 Patent grant
GR01 Patent grant
EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20141231

Assignee: GUANGZHOU HUYA INFORMATION TECHNOLOGY Co.,Ltd.

Assignor: Guangzhou Huaduo Network Technology Co., Ltd.

Contract record no.: 2018990000088

Denomination of invention: Method and device for visual telephone concurrently processing in mobile telephone playing

Granted publication date: 20180123

License type: Common License

Record date: 20180413