CN112671754A - Method and system for processing different server functions by single pipeline - Google Patents

Method and system for processing different server functions by single pipeline Download PDF

Info

Publication number
CN112671754A
CN112671754A CN202011520747.1A CN202011520747A CN112671754A CN 112671754 A CN112671754 A CN 112671754A CN 202011520747 A CN202011520747 A CN 202011520747A CN 112671754 A CN112671754 A CN 112671754A
Authority
CN
China
Prior art keywords
service
unified
service request
client
protocol
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
CN202011520747.1A
Other languages
Chinese (zh)
Other versions
CN112671754B (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.)
Longcun Chengdu Technology Co ltd
Original Assignee
Longcun Chengdu 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 Longcun Chengdu Technology Co ltd filed Critical Longcun Chengdu Technology Co ltd
Priority to CN202011520747.1A priority Critical patent/CN112671754B/en
Publication of CN112671754A publication Critical patent/CN112671754A/en
Application granted granted Critical
Publication of CN112671754B publication Critical patent/CN112671754B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)

Abstract

The invention provides a method and a system for processing different server functions by a single pipeline, wherein the method comprises the following steps: the client program sends the service request to a unified protocol converter of the client; the unified protocol converter converts the service requests into a unified service protocol, marks each service request and sends the marked service request to a server; the single-pipeline unified service platform of the service end receives the service request sent by the client, decrypts the service request, performs protocol conversion on the service request, and the function distributor of the unified service platform distributes the service request to the corresponding service module according to the mark of each service request; and the service module returns information after processing the service request. According to the method and the system, the unified protocol processor is used, functions of an underlying network protocol part considered by the client and the server in design are reduced, server resources occupied by running various services are reduced, and the management efficiency of the server is improved.

Description

Method and system for processing different server functions by single pipeline
Technical Field
The invention belongs to the field of information processing, and particularly relates to a method and a system for processing different server functions by a single pipeline.
Background
In a server, when a server provides services for different functions, different services often start a different instance, and the different services often have the same part in a network message layer, and the different service instances occupy various server resources, wherein some unimportant but necessary services often occupy various resources in the system. When one server runs too many service routines, not only system resources are wasted, but also server management is problematic. Different server protocols are designed, repeated parts are often generated in a network message layer, and repeated work is increased when functions of a server and a client are developed, so that the development workload is increased to a certain extent.
Disclosure of Invention
In order to solve the problems of large development workload and waste of server system resources of the current server and client, the embodiment of the application provides a method and a system for processing different server functions by a single pipeline.
In a first aspect, an embodiment of the present application provides a method for processing different server functions by a single pipeline, including:
the client program sends the service request to a unified protocol converter of the client; the unified protocol converter converts the service requests into unified service protocols, marks each service request and sends the marked service request to a server;
a single pipeline unified service platform of a service end receives a service request sent by a client, decrypts the service request, performs protocol conversion on the service request, and a function distributor of the unified service platform distributes the service request to a corresponding service module according to the mark of each service request;
and the service module returns information after processing the service request.
Wherein, the service module returns information after processing the service request, including:
after the service module processes the corresponding service request, the service module sends the returned result data to the function distributor, and the unified service platform performs protocol conversion and encryption processing on the returned result data and then sends the result data to the client;
and the client receives the returned result data, analyzes the returned data of the corresponding service module through the unified protocol converter, and submits the returned data to the client program.
The unified protocol converter marks corresponding service requests through a service module field of a unified protocol header; and the function distributor of the unified service platform distributes the corresponding service request to the corresponding service module according to the service module field in the unified protocol header.
Wherein, dynamic loading and unloading technology is adopted for different service modules.
The attributes of the uniform service protocol header at least comprise a message cookie, a service type, a content size and a content attribute.
In a second aspect, the present application provides a system for processing different server functions by a single pipeline, including:
a client for: the client program sends the service request to a unified protocol converter of the client; the unified protocol converter converts the service requests into unified service protocols, marks each service request and sends the marked service request to a server;
the unified service platform of single assembly line is used for: a single pipeline unified service platform of a service end receives a service request sent by a client, decrypts the service request, performs protocol conversion on the service request, and a function distributor of the unified service platform distributes the service request to a corresponding service module according to the mark of each service request;
a service module to: and the service module returns information after processing the service request.
Wherein the service module is configured to: after the service module processes the corresponding service request, the service module sends the returned result data to the function distributor;
the unified service platform is configured to: carrying out protocol conversion and encryption processing on the returned result data, and then sending the result data to the client;
the client is used for: and receiving returned result data, analyzing the returned data of the corresponding service module by the unified protocol converter, and submitting the returned data to the client program.
Wherein the unified protocol converter is to: marking corresponding service requests through service module fields of the unified protocol header; the function distributor of the unified service platform is used for: and distributing the corresponding service request to the corresponding service module according to the service module field in the unified protocol header.
Wherein, dynamic loading and unloading technology is adopted for different service modules.
The attributes of the uniform service protocol header at least comprise a message cookie, a service type, a content size and a content attribute.
The method and the system for processing different server functions by the single pipeline in the embodiment of the application have the following beneficial effects that:
the method for processing different server functions by the application single assembly line comprises the following steps: the client program sends the service request to a unified protocol converter of the client; the unified protocol converter converts the service requests into a unified service protocol, marks each service request and sends the marked service request to a server; the single-pipeline unified service platform of the service end receives the service request sent by the client, decrypts the service request, performs protocol conversion on the service request, and the function distributor of the unified service platform distributes the service request to the corresponding service module according to the mark of each service request; and the service module returns information after processing the service request.
According to the method and the system, the unified protocol processor is used, functions of an underlying network protocol part considered by the client and the server in design are reduced, server resources occupied by running various services are reduced, and the management efficiency of the server is improved.
Drawings
FIG. 1 is a flowchart illustrating a method for processing different server functions by a single pipeline according to an embodiment of the present disclosure;
FIG. 2 is a block diagram illustrating a system for processing different server functions in a single pipeline according to an embodiment of the present disclosure;
FIG. 3 is a schematic diagram of another embodiment of a system for processing different server functions in a single pipeline;
fig. 4 is a schematic structural diagram of a server according to an embodiment of the present application.
Detailed Description
The present application is further described with reference to the following figures and examples.
In the following description, the terms "first" and "second" are used for descriptive purposes only and are not intended to indicate or imply relative importance. The following description provides embodiments of the invention, which may be combined or substituted for various embodiments, and this application is therefore intended to cover all possible combinations of the same and/or different embodiments described. Thus, if one embodiment includes feature A, B, C and another embodiment includes feature B, D, then this application should also be considered to include an embodiment that includes one or more of all other possible combinations of A, B, C, D, even though this embodiment may not be explicitly recited in text below.
The following description provides examples, and does not limit the scope, applicability, or examples set forth in the claims. Changes may be made in the function and arrangement of elements described without departing from the scope of the disclosure. Various examples may omit, substitute, or add various procedures or components as appropriate. For example, the described methods may be performed in an order different than the order described, and various steps may be added, omitted, or combined. Furthermore, features described with respect to some examples may be combined into other examples.
The invention relates to a unified platform service system architecture, in particular to a framework structure and a protocol implementation method for a unified service platform to provide service distribution for different service modules and return service data of the different service modules.
As shown in fig. 1-3, the method for processing different server functions in a pipeline of the application form includes: step S101, a client program sends a service request to a unified protocol converter of a client; the unified protocol converter converts the service requests into a unified service protocol, marks each service request and sends the marked service request to a server; s103, the single-pipeline unified service platform of the service end receives the service request sent by the client, decrypts the service request, performs protocol conversion on the service request, and the function distributor of the unified service platform distributes the service request to the corresponding service module according to the mark of each service request; and S105, the service module returns information after processing the service request. Each step is described below.
S101, a client program sends a service request to a unified protocol converter of a client; the unified protocol converter converts the service requests into a unified service protocol, marks each service request and sends the marked service request to the server.
The client program interacts with a server of the unified service platform, distinguishes services by identifying different service function numbers, and is processed into a unified service protocol through the unified protocol converter. The client and the server are in communication interconnection through a tcp/ip protocol.
The program in the client carries out interactive programming with the unified protocol processor, and carries out protocol processing through the unified protocol processor, and sends and receives the program.
S103, the single-pipeline unified service platform of the service end receives the service request sent by the client, decrypts the service request, performs protocol conversion on the service request, and the function distributor of the unified service platform distributes the service request to the corresponding service module according to the mark of each service request.
The unified service protocol in the service end is converted into the service protocol through the unified protocol converter, and the unified service platform distributes the protocol command to the corresponding functional module. The unified protocol handler marks different service requests using a specific protocol header, and the unified protocol handler marks the corresponding service request through a service module field of the protocol header. And the function distributor of the unified service platform distributes corresponding information to corresponding service modules according to the service module fields in the unified protocol header so as to achieve the function of providing different services by utilizing the unified service platform.
And the single pipeline unified service platform in the server analyzes and decrypts the client message, and distributes the client message to different service modules through the function distributor. After the different server modules process the corresponding requests, the returned data are delivered to the function distributor for reverse processing, and the results are returned to the client through the unified service platform.
The two-way protocol uses a uniform protocol header to mark different service requests, uses the content part of the uniform platform protocol to store the request content of different services, the single pipeline uniform service platform decrypts and analyzes each protocol data, and distributes the request to different service modules according to the mark service field of the uniform service protocol header. And each service module returns the processed reply to the single-pipeline unified service platform, and the single-pipeline unified service platform encrypts the data returned by the service module as the content of the unified service protocol and returns the encrypted data to the client through the single-pipeline unified service platform. The attributes of the unified service protocol header include at least a message cookie, a service type, a content size, and a content attribute.
And S105, the service module returns information after processing the service request.
The attributes of the different service module protocols comprise at least the requested service type and the parameters required by the corresponding service type. In some embodiments, this step comprises:
after the service module processes the corresponding service request, the service module sends the returned result data to the function distributor, and the unified service platform performs protocol conversion and encryption processing on the returned result data and then sends the result data to the client; the client receives the returned result data, analyzes the returned data of the corresponding service module through the unified protocol converter, and submits the returned data to the client program.
In some embodiments, the unified protocol converter marks the corresponding service request by a service module field of the unified protocol header; and the function distributor of the unified service platform distributes the corresponding service request to the corresponding service module according to the service module field in the unified protocol header.
In some embodiments, dynamic load and unload techniques are employed for different service modules. Because the service provided by the service end is rarely stopped during the operation, when different service modules are upgraded, other service modules on the unified service platform are not influenced, and in order to realize the function, a dynamic loading and unloading technology needs to be adopted for different service modules.
The invention discloses a unified platform protocol implementation for processing different server functions by a single pipeline, which relates to a client and a server, wherein a user program of the client sends a server command through a tcp/ip protocol, and the server receives the protocol command sent by the client, decrypts, analyzes and distributes the protocol command to different service modules of the server; the client and the server carry out protocol communication through tcp/ip, and the two ends carry out encryption and decryption bidirectional conversion on the protocol command through a uniform protocol converter. Different service module functions of the server are mutually independent and are attached to a unified service platform of the server. By applying the technical scheme of the invention, the unified service platform distributes different service functions through bidirectional protocol conversion, so that the coupling of different functions of the service end can be greatly reduced, the occupation of port resources of the service end due to the provision of different services is reduced, the complexity of design for providing different service protocols is reduced, and the efficiency of program development is increased.
From the general knowledge of those skilled in the art, it is often necessary to use a reliable network transport protocol, like tcp, sctp, based on the interaction of the server with the client. The existing open source server can not meet the requirements of the invention, and a single pipeline unified service platform needs to be developed independently. For the service module providing service to the outside through the unified service platform, different modules can be freely developed according to the functional requirements as long as the different modules follow the interface requirements of the unified service platform.
The technical scheme of the invention is summarized as follows: the client requests for different services only relate to interaction between corresponding service protocols, the client sends the requests for the service modules to the service end of the unified service platform through the unified protocol converter, the unified service platform of the single assembly line analyzes and decrypts the protocol headers, the corresponding requests are distributed to the corresponding service modules, the service modules finish the distribution of the services, the service modules process the requests of the client, the data are sent to the client through the unified service platform, the client receives the return messages, the return data for the service modules are analyzed through the unified protocol converter, and the return data are submitted to the client. The unified service platform is completely transparent to the client and the server.
In summary, it can be seen from the detailed description of the implementation that the solution of the present invention is applied to the server, and the beneficial effects of the solution to the existing single service instance are represented as follows: the interaction between the client and the server does not relate to an underlying network, so that the efficiency of function development of the client and the server is greatly improved.
Compared with the prior art of independently developing a single-function server side, the technical scheme of the invention is applied to the server side and the client side, and has the beneficial effects that: by the aid of the unified protocol processor, functions of an underlying network protocol part considered by the client and the server during design are reduced, server resources occupied by running various services are reduced, and server management efficiency is improved.
As shown in fig. 2-3, the present application provides a system for processing different server functions by a single pipeline, comprising: a client 201 configured to: the client program sends the service request to a unified protocol converter of the client; the unified protocol converter converts the service requests into a unified service protocol, marks each service request and sends the marked service request to a server; a single pipeline unified service platform 202 configured to: the single-pipeline unified service platform of the service end receives the service request sent by the client, decrypts the service request, performs protocol conversion on the service request, and the function distributor of the unified service platform distributes the service request to the corresponding service module according to the mark of each service request; a service module 203 for: and the service module returns information after processing the service request.
Wherein, the service module is used for: after the service module processes the corresponding service request, the service module sends the returned result data to the function distributor;
the unified service platform is used for: performing protocol conversion and encryption processing on the returned result data, and then sending the result data to the client;
the client is used for: and receiving returned result data, analyzing the returned data of the corresponding service module through the unified protocol converter, and submitting the returned data to the client program.
Wherein the unified protocol converter is configured to: marking corresponding service requests through service module fields of the unified protocol header; the function distributor of the unified service platform is used for: and distributing the corresponding service request to the corresponding service module according to the service module field in the unified protocol header.
Wherein, dynamic loading and unloading technology is adopted for different service modules.
The attributes of the uniform service protocol header at least comprise a message cookie, a service type, a content size and a content attribute.
In the present application, the system embodiment in which the single pipeline processes different server functions is basically similar to the method embodiment in which the single pipeline processes different server functions, and reference is made to the description of the method embodiment in which the single pipeline processes different server functions.
It is clear to a person skilled in the art that the solution according to the embodiments of the invention can be implemented by means of software and/or hardware. The "unit" and "module" in this specification refer to software and/or hardware that can perform a specific function independently or in cooperation with other components, where the hardware may be, for example, an FPGA (Field-Programmable Gate Array), an IC (Integrated Circuit), or the like.
Each processing unit and/or module according to the embodiments of the present invention may be implemented by an analog circuit that implements the functions described in the embodiments of the present invention, or may be implemented by software that executes the functions described in the embodiments of the present invention.
Embodiments of the present invention further provide a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the method steps for processing different server functions by using a single pipeline. The computer-readable storage medium may include, but is not limited to, any type of disk including floppy disks, optical disks, DVD, CD-ROMs, microdrive, and magneto-optical disks, ROMs, RAMs, EPROMs, EEPROMs, DRAMs, VRAMs, flash memory devices, magnetic or optical cards, nanosystems (including molecular memory ICs), or any type of media or device suitable for storing instructions and/or data.
Fig. 4 is a schematic structural diagram of a server according to an embodiment of the present application, and as shown in fig. 4, the server of the present application includes a processor 401, a memory 402, an input device 403, and an output device 404. The processor 401, memory 402, input device 403, and output device 404 may be connected by a bus 405 or otherwise. The memory 402 has stored thereon a computer program that is executable on the processor 401 and that when executed by the processor 401 implements the steps performed by the server in the method for single pipeline processing of different server functions as described above.
The input device 403 may receive input numeric or character information and generate key signal inputs related to user settings and function control of the data processing computer apparatus, such as a touch screen, keypad, mouse, track pad, touch pad, pointer stick, one or more mouse buttons, track ball, joystick or other input device. The output devices 404 may include a display device, auxiliary lighting devices (e.g., LEDs), and haptic feedback devices (e.g., vibrating motors), among others. Display devices may include, but are not limited to, Liquid Crystal Displays (LCDs), Light Emitting Diode (LED) displays, plasma displays, and touch screens.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The above-described device embodiments are merely illustrative, for example, the division of the unit is only a logical functional division, and there may be other division ways in actual implementation, such as: multiple units or components may be combined, or may be integrated into another system, or some features may be omitted, or not implemented. In addition, the coupling, direct coupling or communication connection between the components shown or discussed may be through some interfaces, and the indirect coupling or communication connection between the devices or units may be electrical, mechanical or other forms.
All functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may be separately used as one unit, or two or more units may be integrated into one unit; the integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A method for processing different server functions by a single pipeline, comprising:
the client program sends the service request to a unified protocol converter of the client; the unified protocol converter converts the service requests into unified service protocols, marks each service request and sends the marked service request to a server;
a single pipeline unified service platform of a service end receives a service request sent by a client, decrypts the service request, performs protocol conversion on the service request, and a function distributor of the unified service platform distributes the service request to a corresponding service module according to the mark of each service request;
and the service module returns information after processing the service request.
2. The method of claim 1, wherein the returning of the information after the service module has processed the service request comprises:
after the service module processes the corresponding service request, the service module sends the returned result data to the function distributor, and the unified service platform performs protocol conversion and encryption processing on the returned result data and then sends the result data to the client;
and the client receives the returned result data, analyzes the returned data of the corresponding service module through the unified protocol converter, and submits the returned data to the client program.
3. A method for handling different server functions in a single pipeline as claimed in claim 1 or 2, wherein the unified protocol translator marks corresponding service requests via a service module field of a unified protocol header; and the function distributor of the unified service platform distributes the corresponding service request to the corresponding service module according to the service module field in the unified protocol header.
4. A method for processing different server functions in a single pipeline as claimed in claim 1 or 2, wherein dynamic load and unload techniques are used for different service modules.
5. The method of claim 1 or 2, wherein the attributes of the unified service protocol header include at least a message cookie, a service type, a content size, and a content attribute.
6. A system for a single pipeline to handle different server functions, comprising:
a client for: the client program sends the service request to a unified protocol converter of the client; the unified protocol converter converts the service requests into unified service protocols, marks each service request and sends the marked service request to a server;
the unified service platform of single assembly line is used for: a single pipeline unified service platform of a service end receives a service request sent by a client, decrypts the service request, performs protocol conversion on the service request, and a function distributor of the unified service platform distributes the service request to a corresponding service module according to the mark of each service request;
a service module to: and the service module returns information after processing the service request.
7. The system of claim 6, wherein the service module is configured to: after the service module processes the corresponding service request, the service module sends the returned result data to the function distributor;
the unified service platform is configured to: carrying out protocol conversion and encryption processing on the returned result data, and then sending the result data to the client;
the client is used for: and receiving returned result data, analyzing the returned data of the corresponding service module by the unified protocol converter, and submitting the returned data to the client program.
8. The system of claim 6 or 7, wherein the unified protocol converter is configured to: marking corresponding service requests through service module fields of the unified protocol header; the function distributor of the unified service platform is used for: and distributing the corresponding service request to the corresponding service module according to the service module field in the unified protocol header.
9. The system of claim 6 or 7, wherein the dynamic load/unload technique is applied to different service modules.
10. The system of claim 6 or 7, wherein the attributes of the unified service protocol header include at least message cookie, service type, content size, content attribute.
CN202011520747.1A 2020-12-21 2020-12-21 Method and system for processing different server functions by single pipeline Active CN112671754B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011520747.1A CN112671754B (en) 2020-12-21 2020-12-21 Method and system for processing different server functions by single pipeline

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011520747.1A CN112671754B (en) 2020-12-21 2020-12-21 Method and system for processing different server functions by single pipeline

Publications (2)

Publication Number Publication Date
CN112671754A true CN112671754A (en) 2021-04-16
CN112671754B CN112671754B (en) 2023-05-02

Family

ID=75407019

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011520747.1A Active CN112671754B (en) 2020-12-21 2020-12-21 Method and system for processing different server functions by single pipeline

Country Status (1)

Country Link
CN (1) CN112671754B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115100840A (en) * 2022-05-16 2022-09-23 深圳绿米联创科技有限公司 Device control method, device, electronic device and storage medium

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050015491A1 (en) * 2003-05-16 2005-01-20 Markel Corporation Systems, methods, and articles of manufacture for dynamically providing web services
CN101409706A (en) * 2007-10-09 2009-04-15 华为技术有限公司 Method, system and relevant equipment for distributing data of edge network
TW201245991A (en) * 2011-05-05 2012-11-16 Univ Nat Taipei Technology Macro file execution platform applied for smart phone
CN103514258A (en) * 2013-08-09 2014-01-15 北京龙存科技有限责任公司 Centralized recording, preprocessing and replaying method based on offline cache file operation
US20140310365A1 (en) * 2012-01-31 2014-10-16 Global Relay Communications Inc. System and Method for Tracking Messages in a Messaging Service
CN104185150A (en) * 2014-09-15 2014-12-03 浪潮集团有限公司 Self-service automobile emergency rescuing method based on mobile communication network
CN104243512A (en) * 2013-06-07 2014-12-24 上海联影医疗科技有限公司 Method for integrating medical services
US20150326713A1 (en) * 2014-05-07 2015-11-12 Line Corporation Communication server, communication terminal, and method of communication
CN105245553A (en) * 2015-11-18 2016-01-13 拉扎斯网络科技(上海)有限公司 SOA system and service processing method
CN107079181A (en) * 2014-11-07 2017-08-18 高通股份有限公司 Distributed/unstructured service management framework of cooperation for Wireless Display platform
CN108270813A (en) * 2016-12-30 2018-07-10 华为技术有限公司 A kind of isomery multi-protocol stack method, apparatus and system
CN109002362A (en) * 2017-06-06 2018-12-14 阿里巴巴集团控股有限公司 A kind of method of servicing, device, system and electronic equipment
CN110719254A (en) * 2019-08-29 2020-01-21 北斗航天卫星应用科技集团有限公司 Multi-protocol integrated Beidou position service system and service method
CN111490963A (en) * 2019-01-25 2020-08-04 上海哔哩哔哩科技有限公司 Data processing method, system, equipment and storage medium based on QUIC protocol stack

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050015491A1 (en) * 2003-05-16 2005-01-20 Markel Corporation Systems, methods, and articles of manufacture for dynamically providing web services
CN101409706A (en) * 2007-10-09 2009-04-15 华为技术有限公司 Method, system and relevant equipment for distributing data of edge network
TW201245991A (en) * 2011-05-05 2012-11-16 Univ Nat Taipei Technology Macro file execution platform applied for smart phone
US20140310365A1 (en) * 2012-01-31 2014-10-16 Global Relay Communications Inc. System and Method for Tracking Messages in a Messaging Service
CN104243512A (en) * 2013-06-07 2014-12-24 上海联影医疗科技有限公司 Method for integrating medical services
CN103514258A (en) * 2013-08-09 2014-01-15 北京龙存科技有限责任公司 Centralized recording, preprocessing and replaying method based on offline cache file operation
US20150326713A1 (en) * 2014-05-07 2015-11-12 Line Corporation Communication server, communication terminal, and method of communication
CN104185150A (en) * 2014-09-15 2014-12-03 浪潮集团有限公司 Self-service automobile emergency rescuing method based on mobile communication network
CN107079181A (en) * 2014-11-07 2017-08-18 高通股份有限公司 Distributed/unstructured service management framework of cooperation for Wireless Display platform
CN105245553A (en) * 2015-11-18 2016-01-13 拉扎斯网络科技(上海)有限公司 SOA system and service processing method
CN108270813A (en) * 2016-12-30 2018-07-10 华为技术有限公司 A kind of isomery multi-protocol stack method, apparatus and system
CN109002362A (en) * 2017-06-06 2018-12-14 阿里巴巴集团控股有限公司 A kind of method of servicing, device, system and electronic equipment
CN111490963A (en) * 2019-01-25 2020-08-04 上海哔哩哔哩科技有限公司 Data processing method, system, equipment and storage medium based on QUIC protocol stack
CN110719254A (en) * 2019-08-29 2020-01-21 北斗航天卫星应用科技集团有限公司 Multi-protocol integrated Beidou position service system and service method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
何戈,伍卫国,吴维刚,钱德沛,徐志伟: "WebCom:一个基于Web技术的计算网格入口工具包", no. 01 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115100840A (en) * 2022-05-16 2022-09-23 深圳绿米联创科技有限公司 Device control method, device, electronic device and storage medium
CN115100840B (en) * 2022-05-16 2024-01-12 深圳绿米联创科技有限公司 Equipment control method, device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN112671754B (en) 2023-05-02

Similar Documents

Publication Publication Date Title
JP5936157B2 (en) Systems, methods, and computer programs for hidden automated data mirroring for native interfaces in distributed virtual machines (hidden automated data mirroring for native interfaces in distributed virtual machines )
AU2008101323A4 (en) Methods and apparatus for dynamically allocating tasks
US8874638B2 (en) Interactive analytics processing
US11201836B2 (en) Method and device for managing stateful application on server
CN112988499A (en) Data processing method and device, electronic equipment and storage medium
CN113422686B (en) Gateway layer authentication method, system, electronic device and storage medium
US9218226B2 (en) System and methods for remote access to IMS databases
CN108881485A (en) The method for ensureing the high concurrent system response time under big data packet
US11637868B2 (en) Attestation support for elastic cloud computing environments
US20230359577A1 (en) Spatial distribution in a 3d data processing unit
CA2843284A1 (en) Computer system, computer-implemented method and computer program product for sequencing incoming messages for processing at an application
CN111163052A (en) Method, device, medium and electronic equipment for connecting Internet of things platform
CN112671754A (en) Method and system for processing different server functions by single pipeline
CN111586177B (en) Cluster session loss prevention method and system
US20040181797A1 (en) Application infa operating system
US9374416B2 (en) Universal architecture for client management extensions on monitoring, control, and configuration
CN110545324A (en) Data processing method, device, system, network equipment and storage medium
US20210203665A1 (en) Process and system for managing data flows for the unified governance of a plurality of intensive computing solutions
CN112508693B (en) Resource distribution channel distribution method and device based on user tags and electronic equipment
US7143128B1 (en) Interactive data processor controlled display interface for tracking of allocated messages in a dynamic workload balancing communication system
CN111124291A (en) Data storage processing method and device of distributed storage system and electronic equipment
CN115454674A (en) Method and device for acquiring external data source data, electronic equipment and storage medium
CN113282890B (en) Resource authorization method, device, electronic equipment and storage medium
KR20010063810A (en) System and method for data exchange between workflow system and applications
CN114844693A (en) Lightweight communication data encryption method, device, equipment and storage medium

Legal Events

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