CN112689012A - Cross-network proxy communication method and device - Google Patents

Cross-network proxy communication method and device Download PDF

Info

Publication number
CN112689012A
CN112689012A CN202011551733.6A CN202011551733A CN112689012A CN 112689012 A CN112689012 A CN 112689012A CN 202011551733 A CN202011551733 A CN 202011551733A CN 112689012 A CN112689012 A CN 112689012A
Authority
CN
China
Prior art keywords
network environment
network
message queue
request information
request
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
CN202011551733.6A
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.)
Nanjing Three Eye Spirit Information Technology Co ltd
Original Assignee
Nanjing Three Eye Spirit 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 Nanjing Three Eye Spirit Information Technology Co ltd filed Critical Nanjing Three Eye Spirit Information Technology Co ltd
Priority to CN202011551733.6A priority Critical patent/CN112689012A/en
Publication of CN112689012A publication Critical patent/CN112689012A/en
Pending legal-status Critical Current

Links

Images

Abstract

The embodiment of the application provides a cross-network proxy communication method and a device, wherein the method comprises the following steps: receiving request information sent by a first network environment and pressing the request information into a message queue; receiving an acquisition request of request information in the message queue, which is sent by a second network environment, through an REST service, so that the second network environment performs service processing through a second service after acquiring the request information, and returns a service processing result to the message queue; receiving a request for acquiring a service processing result in the message queue sent by a first network environment, and sending the service processing result to a second network environment; the application can effectively realize cross-network communication penetration.

Description

Cross-network proxy communication method and device
Technical Field
The present application relates to the field of data processing, and in particular, to a method and an apparatus for cross-network proxy communication.
Background
In a specific environment, two local area networks which are not communicated with each other only allow one-way request information, and both local area networks have service data which a client needs to access the other side. Two networks which cannot be communicated need a specific protocol to interact, and a set of agents which can be accessed in two directions are written in the special environment.
At present, the client side basically has the proxy service in the same network, when a client initiates a request to establish connection with a proxy service system in the same network, the proxy server receives the request command, the proxy server should intercept the host name part to perform domain name resolution and establish connection with the host, the request command without the host name part is forwarded to the proxy server to wait for the response, then the obtained response is forwarded to the client side, and finally the connection is disconnected.
The inventor finds that most of the proxy services in the market cannot completely meet the actual requirements because the proxy services are environment-specific services, specifically:
(1) duplex communications
The proxy service in the market can only satisfy the duplex communication in the same network at present, and cannot satisfy the duplex communication in a specific environment.
(2) Communication protocol
The proxy service in the market can not meet the communication protocol under the specific network environment at present, and the data transmission can be carried out only by adapting to the communication protocol of the specific network.
Disclosure of Invention
Aiming at the problems in the prior art, the application provides a cross-network proxy communication method and device, which can effectively realize cross-network communication penetration.
In order to solve at least one of the above problems, the present application provides the following technical solutions:
in a first aspect, the present application provides a method for cross-network proxy communication, including:
receiving request information sent by a first network environment and pressing the request information into a message queue;
receiving an acquisition request of request information in the message queue, which is sent by a second network environment, through an REST service, so that the second network environment performs service processing through a second service after acquiring the request information, and returns a service processing result to the message queue;
and receiving an acquisition request of the service processing result in the message queue sent by the first network environment, and sending the service processing result to the second network environment.
Further, the first network environment and the second network environment send the acquisition request in a polling manner.
In a second aspect, the present application provides an inter-network proxy communication apparatus, including:
the request information receiving module is used for receiving the request information sent by the first network environment and pressing the request information into a message queue;
a first acquisition request receiving module, configured to request to receive, through an REST service, an acquisition request for request information in the message queue sent by a second network environment, so that the second network environment performs service processing through a second service of the second network environment after acquiring the request information, and returns a service processing result to the message queue;
and the second acquisition request receiving module is used for receiving the acquisition request of the service processing result in the message queue sent by the first network environment and sending the service processing result to the second network environment.
Further, the first network environment and the second network environment send the acquisition request in a polling manner.
In a third aspect, the present application provides an electronic device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the steps of the cross-network proxy communication method when executing the program.
In a fourth aspect, the present application provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the method for proxy communication across a network.
According to the technical scheme, the application provides a cross-network proxy communication method and device, through receiving request information sent by a first network environment and pressing the request information into a message queue; receiving an acquisition request of request information in the message queue, which is sent by a second network environment, through an REST service, so that the second network environment performs service processing through a second service after acquiring the request information, and returns a service processing result to the message queue; receiving a request for acquiring a service processing result in the message queue sent by a first network environment, and sending the service processing result to a second network environment; the application can effectively realize cross-network communication penetration.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flowchart of a cross-network proxy communication method according to an embodiment of the present application;
FIG. 2 is a block diagram of an exemplary embodiment of a cross-network proxy communication device;
FIG. 3 is a second block diagram of a cross-network proxy communication device according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of an electronic device in an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In view of the problems in the prior art, the application provides a cross-network proxy communication method and device, which receives request information sent by a first network environment and presses the request information into a message queue; receiving an acquisition request of request information in the message queue, which is sent by a second network environment, through an REST service, so that the second network environment performs service processing through a second service after acquiring the request information, and returns a service processing result to the message queue; receiving a request for acquiring a service processing result in the message queue sent by a first network environment, and sending the service processing result to a second network environment; the application can effectively realize cross-network communication penetration.
In order to effectively implement cross-network communication penetration, the present application provides an embodiment of a cross-network proxy communication method, and referring to fig. 1, the cross-network proxy communication method specifically includes the following contents:
step S101: receiving request information sent by a first network environment and pressing the request information into a message queue;
step S102: receiving an acquisition request of request information in the message queue, which is sent by a second network environment, through an REST service, so that the second network environment performs service processing through a second service after acquiring the request information, and returns a service processing result to the message queue;
step S103: and receiving an acquisition request of the service processing result in the message queue sent by the first network environment, and sending the service processing result to the second network environment.
As can be seen from the above description, the cross-network proxy communication method provided in the embodiment of the present application can push the request information sent by the first network environment into the message queue by receiving the request information; receiving an acquisition request of request information in the message queue, which is sent by a second network environment, through an REST service, so that the second network environment performs service processing through a second service after acquiring the request information, and returns a service processing result to the message queue; receiving a request for acquiring a service processing result in the message queue sent by a first network environment, and sending the service processing result to a second network environment; the application can effectively realize cross-network communication penetration.
In an embodiment of the cross-network proxy communication method of the present application, the following may be further included:
and the first network environment and the second network environment send the acquisition request in a polling mode.
In order to effectively implement cross-network communication penetration, the present application provides an embodiment of a cross-network proxy communication device for implementing all or part of the contents of the cross-network proxy communication method, and referring to fig. 2, the cross-network proxy communication device specifically includes the following contents:
a request information receiving module 10, configured to receive request information sent by a first network environment and push the request information into a message queue;
a first obtaining request receiving module 20, configured to request to receive, through an REST service, a obtaining request of request information in the message queue sent by a second network environment, so that the second network environment performs service processing through a second service of the second network environment after obtaining the request information, and returns a result of the service processing to the message queue;
a second obtaining request receiving module 30, configured to receive a obtaining request of a service processing result in the message queue sent by the first network environment, and send the service processing result to the second network environment.
As can be seen from the above description, the proxy communication device across networks provided in the embodiments of the present application can receive request information sent by a first network environment and push the request information into a message queue; receiving an acquisition request of request information in the message queue, which is sent by a second network environment, through an REST service, so that the second network environment performs service processing through a second service after acquiring the request information, and returns a service processing result to the message queue; receiving a request for acquiring a service processing result in the message queue sent by a first network environment, and sending the service processing result to a second network environment; the application can effectively realize cross-network communication penetration.
In an embodiment of the present application, the cross-network proxy communication device further includes:
and the first network environment and the second network environment send the acquisition request in a polling mode.
To further explain the present invention, the present application further provides a specific application example of the method for implementing the cross-network proxy communication by using the cross-network proxy communication device, which is shown in fig. 3 and specifically includes the following contents:
A. requesting from the network A to the network B, requesting by the client a Rest service, penetrating the network to the right through protocol adaptation, sending by the proxy service a corresponding service request to the service, pushing the result to the proxy service, sending by the proxy service the corresponding result to the client
B. Requesting from the A network by the B network:
1. the network B client sends the request information to the message queue.
2. And the network B client side polls the returned result information of the consumption message queue after sending the request.
3. The network a client requests a message queue in the consuming network B from the trainee to the rest service.
4. When the client in network A polls the request information consumed to network B, the service in network A is requested and returned to the client in network A.
5. The client of network a sends the corresponding result to the message queue through rest.
6. The network B client returns the result set and takes the requested result through polling the consumption message queue.
Specifically, taking the cross-network of city a and city B as an example, the following results are obtained:
(1) protocol adaptation
The city A can normally perform network penetration to the city B to transmit information.
(2) Duplex communications
The city A requests to send a request to the city B:
the local city A requests local city Rest service, the right-hand penetration network is adapted through a protocol, the proxy service sends a corresponding service request to the service, the service pushes a result to the proxy service, and the proxy service returns the corresponding result to the local city A to complete the network penetration request from the local city A to the local city B.
The city B requests to send a request to the city A:
the local city A requests local city Rest service, penetrates the network to the right through protocol adaptation, acquires a request of the local city B to the local city A in the message queue, the local city A requests service of the local city A, the acquired result is sent to the message queue of the local city B through the local city A Rest service, and the local city B takes the request result through the local city B message queue.
As can be seen from the above, the present application can achieve at least the following technical effects:
(1) to meet specific network requirements.
(2) The complex transmission protocol is written into an adaptable service module, and network penetration can be carried out.
(3) Under a specific network environment, bidirectional network request access can be performed, and code adaptation and universality are met.
In terms of hardware, in order to effectively implement cross-network communication penetration, the present application provides an embodiment of an electronic device for implementing all or part of contents in the cross-network proxy communication method, where the electronic device specifically includes the following contents:
a processor (processor), a memory (memory), a communication Interface (Communications Interface), and a bus; the processor, the memory and the communication interface complete mutual communication through the bus; the communication interface is used for realizing information transmission between the cross-network proxy communication device and relevant equipment such as a core service system, a user terminal, a relevant database and the like; the logic controller may be a desktop computer, a tablet computer, a mobile terminal, and the like, but the embodiment is not limited thereto. In this embodiment, the logic controller may refer to an embodiment of the cross-network proxy communication method and an embodiment of the cross-network proxy communication device in the embodiment, and the contents thereof are incorporated herein, and repeated details are not repeated.
It is understood that the user terminal may include a smart phone, a tablet electronic device, a network set-top box, a portable computer, a desktop computer, a Personal Digital Assistant (PDA), an in-vehicle device, a smart wearable device, and the like. Wherein, intelligence wearing equipment can include intelligent glasses, intelligent wrist-watch, intelligent bracelet etc..
In practical applications, part of the proxy communication method across the network may be executed on the electronic device side as described above, or all operations may be completed in the client device. The selection may be specifically performed according to the processing capability of the client device, the limitation of the user usage scenario, and the like. This is not a limitation of the present application. The client device may further include a processor if all operations are performed in the client device.
The client device may have a communication module (i.e., a communication unit), and may be communicatively connected to a remote server to implement data transmission with the server. The server may include a server on the task scheduling center side, and in other implementation scenarios, the server may also include a server on an intermediate platform, for example, a server on a third-party server platform that is communicatively linked to the task scheduling center server. The server may include a single computer device, or may include a server cluster formed by a plurality of servers, or a server structure of a distributed apparatus.
Fig. 4 is a schematic block diagram of a system configuration of an electronic device 9600 according to an embodiment of the present application. As shown in fig. 4, the electronic device 9600 can include a central processor 9100 and a memory 9140; the memory 9140 is coupled to the central processor 9100. Notably, this fig. 4 is exemplary; other types of structures may also be used in addition to or in place of the structure to implement telecommunications or other functions.
In one embodiment, the cross-network proxy communication method function may be integrated into the central processor 9100. The central processor 9100 may be configured to control as follows:
step S101: receiving request information sent by a first network environment and pressing the request information into a message queue;
step S102: receiving an acquisition request of request information in the message queue, which is sent by a second network environment, through an REST service, so that the second network environment performs service processing through a second service after acquiring the request information, and returns a service processing result to the message queue;
step S103: and receiving an acquisition request of the service processing result in the message queue sent by the first network environment, and sending the service processing result to the second network environment.
As can be seen from the foregoing description, the electronic device provided in the embodiment of the present application receives request information sent by a first network environment and pushes the request information into a message queue; receiving an acquisition request of request information in the message queue, which is sent by a second network environment, through an REST service, so that the second network environment performs service processing through a second service after acquiring the request information, and returns a service processing result to the message queue; receiving a request for acquiring a service processing result in the message queue sent by a first network environment, and sending the service processing result to a second network environment; the application can effectively realize cross-network communication penetration.
In another embodiment, the agent communication device across the network may be configured separately from the central processor 9100, for example, the agent communication device across the network may be configured as a chip connected to the central processor 9100, and the agent communication method function across the network is realized by the control of the central processor.
As shown in fig. 4, the electronic device 9600 may further include: a communication module 9110, an input unit 9120, an audio processor 9130, a display 9160, and a power supply 9170. It is noted that the electronic device 9600 also does not necessarily include all of the components shown in fig. 4; further, the electronic device 9600 may further include components not shown in fig. 4, which may be referred to in the art.
As shown in fig. 4, a central processor 9100, sometimes referred to as a controller or operational control, can include a microprocessor or other processor device and/or logic device, which central processor 9100 receives input and controls the operation of the various components of the electronic device 9600.
The memory 9140 can be, for example, one or more of a buffer, a flash memory, a hard drive, a removable media, a volatile memory, a non-volatile memory, or other suitable device. The information relating to the failure may be stored, and a program for executing the information may be stored. And the central processing unit 9100 can execute the program stored in the memory 9140 to realize information storage or processing, or the like.
The input unit 9120 provides input to the central processor 9100. The input unit 9120 is, for example, a key or a touch input device. Power supply 9170 is used to provide power to electronic device 9600. The display 9160 is used for displaying display objects such as images and characters. The display may be, for example, an LCD display, but is not limited thereto.
The memory 9140 can be a solid state memory, e.g., Read Only Memory (ROM), Random Access Memory (RAM), a SIM card, or the like. There may also be a memory that holds information even when power is off, can be selectively erased, and is provided with more data, an example of which is sometimes called an EPROM or the like. The memory 9140 could also be some other type of device. Memory 9140 includes a buffer memory 9141 (sometimes referred to as a buffer). The memory 9140 may include an application/function storage portion 9142, the application/function storage portion 9142 being used for storing application programs and function programs or for executing a flow of operations of the electronic device 9600 by the central processor 9100.
The memory 9140 can also include a data store 9143, the data store 9143 being used to store data, such as contacts, digital data, pictures, sounds, and/or any other data used by an electronic device. The driver storage portion 9144 of the memory 9140 may include various drivers for the electronic device for communication functions and/or for performing other functions of the electronic device (e.g., messaging applications, contact book applications, etc.).
The communication module 9110 is a transmitter/receiver 9110 that transmits and receives signals via an antenna 9111. The communication module (transmitter/receiver) 9110 is coupled to the central processor 9100 to provide input signals and receive output signals, which may be the same as in the case of a conventional mobile communication terminal.
Based on different communication technologies, a plurality of communication modules 9110, such as a cellular network module, a bluetooth module, and/or a wireless local area network module, may be provided in the same electronic device. The communication module (transmitter/receiver) 9110 is also coupled to a speaker 9131 and a microphone 9132 via an audio processor 9130 to provide audio output via the speaker 9131 and receive audio input from the microphone 9132, thereby implementing ordinary telecommunications functions. The audio processor 9130 may include any suitable buffers, decoders, amplifiers and so forth. In addition, the audio processor 9130 is also coupled to the central processor 9100, thereby enabling recording locally through the microphone 9132 and enabling locally stored sounds to be played through the speaker 9131.
An embodiment of the present application further provides a computer-readable storage medium capable of implementing all the steps in the cross-network proxy communication method in which the execution subject is the server or the client in the above embodiment, where the computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the computer program implements all the steps in the cross-network proxy communication method in which the execution subject is the server or the client, for example, when the processor executes the computer program, the processor implements the following steps:
step S101: receiving request information sent by a first network environment and pressing the request information into a message queue;
step S102: receiving an acquisition request of request information in the message queue, which is sent by a second network environment, through an REST service, so that the second network environment performs service processing through a second service after acquiring the request information, and returns a service processing result to the message queue;
step S103: and receiving an acquisition request of the service processing result in the message queue sent by the first network environment, and sending the service processing result to the second network environment.
As can be seen from the foregoing description, the computer-readable storage medium provided in the embodiments of the present application receives request information sent by a first network environment and pushes the request information into a message queue; receiving an acquisition request of request information in the message queue, which is sent by a second network environment, through an REST service, so that the second network environment performs service processing through a second service after acquiring the request information, and returns a service processing result to the message queue; receiving a request for acquiring a service processing result in the message queue sent by a first network environment, and sending the service processing result to a second network environment; the application can effectively realize cross-network communication penetration.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (devices), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The principle and the implementation mode of the invention are explained by applying specific embodiments in the invention, and the description of the embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (6)

1. A method for proxy communication across a network, the method comprising:
receiving request information sent by a first network environment and pressing the request information into a message queue;
receiving an acquisition request of request information in the message queue, which is sent by a second network environment, through an REST service, so that the second network environment performs service processing through a second service after acquiring the request information, and returns a service processing result to the message queue;
and receiving an acquisition request of the service processing result in the message queue sent by the first network environment, and sending the service processing result to the second network environment.
2. The method of claim 1, wherein the first network environment and the second network environment send the request by polling.
3. A proxy communication device across a network, comprising:
the request information receiving module is used for receiving the request information sent by the first network environment and pressing the request information into a message queue;
a first acquisition request receiving module, configured to request to receive, through an REST service, an acquisition request for request information in the message queue sent by a second network environment, so that the second network environment performs service processing through a second service of the second network environment after acquiring the request information, and returns a service processing result to the message queue;
and the second acquisition request receiving module is used for receiving the acquisition request of the service processing result in the message queue sent by the first network environment and sending the service processing result to the second network environment.
4. The device of claim 3, wherein the first network environment and the second network environment send the request by polling.
5. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the steps of the method of proxy communication across a network according to any one of claims 1 to 4 when executing the program.
6. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method for proxy communication across a network according to any one of claims 1 to 4.
CN202011551733.6A 2020-12-24 2020-12-24 Cross-network proxy communication method and device Pending CN112689012A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011551733.6A CN112689012A (en) 2020-12-24 2020-12-24 Cross-network proxy communication method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011551733.6A CN112689012A (en) 2020-12-24 2020-12-24 Cross-network proxy communication method and device

Publications (1)

Publication Number Publication Date
CN112689012A true CN112689012A (en) 2021-04-20

Family

ID=75452746

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011551733.6A Pending CN112689012A (en) 2020-12-24 2020-12-24 Cross-network proxy communication method and device

Country Status (1)

Country Link
CN (1) CN112689012A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113608892A (en) * 2021-07-23 2021-11-05 中国电子科技集团公司第三十研究所 High-concurrency lock-free proxy forwarding implementation method in asynchronous network environment
CN115396533A (en) * 2022-08-25 2022-11-25 深圳市雁联计算系统有限公司 Data processing method and service system for integrating multiple communication protocols

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160248836A1 (en) * 2015-02-20 2016-08-25 International Business Machines Corporation Scalable self-healing architecture for client-server operations in transient connectivity conditions
CN109525574A (en) * 2018-11-08 2019-03-26 航天信息股份有限公司 A kind of inter-network cross-layer grade business collaboration service plateform system
CN109756508A (en) * 2019-01-22 2019-05-14 深圳壹账通智能科技有限公司 Message Agent method and relevant device based on multi-protocols access block chain network
CN110808874A (en) * 2019-10-25 2020-02-18 北京大米科技有限公司 Cross-machine-room service monitoring method and device, storage medium and server

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160248836A1 (en) * 2015-02-20 2016-08-25 International Business Machines Corporation Scalable self-healing architecture for client-server operations in transient connectivity conditions
CN109525574A (en) * 2018-11-08 2019-03-26 航天信息股份有限公司 A kind of inter-network cross-layer grade business collaboration service plateform system
CN109756508A (en) * 2019-01-22 2019-05-14 深圳壹账通智能科技有限公司 Message Agent method and relevant device based on multi-protocols access block chain network
CN110808874A (en) * 2019-10-25 2020-02-18 北京大米科技有限公司 Cross-machine-room service monitoring method and device, storage medium and server

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113608892A (en) * 2021-07-23 2021-11-05 中国电子科技集团公司第三十研究所 High-concurrency lock-free proxy forwarding implementation method in asynchronous network environment
CN115396533A (en) * 2022-08-25 2022-11-25 深圳市雁联计算系统有限公司 Data processing method and service system for integrating multiple communication protocols

Similar Documents

Publication Publication Date Title
CN111031058A (en) Websocket-based distributed server cluster interaction method and device
CN105763723B (en) Mobile terminal and method for upgrading system
CN110990228A (en) Data interface monitoring method and device
CN110764881A (en) Distributed system background retry method and device
US11758087B2 (en) Multimedia conference data processing method and apparatus, and electronic device
CN112689012A (en) Cross-network proxy communication method and device
CN111679790A (en) Remote software development storage space distribution method and device
CN111445331A (en) Transaction matching method and device
CN111767558B (en) Data access monitoring method, device and system
CN112328413B (en) Application service calling method, device and system
CN111367561B (en) Remote development method and device for software program
CN112953908A (en) Network isolation configuration method, device and system
CN111338905A (en) Application node data processing method and device
CN114257532B (en) Method and device for detecting state of server
CN115099930A (en) Financial business data processing method and device
CN115562898A (en) Distributed payment system exception handling method and device
CN114138895A (en) Data synchronization method and device for multiple data sources, computer equipment and storage medium
CN111782366A (en) Distributed task scheduling method and device
CN111767118A (en) Container storage space processing method and device based on distributed file system
CN112559158A (en) Micro-service timing task scheduling method and device
CN111343172A (en) Network access authority dynamic processing method and device
CN111930624A (en) Test link message data processing method and device
CN113342501B (en) System fault processing method and device
CN111818144B (en) Message transmission method, device and system under remote service calling framework
CN114090489B (en) IO expansion method and device based on virtio

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