CN104735137A - Method and system for achieving asynchronous interaction of client and server - Google Patents

Method and system for achieving asynchronous interaction of client and server Download PDF

Info

Publication number
CN104735137A
CN104735137A CN201510102663.9A CN201510102663A CN104735137A CN 104735137 A CN104735137 A CN 104735137A CN 201510102663 A CN201510102663 A CN 201510102663A CN 104735137 A CN104735137 A CN 104735137A
Authority
CN
China
Prior art keywords
client
task
server
task requests
execution result
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
CN201510102663.9A
Other languages
Chinese (zh)
Inventor
高俊萍
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
GCI Science and Technology Co Ltd
Original Assignee
GCI Science and 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 GCI Science and Technology Co Ltd filed Critical GCI Science and Technology Co Ltd
Priority to CN201510102663.9A priority Critical patent/CN104735137A/en
Publication of CN104735137A publication Critical patent/CN104735137A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/40Support for services or applications
    • H04L65/401Support for services or applications wherein the services involve a main real-time session and one or more additional parallel real-time or time sensitive sessions, e.g. white board sharing or spawning of a subconference

Abstract

The invention discloses a method and system for achieving asynchronous interaction of a client and a server. The method includes the following steps that the client sends a task request to the server by calling an application program programming interface; the server creates a unique task number according to the task request and feeds back response information to the client, wherein the response information includes the task number and a state code indicating that the task request is received; the server executes a task requested by the client according to the task request; the server monitors the execution state of the task request in real time till the task request is executed or interrupted due to abnormity, and execution result information of the task request is obtained; the execution result information and the task number are forwarded to the client. By means of the method, interaction frequency of the client and the server can be reduced, system communication loads can be reduced, execution efficiency of a system is helped to be improved, and user experience is improved.

Description

A kind of method and system realizing client and server asynchronous interactive
Technical field
The present invention relates to cloud technical field of memory, particularly relate to a kind of method and system realizing client and server asynchronous interactive.
Background technology
Cloud storage refers to by functions such as cluster application, grid or distributed file systems, a large amount of various dissimilar memory device in contract network, externally provides by application software the cloud computing system that data store and Operational Visit is served.Existing cloud storage products is generally made up of server end and client.Server end provides physical facility (comprising virtual) and API (Application Programming Interface, application programming interface) service.Namely client calls cloud storage administration platform or other application systems of service end API, externally provides operation interface, according to user operation by calling API to server end transmit operation request, treats that the complete backward client of task operating returns response message.And in cloud storage products, the task execution time of most of API service that underlying services device end provides non-instant complete, usually need the regular hour, such client just can not the user that allow of block type wait for execution result, or ceaselessly sends task action result viewing command to server end.Therefore, in cloud storage products, the asynchronous interactive how realizing real-time high-efficiency between client and server is a those skilled in the art's difficult problem always.
In actual applications, more way is that client-side management platform is by AJAX (AsynchronousJavascript And XML, asynchronous JavaScript and XML) or polling technique realize instant refreshing and the asynchronous interactive of result, or background commands shows result after complete again to utilize block type to wait for.
But, when using the mode of Ajax to carry out asynchronous interactive, client sends request, and response results is returned to client after responding request by server end, then client calls different call back functions according to the difference of response results, if Business Processing is complicated, when needing frequent mutual therebetween, not only more data and service processing logic can be exposed, cause certain hidden danger to system safety, too increase the complexity of client logic process equally.When using polling technique, can in the processing time after the request of server customer in response end, constantly submit to response results to check request, add network service load.And when using the mode of block type, has then been converted into the stand-by period of client the processing time of back-end data, Consumer's Experience is poor.
Summary of the invention
The object of the embodiment of the present invention there are provided a kind of method and system realizing client and server asynchronous interactive, optimize the asynchronous interactive mode of client and server, reduce the frequency of interaction of client and server end, mitigation system communication load, raising system execution efficiency, improves Consumer's Experience.
For solving above technical problem, on the one hand, embodiments provide a kind of method realizing client and server asynchronous interactive to comprise the following steps:
S1, described client sends task requests by invokes application DLL (dynamic link library) to described server end;
S2, described server end creates unique mission number for described task requests, and returns response message to described client; Described response message comprises described mission number and the received conditional code of described task requests;
S3, described server end, according to described task requests, performs the task of described client-requested;
S4, the executing state of described server end to described task requests is monitored in real time, until described task requests is finished or because of abnormal interruption, obtain the execution result information of described task requests; And described execution result information and described mission number are pushed to described client.
Preferably, further comprising the steps of:
S5, described client is shown according to the execution result information of described mission number to described task requests.
Preferably, described step S2 also comprises:
S21, the described response message that described server end returns by described client is saved in the second database.
Preferably, described step S3 also comprises:
S31, the mission number of described task requests and executing state are saved in the first database by described server end.
Preferably, described step S4 also comprises:
S41, the execution result information of described task requests is saved to described first database by described server end, to upgrade the executing state of described task requests.
Preferably, described step S5 also comprises:
S51, described execution result information, according to described mission number, is saved in described second database, to upgrade described response message by described client.
On the other hand, embodiments provide a kind of system realizing client and server asynchronous interactive, comprise client and server, described client is provided with page request unit, and described service end is provided with first task manager and task executing units;
Described page request unit, for passing through the first task manager transmission task requests of invokes application DLL (dynamic link library) to described server end;
Described first task manager, for creating unique mission number for described task requests, and returns response message to described client; Described response message comprises described mission number and the received conditional code of described task requests;
Described task executing units, for according to described task requests, performs the task of described client-requested;
Described first task manager, also for monitoring in real time the executing state of described task requests, until described task requests is finished or because of abnormal interruption, obtain the execution result information of described task requests; And described execution result information and described mission number are pushed to described client.
Preferably, described client also comprises result display unit;
Described result display unit, for showing according to the execution result information of described mission number to described task requests.
Preferably, described first task manager is provided with the first database;
Described first database, for storing mission number and the executing state of described task requests.
Preferably, described client also comprises the second task manager, and described second task manager is provided with the second database;
Described second database, for storing described response message that described first task manager returns and the described execution result information that described first task manager pushes.
The method and system of what the embodiment of the present invention provided realize client and server asynchronous interactive, task manager is set up respectively at client and server, originally server end will be transferred to by the task status policer operation of client executing, reduce the frequency of interaction between server end and client, be conducive to the communication load alleviating server end, improve the execution efficiency of system.Simultaneously, the transmitting-receiving carrying out task requests and execution result is only needed between client and server end, achieve the isolation of client and server logical process, reduce the degree of coupling therebetween, enhance the extensibility of server end and the fail safe of cloud storage products to a certain extent.Further, client is after transmission task requests, without the need to wait task execution result passively, server end task be finished or after accidental interruption in real time to client push task action result, notify the executing state of its corresponding operating request of user in time, improve the Consumer's Experience of client.
Accompanying drawing explanation
Fig. 1 is the method flow diagram realizing an embodiment of the method for client and server asynchronous interactive provided by the invention;
Fig. 2 is the system construction drawing realizing an embodiment of the system of client and server asynchronous interactive provided by the invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, be clearly and completely described the technical scheme in the embodiment of the present invention, obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
See Fig. 1, be the method flow diagram realizing an embodiment of the method for client and server asynchronous interactive provided by the invention, comprise the following steps:
S1, described client sends task requests by invokes application DLL (dynamic link library) (API, Application ProgrammingInterface) to described server end.
Wherein, described application programming interface is preferably RESTful API, REST (RepresentationalState Transfer, declarative state transitions) be a kind of design and development mode for network application, it realizes and operates than SOAP (Simple Object Access Protocol, Simple Object Access Protocol) and XML-RPC (XML Remote Procedure Call) more succinct, HTTP (HyperText Transfer Protocol can be passed through completely, HTML (Hypertext Markup Language)) realize, reduce the complexity of exploitation, improve the extensibility of system.In practical operation, user, by the page operation of client, calls corresponding RESTful API sends operational order from task requests to server end.
S2, described server end creates unique mission number for described task requests, and returns response message to described client.Described response message comprises described mission number and the received conditional code of described task requests.
After received server-side request, create a sole task for this task by the first task manager of server end inside to number, simultaneously to client return state code " accepted " and this mission number, described conditional code " accepted " represents that server has accepted request but not yet processed.
In the middle of concrete enforcement, described step S2 also comprises:
S21, the described response message that described server end returns by described client is saved in the second database.
After client receives the conditional code " accepted " that server end returns, other operations can be proceeded.But the mission number that can be returned by server end at the bottom of client and conditional code " accepted " thereof are saved in the database of the second task manager of client simultaneously.
S3, described server end, according to described task requests, performs the task of described client-requested.
In the middle of concrete enforcement, described step S3 also comprises:
S31, the mission number of described task requests and executing state are saved in the first database by described server end.
Server end is after returning response message to client, and the task requests of client is transmitted to task executing units by the first task manager of server end inside, and triggering tasks performs.Meanwhile, mission number and state information " submitted " are kept in its database by first task manager, and described state information " submitted " represents that task performs.
S4, the executing state of described server end to described task requests is monitored in real time, until described task requests is finished or because of abnormal interruption, obtain the execution result information of described task requests.And described execution result information and described mission number are pushed to described client.
In the middle of concrete enforcement, described step S4 also comprises:
S41, the execution result information of described task requests is saved to described first database by described server end, to upgrade the executing state of described task requests.
In task implementation, first task manager is constantly monitored its execution result, until be finished (state is " commpleted ") or because of abnormal interruption (state is " error "), and by its state information updating in the database of first task manager.
In the first task manager of server end, the task status of corresponding numbering is once be updated to " commpleted " or " error ", can trigger corresponding program and push corresponding mission number and execution result information thereof to client task manager.
Preferably, the method realizing client and server asynchronous interactive that the present embodiment provides is further comprising the steps of:
S5, described client is shown according to the execution result information of described mission number to described task requests.
In the middle of concrete enforcement, described step S5 also comprises:
S51, described execution result information, according to described mission number, is saved in described second database, to upgrade described response message by described client.
After second task manager of client receives the task execution result information that server end pushes, first the execution result of this task requests of user is notified, the mode of notice includes but not limited to voice, vibration, screen display, then upgrades the interior state information about this task of database of the second task manager.
The method of what the embodiment of the present invention provided realize client and server asynchronous interactive, by server end is transferred in the task status policer operation by client executing, reduce the frequency of interaction between server end and client, be conducive to the communication load alleviating server end, improve the execution efficiency of system.Simultaneously, the transmitting-receiving carrying out task requests and execution result is only needed between client and server end, achieve the isolation of client and server logical process, reduce the degree of coupling therebetween, enhance the extensibility of server end and the fail safe of cloud storage products to a certain extent.Further, client is after transmission task requests, without the need to wait task execution result passively, server end task be finished or after accidental interruption in real time to client push task action result, notify the executing state of its corresponding operating request of user in time, improve the Consumer's Experience of client.
See Fig. 2, it is the system construction drawing realizing an embodiment of the system of client and server asynchronous interactive provided by the invention.
Corresponding with the method that Fig. 1 embodiment provides, the embodiment of the present invention additionally provides a kind of system realizing client and server asynchronous interactive, as shown in Figure 2, described system comprises client 100 and server end 200, described client 100 is provided with page request unit 120, and described service end is provided with first task manager 210 and task executing units 220.
Described page request unit 120, for sending task requests by invokes application DLL (dynamic link library) to the first task manager 210 of described server end 200.
Described first task manager 210, for creating unique mission number for described task requests, and returns response message to described client 100.Described response message comprises described mission number and the received conditional code of described task requests.
Described task executing units 220, for according to described task requests, performs the task of described client 100 request.
Described first task manager 210, also for monitoring in real time the executing state of described task requests, until described task requests is finished or because of abnormal interruption, obtain the execution result information of described task requests.And described execution result information and described mission number are pushed to described client 100.
Wherein, described client 100 also comprises the second task manager 110, and described second task manager 110 is provided with the second database 111.
Described second database 111, for storing described response message that described first task manager 210 returns and the described execution result information that described first task manager 210 pushes.
Described first task manager 210 is provided with the first database 211.
Described first database 211, for storing mission number and the executing state of described task requests.
In the middle of concrete enforcement, described client 100 also comprises result display unit 130.
Described result display unit 130, for showing according to the execution result information of described mission number to described task requests.
The basic functional principle of the system of client and server asynchronous interactive that what the present embodiment provided realize is identical with Fig. 1 embodiment, does not repeat them here, can see related content above.
The system of what the embodiment of the present invention provided realize client and server asynchronous interactive, task manager 110,210 is set up respectively at client 100 and server 200 end, server end 200 is transferred in task status policer operation by client executing, reduce the frequency of interaction between server end 200 and client 100, be conducive to the communication load alleviating server end 200, improve the execution efficiency of system.Simultaneously, the transmitting-receiving carrying out task requests and execution result is only needed between client 100 and server end 200, achieve the isolation of client 100 and server end 200 logical process, reduce the degree of coupling therebetween, enhance the extensibility of server end 200 and the fail safe of cloud storage products to a certain extent.Further, client 100 is after transmission task requests, without the need to wait task execution result passively, server end 200 task be finished or after accidental interruption in real time to client push task action result, notify the executing state of its corresponding operating request of user in time, improve Consumer's Experience.
It should be noted that, device embodiment described above is only schematic, the wherein said unit illustrated as separating component or can may not be and physically separates, parts as unit display can be or may not be physical location, namely can be positioned at a place, or also can be distributed in multiple network element.Some or all of module wherein can be selected according to the actual needs to realize the object of the present embodiment scheme.In addition, in device embodiment accompanying drawing provided by the invention, the annexation between module represents to have communication connection between them, specifically can be implemented as one or more communication bus or holding wire.Those of ordinary skill in the art, when not paying creative work, are namely appreciated that and implement.
Through the above description of the embodiments, those skilled in the art can be well understood to the mode that the present invention can add required common hardware by software and realize, and can certainly comprise application-specific integrated circuit (ASIC), dedicated cpu, private memory, special components and parts etc. realize by specialized hardware.Generally, all functions completed by computer program can realize with corresponding hardware easily, and the particular hardware structure being used for realizing same function also can be diversified, such as analog circuit, digital circuit or special circuit etc.But under more susceptible for the purpose of the present invention condition, software program realizes is better execution mode.Based on such understanding, technical scheme of the present invention can embody with the form of software product the part that prior art contributes in essence in other words, this computer software product is stored in the storage medium that can read, as the floppy disk of computer, USB flash disk, portable hard drive, read-only memory (ROM, Read-OnlyMemory), random access memory (RAM, Random Access Memory), magnetic disc or CD etc., comprising some instructions in order to make a computer equipment (can be personal computer, server, or the network equipment etc.) perform method described in the present invention each embodiment.
The above; be only the specific embodiment of the present invention, but protection scope of the present invention is not limited thereto, is anyly familiar with those skilled in the art in the technical scope that the present invention discloses; change can be expected easily or replace, all should be encompassed within protection scope of the present invention.

Claims (10)

1. realize a method for client and server asynchronous interactive, it is characterized in that, comprise the following steps:
S1, described client sends task requests by invokes application DLL (dynamic link library) to described server end;
S2, described server end creates unique mission number for described task requests, and returns response message to described client; Described response message comprises described mission number and the received conditional code of described task requests;
S3, described server end, according to described task requests, performs the task of described client-requested;
S4, the executing state of described server end to described task requests is monitored in real time, until described task requests is finished or because of abnormal interruption, obtain the execution result information of described task requests; And described execution result information and described mission number are pushed to described client.
2. realize the method for client and server asynchronous interactive as claimed in claim 1, it is characterized in that, further comprising the steps of:
S5, described client is shown according to the execution result information of described mission number to described task requests.
3. realize the method for client and server asynchronous interactive as claimed in claim 2, it is characterized in that, described step S2 also comprises:
S21, the described response message that described server end returns by described client is saved in the second database.
4. realize the method for client and server asynchronous interactive as claimed in claim 3, it is characterized in that, described step S3 also comprises:
S31, the mission number of described task requests and executing state are saved in the first database by described server end.
5. realize the method for client and server asynchronous interactive as claimed in claim 4, it is characterized in that, described step S4 also comprises:
S41, the execution result information of described task requests is saved to described first database by described server end, to upgrade the executing state of described task requests.
6. realize the method for client and server asynchronous interactive as claimed in claim 5, it is characterized in that, described step S5 also comprises:
S51, described execution result information, according to described mission number, is saved in described second database, to upgrade described response message by described client.
7. realize a system for client and server asynchronous interactive, comprise client and server, it is characterized in that, described client is provided with page request unit, and described service end is provided with first task manager and task executing units;
Described page request unit, for passing through the first task manager transmission task requests of invokes application DLL (dynamic link library) to described server end;
Described first task manager, for creating unique mission number for described task requests, and returns response message to described client; Described response message comprises described mission number and the received conditional code of described task requests;
Described task executing units, for according to described task requests, performs the task of described client-requested;
Described first task manager, also for monitoring in real time the executing state of described task requests, until described task requests is finished or because of abnormal interruption, obtain the execution result information of described task requests; And described execution result information and described mission number are pushed to described client.
8. realize the system of client and server asynchronous interactive as claimed in claim 7, it is characterized in that, described client also comprises result display unit;
Described result display unit, for showing according to the execution result information of described mission number to described task requests.
9. realize the system of client and server asynchronous interactive as claimed in claim 7, it is characterized in that, described first task manager is provided with the first database;
Described first database, for storing mission number and the executing state of described task requests.
10. realize the system of client and server asynchronous interactive as claimed in claim 9, it is characterized in that, described client also comprises the second task manager, and described second task manager is provided with the second database;
Described second database, for storing described response message that described first task manager returns and the described execution result information that described first task manager pushes.
CN201510102663.9A 2015-03-09 2015-03-09 Method and system for achieving asynchronous interaction of client and server Pending CN104735137A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510102663.9A CN104735137A (en) 2015-03-09 2015-03-09 Method and system for achieving asynchronous interaction of client and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510102663.9A CN104735137A (en) 2015-03-09 2015-03-09 Method and system for achieving asynchronous interaction of client and server

Publications (1)

Publication Number Publication Date
CN104735137A true CN104735137A (en) 2015-06-24

Family

ID=53458563

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510102663.9A Pending CN104735137A (en) 2015-03-09 2015-03-09 Method and system for achieving asynchronous interaction of client and server

Country Status (1)

Country Link
CN (1) CN104735137A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106095585A (en) * 2016-06-22 2016-11-09 中国建设银行股份有限公司 Task requests processing method, device and enterprise information system
CN106713238A (en) * 2015-11-16 2017-05-24 阿里巴巴集团控股有限公司 Remote process calling method, device and system
CN106878369A (en) * 2016-08-29 2017-06-20 阿里巴巴集团控股有限公司 A kind of method and device for business processing
CN108256989A (en) * 2017-04-06 2018-07-06 平安科技(深圳)有限公司 The data display method and system of Reserve Fund system
CN110555068A (en) * 2018-05-14 2019-12-10 北京京东尚科信息技术有限公司 Data export method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102123054A (en) * 2011-04-19 2011-07-13 北京神州数码思特奇信息技术股份有限公司 System for managing and controlling cloud computing network technology
CN102158346A (en) * 2010-11-23 2011-08-17 北京神州泰岳软件股份有限公司 Information acquisition system and method based on cloud computing
CN102195825A (en) * 2010-03-05 2011-09-21 新奥特(北京)视频技术有限公司 Monitoring system and monitoring method thereof for complete interaction between client and server
CN102346460A (en) * 2011-05-27 2012-02-08 运软网络科技(上海)有限公司 Transaction-based service control system and method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102195825A (en) * 2010-03-05 2011-09-21 新奥特(北京)视频技术有限公司 Monitoring system and monitoring method thereof for complete interaction between client and server
CN102158346A (en) * 2010-11-23 2011-08-17 北京神州泰岳软件股份有限公司 Information acquisition system and method based on cloud computing
CN102123054A (en) * 2011-04-19 2011-07-13 北京神州数码思特奇信息技术股份有限公司 System for managing and controlling cloud computing network technology
CN102346460A (en) * 2011-05-27 2012-02-08 运软网络科技(上海)有限公司 Transaction-based service control system and method

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106713238A (en) * 2015-11-16 2017-05-24 阿里巴巴集团控股有限公司 Remote process calling method, device and system
CN106713238B (en) * 2015-11-16 2020-10-30 阿里巴巴集团控股有限公司 Remote procedure calling method, device and system
CN106095585A (en) * 2016-06-22 2016-11-09 中国建设银行股份有限公司 Task requests processing method, device and enterprise information system
CN106095585B (en) * 2016-06-22 2019-08-30 中国建设银行股份有限公司 Task requests processing method, device and enterprise information system
CN106878369A (en) * 2016-08-29 2017-06-20 阿里巴巴集团控股有限公司 A kind of method and device for business processing
CN108256989A (en) * 2017-04-06 2018-07-06 平安科技(深圳)有限公司 The data display method and system of Reserve Fund system
CN108256989B (en) * 2017-04-06 2020-09-04 平安科技(深圳)有限公司 Data display method and system of fund preparation system
CN110555068A (en) * 2018-05-14 2019-12-10 北京京东尚科信息技术有限公司 Data export method and device

Similar Documents

Publication Publication Date Title
US11656852B2 (en) System and method for autowiring of a microservice architecture
US11444849B2 (en) Remote emulation of a storage system
US11689422B1 (en) Standby instances for auto-scaling groups
JP6463393B2 (en) Tenant data recovery across tenant migration
CN110083455B (en) Graph calculation processing method, graph calculation processing device, graph calculation processing medium and electronic equipment
CN104735137A (en) Method and system for achieving asynchronous interaction of client and server
EP3200071A1 (en) Runtime environment configuration method, device and system
EP2779583B1 (en) Telecommunication method and system
CN104067276A (en) Client-side minimal download and simulated page navigation features
CN104579765A (en) Disaster tolerance method and device for cluster system
US20160150015A1 (en) Methods for integrating applications with a data storage network and devices thereof
CN108664521B (en) Method and device for providing serial number, electronic equipment and readable storage medium
CN104144202A (en) Hadoop distributed file system access method, system and device
CN105404530B (en) It is a kind of to realize easy deployment and the system and method using private clound
CN104067262B (en) Server side minimum is downloaded and mistake fault shifts
CN114827280A (en) Request processing method, device, equipment and medium
CN103078805A (en) System and method for making reading performance of Zookeeper support horizontal extension
US9021109B1 (en) Controlling requests through message headers
CN113779122B (en) Method and device for exporting data
CN111898983B (en) Method and system for online document multi-person combined digital signature
CN108804155A (en) Profile acquisition method, device, terminal and computer readable storage medium
CN113472638A (en) Edge gateway control method, system, device, electronic equipment and storage medium
CN112925623A (en) Task processing method and device, electronic equipment and medium
CN104063461A (en) Method and system for processing user requests of access to web pages
CN112817992A (en) Method, device, electronic equipment and readable storage medium for executing change task

Legal Events

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

Application publication date: 20150624