CN102387206A - Synthesis method and system of concurrent request of Web service - Google Patents

Synthesis method and system of concurrent request of Web service Download PDF

Info

Publication number
CN102387206A
CN102387206A CN201110322748XA CN201110322748A CN102387206A CN 102387206 A CN102387206 A CN 102387206A CN 201110322748X A CN201110322748X A CN 201110322748XA CN 201110322748 A CN201110322748 A CN 201110322748A CN 102387206 A CN102387206 A CN 102387206A
Authority
CN
China
Prior art keywords
web service
request
client
server end
http
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
CN201110322748XA
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.)
ZHENJIANG RETECH INFORMATION TECHNOLOGY Co Ltd
Original Assignee
ZHENJIANG RETECH INFORMATION TECHNOLOGY Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ZHENJIANG RETECH INFORMATION TECHNOLOGY Co Ltd filed Critical ZHENJIANG RETECH INFORMATION TECHNOLOGY Co Ltd
Priority to CN201110322748XA priority Critical patent/CN102387206A/en
Publication of CN102387206A publication Critical patent/CN102387206A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Computer And Data Communications (AREA)

Abstract

The invention discloses a synthesis method and system of a concurrent request of a Web service. The method mainly comprises the following steps of combining information in information arrays into an HTTP (Hyper Text Transport Protocol) request through a request synthesizer and sending the HTTP request into a server end; the HTTP request on a network is sent by a client in each time so that the bandwidth is saved and the performance and the throughput of the server are improved. Through combining client requests by the system, the result data of a plurality of times can be returned in one HTTP response for one time; correspondingly, a plurality of times of HTTP responses are waited and the results are combined; when the result is obtained for one time in the process of waiting for the response for one time, the system is higher in efficiency and is more reliable. Meanwhile, the waiting time of a user can be shortened to a greater extent and the data transmission failure caused by unstable network and the like can be effectively reduced, so that the user experience can be greatly improved and enhanced.

Description

Concurrent request synthetic method of a kind of Web service and system
Technical field
The present invention relates to concurrent request synthetic method of a kind of long-range Web service and system, be applicable to the optimization that server performance and client user are experienced in cloud computing, the distribution application system.
Background technology
Current Web uses and adopts the mode of asynchronous remote service call (for example AJAX) to promote user experience mostly, and to reach the smooth rich client effect of operation, consequently the concurrent request number of same client significantly increases.Server end all need distribute resources such as corresponding network, CPU, storage for responding each time client-requested, so expense significantly increases, and the ability of the concurrent client's number of server process reduces relatively.Prior art is a kind of to be to take the control method of lining up, and retrains the maximum concurrent request number of same client, and this method effectively reduces the concurrent request sum in the unit interval, but does not improve the disposal ability of server.The developer's manual designs that requires another kind realizes rational Web service interface, improves the utilance of single service to network and computational resource, and this method is high to the requirement of developer's technical ability, the enforcement difficulty is big.
Summary of the invention
Goal of the invention: the objective of the invention is to provides manually a kind of or merges client, the disposal ability that improves server and the concurrent request synthetic method of Web service of client end response speed automatically to the problem and shortage that exists in the above-mentioned prior art.The present invention simultaneously also provides a kind of system to low, the easy realization of designing requirement, the concurrent request synthetic method of Web service that user experience is good.
Technical scheme: the concurrent request synthetic method of a kind of Web service comprises the steps:
(1) the Web service request on the user interface is introduced into message queue and waits for through the Web service agency;
(2) at current HTTP request (remote request) and the server of not initiating when not busy, the request synthesizer is merged into a HTTP request data package with the message in the message queue and sends to server end;
(3) server decomposites the Web service request queue again from the HTTP request data package, is used to define, discern and carry out the service logic of server end through the Web service interface consistent with client;
(4) after complete, the result of execution returns the response synthesis module synchronously, and merges according to predefined rule and to become a packet and return to client;
(5) after client is received the response of server end, decompose response data packet according to corresponding rule, and the call back function that imports into of asynchronous call user interface program.
Current HTTP request (remote request) and the server of not initiating be not when busy; The request synthesizer is merged into a HTTP request with the message in the message queue and sends to server end; Each client all can be initiated the HTTP request on the primary network, but in each HTTP packet except the data that the user asked, the agreement related data that has also comprised fixing certain data volume is (as asking row; Header information etc.); Repeatedly asynchronous request is merged into request transmission in a HTTP request, sends repeatedly HTTP relatively to ask, and is undoubtedly the very big saving to the network bandwidth.Through merging client-requested, can be with the result data of repeatedly asking disposable returning in http response, wait for repeatedly http response relatively and the result is made up, wait for that a secondary response and the disposable result of taking can be more efficient and more reliable.Can shorten user's stand-by period so to a great extent, and effectively reduce, thereby improve user experience significantly because of data transmission fails that problem caused such as unstable networks.The more important thing is that server decomposites the Web service request queue again from the HTTP request data package, through the service logic of the Web service interface definition consistent, identification and execution server end with client; Be that server end is directed against each HTTP request and all will distributes fixing server resource to operate accordingly (as opening thread and opening up corresponding memory headroom for it; Allotment cpu resource etc.); Can effectively reduce request number of times; This is to the lifting of server performance and throughput, and aspects such as raising server end stability and reliability, and crucial effects is arranged.
Predefined rule described in the step (4) is the Web service order that is comprised when HTTP asks according to sending, and generates the result set formation.
In the step (2), synchronization only allows to initiate a HTTP request, to save the network bandwidth.
A kind of system that realizes the concurrent request synthetic method of above-mentioned Web service comprises the client and server end, and wherein, client comprises user interface, Web service agency and client Web service DLL; Web service request on the said user interface gets into message queue through the Web service agency and waits for;
Server end comprises that request distribution module, response synthesis module, server end Web service DLL and Web service realize module; The request distribution module of said server end decomposites the Web service request queue from the HTTP request data package; Said server end Web service interface and client Web service interface definition, identification are also carried out the service logic of server end, and execution result is returned the response synthesis module synchronously.
Through merging client-requested, can be with the result data of repeatedly asking disposable returning in http response, wait for repeatedly http response relatively and the result is made up, wait for that a secondary response and the disposable result of taking can be more efficient and more reliable.Can shorten user's stand-by period so to a great extent, and effectively reduce, thereby improve user experience significantly because of data transmission fails that problem caused such as unstable networks.
Said user interface is the Web page of applied customization.
Said server end Web service interface and client Web service interface are applied business programming in logic interface, provide with the form of RESTful Web Services.
Beneficial effect: the concurrent request synthetic method of Web service provided by the present invention; Through the request synthesizer message in the message queue is merged into a HTTP request and sends to server end; Each client all can be initiated the HTTP request on the primary network, has greatly saved the network bandwidth.Effectively reduce request number of times simultaneously, promoted the performance and the throughput of server, and improve server end stability and reliability.
The concurrent request synthesis system of Web service provided by the present invention is through merging client-requested; Can be with the result data of repeatedly asking disposable returning in http response; Shortened user's the HTTP request stand-by period; And effectively reduce, thereby improve user experience significantly because of data transmission fails that problem caused such as unstable networks.
Description of drawings
Fig. 1 is the flow chart of the concurrent request synthetic method of Web service of the present invention embodiment;
Fig. 2 is the fundamental diagram of the concurrent request synthesis system of Web service of the present invention embodiment.
Embodiment
Below in conjunction with accompanying drawing and specific embodiment; Further illustrate the present invention; Should understand these embodiment only be used to the present invention is described and be not used in the restriction scope of the present invention; After having read the present invention, those skilled in the art all fall within the application's accompanying claims institute restricted portion to the modification of the various equivalent form of values of the present invention.
As shown in Figure 1, the step of the concurrent request synthetic method of Web service is following:
The concurrent request synthetic method of a kind of Web service is characterized in that, comprises the steps:
Web service request on the user interface is introduced into message queue and waits for through the Web service agency;
When not busy, the request synthesizer is merged into a HTTP request with the message in the message queue and sends to server end at current HTTP request and the server of not initiating;
Under the default situations, when message queue was sky, first Web service request did not need to wait for, sends to client at once.Before receiving response; All request 2~m that initiate subsequently get into waiting list; Wherein the value of m can be tested according to actual conditions; The optimal value of finding out the maximum Web service number that one-time request can send is configured, or judges dynamically that when operation server state determines the largest request value in real time, but finally must be less than the communication MTU in the on-premise network.After first response is returned, merge 2~m the HTTP request of sending in the current queue.
Synchronization only allows to initiate a batch processing request (i.e. HTTP request, the request synthesizer is merged into a HTTP request with the message in the message queue).Client is through the switch sign of the overall situation, and request is waited for or sent to control whether.When switch open, all Web service requests all are introduced into formation and wait for, when switch cuts out, send all requests at once.
Server decomposites the Web service request queue again from the HTTP request data package, the service logic of server end Web service interface and client Web service interface definition, identification and execution server end;
After complete, execution result returns the response synthesis module synchronously, and the Web service that is comprised when sending the HTTP request generates the predefined rule of result set formation in proper order and merges and become a packet and return to client;
After client is received the response of server end, decompose response data packet according to corresponding rule, and the call back function that imports into of asynchronous call user interface program.
As shown in Figure 2; Realize the system of the concurrent request synthetic method of above-mentioned Web service; Its client with the Web page of applied customization as user interface; Server end Web service interface and client Web service interface are applied business programming in logic interface, provide with the form of RESTful Web Services, and the Web service request on the user interface of client gets into message queue through the Web service agency and waits for; The request distribution module of said server end decomposites the Web service request queue from the HTTP request data package; Said server end Web service interface and client Web service interface definition, identification are also carried out the service logic of server end, and execution result is returned the response synthesis module synchronously.
Be example with the AJAX request below,, be described in the current the most popular web application, how to realize the concurrent request synthesis system of asynchronous system Web service through technological expression modes such as Javascript language.
Performing step is following:
(1) client code is initiated remote procedure call.
(2) last that current remote procedure call is joined in the waiting list waited to call in the group, and whether the inspection current state is waiting for the AJAX response, as does not have ongoing request to get into (4).
(3) wait to call in the group existing remote procedure call number like in the waiting list last and surpass and specify number (concrete number decide according to actual conditions), a newly-built group to be called is with the rearmost position of its adding waiting list.This EO is also waited for the AJAX response, receives that AJAX response or response failure back get into (6).
(4) with first waits to call the group taking-up in the waiting list, be encapsulated as the AJAX request according to specified rule (concrete rule is decided according to actual conditions).
(5) initiate the AJAX request, and current state is changed to wait AJAX response.This EO is also waited for the AJAX response, receives that AJAX response or response failure back get into (6).
(6) resolve the AJAX response results, adjust back callback method relevant in the client code and pass relevant return value back with the remote procedure call of being initiated before according to specified rule (concrete rule is decided according to actual conditions).
(7) inspection waiting list is not empty like waiting list, gets into (4), and be empty like waiting list, this EO.

Claims (6)

1. the concurrent request synthetic method of Web service is characterized in that, comprises the steps:
(1) the Web service request on the user interface is introduced into message queue and waits for through the Web service agency;
(2) at current HTTP request and the server of not initiating when not busy, the request synthesizer is merged into a HTTP request data package with the message in the message queue and sends to server end;
(3) server decomposites the Web service request queue again from the HTTP request data package, and server end Web service interface and client Web service interface are used to define, discern and carry out the service logic of server end;
(4) after complete, execution result returns the response synthesis module synchronously, and merges according to predefined rule and to become a packet and return to client;
(5) after client is received the response of server end, decompose response data packet according to corresponding rule, and the call back function that imports into of asynchronous call user interface program.
2. the concurrent request synthetic method of Web service as claimed in claim 1 is characterized in that: predefined rule described in the step (4) is the Web service order that is comprised when HTTP asks according to sending, and generates the result set formation.
3. the concurrent request synthetic method of Web service as claimed in claim 1 is characterized in that: in the step (2), synchronization only allows to initiate a HTTP request.
4. a system that realizes the concurrent request synthetic method of the said Web service of claim 1 is characterized in that comprising the client and server end;
Client comprises user interface, Web service agency and client Web service interface; Web service request on the said user interface gets into message queue through the Web service agency and waits for;
Server end comprises that request distribution module, response synthesis module, server end Web service interface and Web service realize module; The described request distribution module decomposites the Web service request queue from the HTTP request data package; Server end Web service interface and client Web service interface definition, identification are also carried out the service logic of server end, and execution result is returned the response synthesis module synchronously.
5. the concurrent request synthesis system of Web service as claimed in claim 4 is characterized in that: said user interface is the Web page of applied customization.
6. the concurrent request synthesis system of Web service as claimed in claim 4 is characterized in that: said server end Web service interface and client Web service interface are applied business programming in logic interface, provide with the form of RESTful Web Services.
CN201110322748XA 2011-10-20 2011-10-20 Synthesis method and system of concurrent request of Web service Pending CN102387206A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110322748XA CN102387206A (en) 2011-10-20 2011-10-20 Synthesis method and system of concurrent request of Web service

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110322748XA CN102387206A (en) 2011-10-20 2011-10-20 Synthesis method and system of concurrent request of Web service

Publications (1)

Publication Number Publication Date
CN102387206A true CN102387206A (en) 2012-03-21

Family

ID=45826166

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110322748XA Pending CN102387206A (en) 2011-10-20 2011-10-20 Synthesis method and system of concurrent request of Web service

Country Status (1)

Country Link
CN (1) CN102387206A (en)

Cited By (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103166964A (en) * 2013-03-06 2013-06-19 中国人民解放军国防科学技术大学 Front end and back end real time communication method for super computer system monitoring
CN103379021A (en) * 2012-04-24 2013-10-30 中兴通讯股份有限公司 Method and system for achieving distributed message queue
CN103401909A (en) * 2013-07-24 2013-11-20 迈普通信技术股份有限公司 Data interaction method and system based on BS (browser/server), client end and server
CN103685326A (en) * 2012-08-31 2014-03-26 盐城睿泰数字科技有限公司 WEB concurrent data transmission method and WEB application system
CN103701714A (en) * 2013-12-25 2014-04-02 北京奇虎科技有限公司 Page extraction method, server and network system
CN103747097A (en) * 2014-01-22 2014-04-23 电子科技大学 Mobile terminal HTTP (Hyper Text Transport Protocol) request aggregation compression system and method
CN103856440A (en) * 2012-11-29 2014-06-11 腾讯科技(深圳)有限公司 Message processing method, server and message processing system based on distributed bus
CN104184635A (en) * 2014-08-19 2014-12-03 烽火通信科技股份有限公司 Method and device of home gateway for achieving one-to-many data communication based on Android RIL
CN104202399A (en) * 2014-09-05 2014-12-10 国家电网公司 Request buffer pool based data service scheduling method
CN104317584A (en) * 2014-10-13 2015-01-28 中国电子科技集团公司第四十一研究所 Method for improving control efficiency of microwave apparatus
WO2015027806A1 (en) * 2013-08-26 2015-03-05 华为技术有限公司 Read and write processing method and device for memory data
CN104468594A (en) * 2014-12-15 2015-03-25 北京奇虎科技有限公司 Data request method, device and system
WO2015062309A1 (en) * 2013-11-04 2015-05-07 Tencent Technology (Shenzhen) Company Limited Protocol request processing method and device using the same
CN104980289A (en) * 2014-04-14 2015-10-14 阿里巴巴集团控股有限公司 Message pushing method, device and system
CN105577564A (en) * 2014-10-15 2016-05-11 青岛海尔智能家电科技有限公司 Method and apparatus for high-efficiency signaling transmission
JP2016514294A (en) * 2013-02-07 2016-05-19 インターデイジタル パテント ホールディングス インコーポレイテッド Method and apparatus for RESTful batch service
CN106357799A (en) * 2016-10-20 2017-01-25 杭州东方通信软件技术有限公司 Service bus intermediate system and calling method thereof
CN106572135A (en) * 2015-10-09 2017-04-19 北京国双科技有限公司 Network request processing method and device
CN106656920A (en) * 2015-10-30 2017-05-10 北京国双科技有限公司 HTTP service processing method and device
CN106789615A (en) * 2017-02-04 2017-05-31 重庆优启科技有限公司 A kind of raising web processes the method for concurrent request and uses its service station
WO2017181602A1 (en) * 2016-04-20 2017-10-26 乐视控股(北京)有限公司 On-demand playback method, device, electronic equipment and system
CN107463563A (en) * 2016-06-02 2017-12-12 腾讯科技(深圳)有限公司 A kind of information service processing method and device of browser
CN108008806A (en) * 2017-11-23 2018-05-08 努比亚技术有限公司 A kind of data processing method, terminal and computer-readable recording medium
CN108055311A (en) * 2017-12-07 2018-05-18 畅捷通信息技术股份有限公司 HTTP Asynchronous Requests method, apparatus, server, terminal and storage medium
CN108347445A (en) * 2018-03-19 2018-07-31 武汉斗鱼网络科技有限公司 Realize the method and device of far call
CN108710631A (en) * 2018-04-02 2018-10-26 阿里巴巴集团控股有限公司 A kind of method, apparatus and equipment of data acquisition
CN108984252A (en) * 2018-06-29 2018-12-11 广州视源电子科技股份有限公司 Task executing method, device, equipment and storage medium
CN108984571A (en) * 2017-06-05 2018-12-11 中兴通讯股份有限公司 Transaction Identifier operating method, system and computer readable storage medium
CN109445795A (en) * 2018-09-14 2019-03-08 厦门天锐科技股份有限公司 Data processing method when multiple asynchronous call same request of data in call back function
CN109660612A (en) * 2018-12-11 2019-04-19 北京潘达互娱科技有限公司 A kind of request processing method and server
CN109842646A (en) * 2017-11-27 2019-06-04 北京京东尚科信息技术有限公司 The treating method and apparatus of network request
CN110995817A (en) * 2019-11-27 2020-04-10 广州华多网络科技有限公司 Request callback method and device and client equipment
CN111064771A (en) * 2019-11-14 2020-04-24 福建天晴数码有限公司 Network request processing method and system
CN111565219A (en) * 2020-04-16 2020-08-21 浙江工业大学 Method for realizing network connection pool protocol for simulating real queuing
CN111600920A (en) * 2019-02-21 2020-08-28 北京京东尚科信息技术有限公司 JS-based data request agent method, device, equipment and readable storage medium
CN111752725A (en) * 2020-06-29 2020-10-09 上海通联金融服务有限公司 Method and system for improving performance of financial credit system
CN112581934A (en) * 2019-09-30 2021-03-30 北京声智科技有限公司 Voice synthesis method, device and system
CN113691630A (en) * 2021-08-26 2021-11-23 北京字节跳动网络技术有限公司 DNS request processing method, device, system, electronic equipment and storage medium
CN113923261A (en) * 2021-10-29 2022-01-11 深圳壹账通智能科技有限公司 Service request response method, system, equipment and computer readable medium
CN114104880A (en) * 2021-11-15 2022-03-01 云知声(上海)智能科技有限公司 Elevator call control system and control method thereof
CN116843541A (en) * 2023-09-01 2023-10-03 北京数原数字化城市研究中心 Cloud rendering method and system under multi-view angle

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001011443A2 (en) * 1999-08-06 2001-02-15 Namezero.Com, Inc. Internet hosting system
US20050125508A1 (en) * 2003-12-04 2005-06-09 Smith Kevin B. Systems and methods that employ correlated synchronous-on-asynchronous processing
CN101154157A (en) * 2006-09-29 2008-04-02 国际商业机器公司 System and method for providing globalization function to application of JavaScript
CN102088398A (en) * 2009-12-08 2011-06-08 华为技术有限公司 World wide web (WEB) concurrent event processing method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001011443A2 (en) * 1999-08-06 2001-02-15 Namezero.Com, Inc. Internet hosting system
US20050125508A1 (en) * 2003-12-04 2005-06-09 Smith Kevin B. Systems and methods that employ correlated synchronous-on-asynchronous processing
CN101154157A (en) * 2006-09-29 2008-04-02 国际商业机器公司 System and method for providing globalization function to application of JavaScript
CN102088398A (en) * 2009-12-08 2011-06-08 华为技术有限公司 World wide web (WEB) concurrent event processing method and device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
LEONARD RICHARDSON,SAM RUBY: "《RESTful Web Services》", 31 May 2007, O’REILLY MEDIA *
曾哲,朱庆生: "异步Web服务及其在.NET中的应用", 《计算机工程与设计》 *

Cited By (62)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103379021A (en) * 2012-04-24 2013-10-30 中兴通讯股份有限公司 Method and system for achieving distributed message queue
CN103685326A (en) * 2012-08-31 2014-03-26 盐城睿泰数字科技有限公司 WEB concurrent data transmission method and WEB application system
US9537786B2 (en) 2012-11-29 2017-01-03 Tencent Technology (Shenzhen) Company Limited Method, device, and system for information processing based on distributed buses
CN103856440A (en) * 2012-11-29 2014-06-11 腾讯科技(深圳)有限公司 Message processing method, server and message processing system based on distributed bus
CN103856440B (en) * 2012-11-29 2015-11-18 腾讯科技(深圳)有限公司 A kind of message treatment method based on distributed bus, server and system
US10404811B2 (en) 2013-02-07 2019-09-03 Iot Holdings, Inc. Methods and apparatuses for restful batch services
JP2016514294A (en) * 2013-02-07 2016-05-19 インターデイジタル パテント ホールディングス インコーポレイテッド Method and apparatus for RESTful batch service
CN103166964A (en) * 2013-03-06 2013-06-19 中国人民解放军国防科学技术大学 Front end and back end real time communication method for super computer system monitoring
CN103166964B (en) * 2013-03-06 2014-05-14 中国人民解放军国防科学技术大学 Front end and back end real time communication method for super computer system monitoring
CN103401909B (en) * 2013-07-24 2017-03-08 迈普通信技术股份有限公司 Data interactive method based on BS and system, client and server
CN103401909A (en) * 2013-07-24 2013-11-20 迈普通信技术股份有限公司 Data interaction method and system based on BS (browser/server), client end and server
WO2015027806A1 (en) * 2013-08-26 2015-03-05 华为技术有限公司 Read and write processing method and device for memory data
WO2015062309A1 (en) * 2013-11-04 2015-05-07 Tencent Technology (Shenzhen) Company Limited Protocol request processing method and device using the same
US10009444B2 (en) 2013-11-04 2018-06-26 Tencent Technology (Shenzhen) Company Limited Protocol request processing method and device using the same
CN103701714B (en) * 2013-12-25 2018-03-23 北京奇安信科技有限公司 Page extraction, server and network system
CN103701714A (en) * 2013-12-25 2014-04-02 北京奇虎科技有限公司 Page extraction method, server and network system
CN103747097B (en) * 2014-01-22 2016-08-24 电子科技大学 The system and method for mobile terminal HTTP request polymeric compressing
CN103747097A (en) * 2014-01-22 2014-04-23 电子科技大学 Mobile terminal HTTP (Hyper Text Transport Protocol) request aggregation compression system and method
CN104980289A (en) * 2014-04-14 2015-10-14 阿里巴巴集团控股有限公司 Message pushing method, device and system
CN109922138A (en) * 2014-04-14 2019-06-21 阿里巴巴集团控股有限公司 Information push method, device and system
CN104980289B (en) * 2014-04-14 2019-03-19 阿里巴巴集团控股有限公司 Information push method, device and system
CN104184635B (en) * 2014-08-19 2018-02-13 烽火通信科技股份有限公司 Home gateway realizes the method and device of one-to-many data communication based on Android RIL
CN104184635A (en) * 2014-08-19 2014-12-03 烽火通信科技股份有限公司 Method and device of home gateway for achieving one-to-many data communication based on Android RIL
CN104202399A (en) * 2014-09-05 2014-12-10 国家电网公司 Request buffer pool based data service scheduling method
CN104317584B (en) * 2014-10-13 2017-09-22 中国电子科技集团公司第四十一研究所 A kind of method for improving microwave apparatus control efficiency
CN104317584A (en) * 2014-10-13 2015-01-28 中国电子科技集团公司第四十一研究所 Method for improving control efficiency of microwave apparatus
CN105577564A (en) * 2014-10-15 2016-05-11 青岛海尔智能家电科技有限公司 Method and apparatus for high-efficiency signaling transmission
CN105577564B (en) * 2014-10-15 2019-02-01 青岛海尔智能家电科技有限公司 A kind of method and apparatus of signaling high efficiency of transmission
CN104468594B (en) * 2014-12-15 2018-04-27 北京奇安信科技有限公司 The method, apparatus and system of a kind of request of data
CN104468594A (en) * 2014-12-15 2015-03-25 北京奇虎科技有限公司 Data request method, device and system
CN106572135A (en) * 2015-10-09 2017-04-19 北京国双科技有限公司 Network request processing method and device
CN106656920A (en) * 2015-10-30 2017-05-10 北京国双科技有限公司 HTTP service processing method and device
CN106656920B (en) * 2015-10-30 2019-09-06 北京国双科技有限公司 Processing method, device, storage medium and the processor of HTTP service
WO2017181602A1 (en) * 2016-04-20 2017-10-26 乐视控股(北京)有限公司 On-demand playback method, device, electronic equipment and system
CN107463563A (en) * 2016-06-02 2017-12-12 腾讯科技(深圳)有限公司 A kind of information service processing method and device of browser
CN106357799B (en) * 2016-10-20 2020-03-27 杭州东方通信软件技术有限公司 Service bus middleware system and calling method thereof
CN106357799A (en) * 2016-10-20 2017-01-25 杭州东方通信软件技术有限公司 Service bus intermediate system and calling method thereof
CN106789615A (en) * 2017-02-04 2017-05-31 重庆优启科技有限公司 A kind of raising web processes the method for concurrent request and uses its service station
CN108984571A (en) * 2017-06-05 2018-12-11 中兴通讯股份有限公司 Transaction Identifier operating method, system and computer readable storage medium
CN108984571B (en) * 2017-06-05 2023-08-29 金篆信科有限责任公司 Transaction identification operation method, system and computer readable storage medium
CN108008806A (en) * 2017-11-23 2018-05-08 努比亚技术有限公司 A kind of data processing method, terminal and computer-readable recording medium
CN109842646A (en) * 2017-11-27 2019-06-04 北京京东尚科信息技术有限公司 The treating method and apparatus of network request
CN108055311A (en) * 2017-12-07 2018-05-18 畅捷通信息技术股份有限公司 HTTP Asynchronous Requests method, apparatus, server, terminal and storage medium
CN108347445A (en) * 2018-03-19 2018-07-31 武汉斗鱼网络科技有限公司 Realize the method and device of far call
CN108710631A (en) * 2018-04-02 2018-10-26 阿里巴巴集团控股有限公司 A kind of method, apparatus and equipment of data acquisition
CN108984252A (en) * 2018-06-29 2018-12-11 广州视源电子科技股份有限公司 Task executing method, device, equipment and storage medium
CN109445795A (en) * 2018-09-14 2019-03-08 厦门天锐科技股份有限公司 Data processing method when multiple asynchronous call same request of data in call back function
CN109660612A (en) * 2018-12-11 2019-04-19 北京潘达互娱科技有限公司 A kind of request processing method and server
CN111600920B (en) * 2019-02-21 2024-03-05 北京京东尚科信息技术有限公司 JS-based data request proxy method, device, equipment and readable storage medium
CN111600920A (en) * 2019-02-21 2020-08-28 北京京东尚科信息技术有限公司 JS-based data request agent method, device, equipment and readable storage medium
CN112581934A (en) * 2019-09-30 2021-03-30 北京声智科技有限公司 Voice synthesis method, device and system
CN111064771A (en) * 2019-11-14 2020-04-24 福建天晴数码有限公司 Network request processing method and system
CN111064771B (en) * 2019-11-14 2022-07-05 福建天晴数码有限公司 Network request processing method and system
CN110995817B (en) * 2019-11-27 2022-05-20 广州华多网络科技有限公司 Request callback method and device and client equipment
CN110995817A (en) * 2019-11-27 2020-04-10 广州华多网络科技有限公司 Request callback method and device and client equipment
CN111565219A (en) * 2020-04-16 2020-08-21 浙江工业大学 Method for realizing network connection pool protocol for simulating real queuing
CN111752725A (en) * 2020-06-29 2020-10-09 上海通联金融服务有限公司 Method and system for improving performance of financial credit system
CN113691630A (en) * 2021-08-26 2021-11-23 北京字节跳动网络技术有限公司 DNS request processing method, device, system, electronic equipment and storage medium
CN113923261A (en) * 2021-10-29 2022-01-11 深圳壹账通智能科技有限公司 Service request response method, system, equipment and computer readable medium
CN114104880A (en) * 2021-11-15 2022-03-01 云知声(上海)智能科技有限公司 Elevator call control system and control method thereof
CN114104880B (en) * 2021-11-15 2024-03-08 云知声(上海)智能科技有限公司 Elevator call control system and control method thereof
CN116843541A (en) * 2023-09-01 2023-10-03 北京数原数字化城市研究中心 Cloud rendering method and system under multi-view angle

Similar Documents

Publication Publication Date Title
CN102387206A (en) Synthesis method and system of concurrent request of Web service
US10891177B2 (en) Message management method and device, and storage medium
US8949258B2 (en) Techniques to manage file conversions
CN112148455B (en) Task processing method, device and medium
CN107832143B (en) Method and device for processing physical machine resources
JP7100154B6 (en) Processor core scheduling method, device, terminal and storage medium
EP2838243A1 (en) Capability aggregation and exposure method and system
CN104683472A (en) Data transmission method capable of supporting large data volume
US20140068165A1 (en) Splitting a real-time thread between the user and kernel space
WO2020238989A1 (en) Method and apparatus for scheduling task processing entity
CN110768829A (en) Method for realizing linear increase of traffic analysis service performance based on DPDK
CN110365786B (en) Job processing system, asynchronous job scheduling method, and computer device
CN111200606A (en) Deep learning model task processing method, system, server and storage medium
US11201824B2 (en) Method, electronic device and computer program product of load balancing for resource usage management
CN108280018B (en) Method and system for analyzing and optimizing communication overhead efficiency of node workflow
CN112104679B (en) Method, apparatus, device and medium for processing hypertext transfer protocol request
CN109388501B (en) Communication matching method, device, equipment and medium based on face recognition request
CN116414534A (en) Task scheduling method, device, integrated circuit, network equipment and storage medium
JP6189545B2 (en) Network application parallel scheduling to reduce power consumption
US20200326770A1 (en) Sleep management method and device, and computer storage medium
CN103685326A (en) WEB concurrent data transmission method and WEB application system
CN103761106A (en) Process control method and process engine
CN111510337B (en) Modem and communication method
Kumar et al. An algorithm for online reconfiguration of resource reservations for hard real-time systems
CN113132480B (en) Data transmission method, device and system

Legal Events

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

Application publication date: 20120321