CN111277599A - Remote call processing method and device - Google Patents

Remote call processing method and device Download PDF

Info

Publication number
CN111277599A
CN111277599A CN202010072474.2A CN202010072474A CN111277599A CN 111277599 A CN111277599 A CN 111277599A CN 202010072474 A CN202010072474 A CN 202010072474A CN 111277599 A CN111277599 A CN 111277599A
Authority
CN
China
Prior art keywords
result
preprocessing
preprocessing result
call
remote
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
CN202010072474.2A
Other languages
Chinese (zh)
Other versions
CN111277599B (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.)
Zhejiang Dahua Technology Co Ltd
Original Assignee
Zhejiang Dahua 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 Zhejiang Dahua Technology Co Ltd filed Critical Zhejiang Dahua Technology Co Ltd
Priority to CN202010072474.2A priority Critical patent/CN111277599B/en
Publication of CN111277599A publication Critical patent/CN111277599A/en
Application granted granted Critical
Publication of CN111277599B publication Critical patent/CN111277599B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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
    • H04L67/133Protocols for remote procedure calls [RPC]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services

Abstract

The invention provides a remote call processing method and a remote call processing device, wherein the method comprises the following steps: receiving and analyzing a call request of remote call initiated by a client, wherein the call request carries a service type, a call period and an effective period of a preprocessing result; under the condition that the effective period of the preprocessing result is greater than or equal to a preset threshold value, judging whether the preprocessing result of the remote call exists or not according to the call request; determining the execution result of the remote call according to the judgment result; the execution result is sent to the client, the problem that in the related technology, due to the fact that the data returned by the service end is too slow, the client remote calling waiting time is too long can be solved, the remote calling with low real-time requirement is preprocessed, the preprocessing result is directly returned when the client calls, and the response speed of the remote calling is improved.

Description

Remote call processing method and device
Technical Field
The invention relates to the field of information processing, in particular to a remote call processing method and device.
Background
Products in the market are gradually intelligent, intelligent products usually have clients for configuration operation, and the intelligent products are in a CS (circuit switched) architecture or a BS (base station) architecture, and the architectures use a mode that the clients remotely call a server to communicate, and the most frequently encountered problem of the mode is that some calling speeds are very slow, so that the waiting time of the clients is too long or even the waiting time is overtime.
The current common solution is to perform fragment processing on the remote call, divide the remote call into a plurality of small fragments, and perform one-time remote call on each fragment, thereby ensuring that each remote call cannot be overtime.
The related art provides a method for realizing communication among communication devices, which is used for solving the problems that in the prior art, when a UDP (user Datagram protocol) mode is adopted to realize P2P communication, information interaction is slow, and the communication effect cannot be better ensured due to packet loss; the method comprises the following steps: the first communication device sends a request message for establishing the P2P connection to the second communication device through the server; at least one of the first and second communication devices initiating a command to establish a P2P connection with the other; and directly establishing a P2P channel between the first and second communication devices according to the command for establishing the P2P connection and transmitting the data packet through the channel. The invention establishes P2P channel between communication devices for communication, and no server is needed to forward data, thereby reducing the load of server and increasing the interaction speed of user information. The optimization is carried out in a transmission layer, in practical scenes, the slow data return of the server is often caused by the large data processing amount and the slow processing speed of a service layer, the effect of the transmission layer optimization is very little, and the optimization from the service layer is more needed in the scenes. When the remote call is carried out between the client and the server, the return time of some command servers is too long, so that the waiting time of the client is too long.
In the prior art, no solution is provided for the problem of long waiting time for remote calling of the client due to slow data return of the server in the service layer.
Disclosure of Invention
The embodiment of the invention provides a behavior recognition processing method and device, which are used for at least solving the problem that the remote calling waiting time of a client is too long due to too slow data return of a service end in a service layer in the related technology.
According to an embodiment of the present invention, there is provided a remote call processing method including:
receiving and analyzing a call request of remote call initiated by a client, wherein the call request carries a service type, a call period and an effective period of a preprocessing result;
under the condition that the effective period of the preprocessing result is greater than or equal to a preset threshold value, judging whether the preprocessing result of the remote call exists or not according to the call request;
determining the execution result of the remote call according to the judgment result;
and sending the execution result to the client.
Optionally, determining the execution result of the remote call according to the judgment result includes:
if the preprocessing result does not exist, executing the service type to obtain the execution result;
and storing the execution result as a preprocessing result, and setting the generation time of the preprocessing result as the current moment.
Optionally, determining the execution result of the remote call according to the judgment result includes:
if the preprocessing result exists and the generation time of the preprocessing result is not within the effective period of the preprocessing result, clearing the preprocessing result;
re-executing the service type to obtain the execution result;
and storing the execution result as a preprocessing result, and setting the generation time of the preprocessing result as the current time.
Optionally, determining the execution result of the remote call according to the judgment result includes:
and if the preprocessing result exists and the generation time of the preprocessing result is within the valid period of the preprocessing result, determining the preprocessing result as the execution result of the remote call.
Optionally, after receiving and parsing the invocation request of the remote call initiated by the client, the method further includes:
creating a preprocessing task for the remote call under the condition that the effective period of the preprocessing result is greater than or equal to a preset threshold value;
executing the service type after the preset time in the calling period to obtain a preprocessing result of the remote calling;
and storing the preprocessing result, and setting the generation time of the preprocessing result as the time for executing the command.
Optionally, after receiving and parsing the invocation request of the remote call initiated by the client, the method further includes:
and under the condition that the effective period of the preprocessing result is smaller than the preset threshold value, directly executing the service type to obtain the execution result of the remote call.
According to another embodiment of the present invention, there is also provided a remote call processing apparatus including:
the system comprises a receiving module, a processing module and a processing module, wherein the receiving module is used for receiving and analyzing a call request of remote call initiated by a client, and the call request carries a service type, a call period and an effective period of a preprocessing result;
the judging module is used for judging whether the remote calling preprocessing result exists according to the calling request under the condition that the effective period of the preprocessing result is greater than or equal to a preset threshold value;
the determining module is used for determining the execution result of the remote call according to the judgment result;
and the sending module is used for sending the execution result to the client.
Optionally, the determining module includes:
the execution submodule is used for executing the service type to obtain the execution result if the preprocessing result does not exist;
and the first storage submodule is used for storing the execution result as a preprocessing result and setting the generation time of the preprocessing result as the current moment.
Optionally, the determining module includes:
the clearing submodule is used for clearing the preprocessing result if the preprocessing result exists and the generation time of the preprocessing result is not in the effective period of the preprocessing result;
the re-execution sub-module is used for re-executing the service type to obtain the execution result;
and the second storage submodule is used for storing the execution result as a preprocessing result and setting the generation time of the preprocessing result as the current time.
Optionally, the determining module includes:
and the determining submodule is used for determining the preprocessing result as the execution result of the remote call if the preprocessing result exists and the generation time of the preprocessing result is within the valid period of the preprocessing result.
Optionally, the apparatus further comprises:
the calling module is used for creating a preprocessing task for the remote calling under the condition that the effective period of the preprocessing result is greater than or equal to a preset threshold value;
the first execution module is used for executing the service type after the preset time in the calling period to obtain the preprocessing result of the remote calling;
and the setting module is used for storing the preprocessing result and setting the generation time of the preprocessing result as the time for executing the command.
Optionally, the apparatus further comprises:
and the second execution module is used for directly executing the service type under the condition that the effective period of the preprocessing result is smaller than the preset threshold value, so as to obtain the execution result of the remote call.
According to a further embodiment of the present invention, a computer-readable storage medium is also provided, in which a computer program is stored, wherein the computer program is configured to perform the steps of any of the above-described method embodiments when executed.
According to yet another embodiment of the present invention, there is also provided an electronic device, including a memory in which a computer program is stored and a processor configured to execute the computer program to perform the steps in any of the above method embodiments.
According to the invention, a call request of remote call initiated by a client is received and analyzed, wherein the call request carries a service type, a call period and an effective period of a preprocessing result; under the condition that the effective period of the preprocessing result is greater than or equal to a preset threshold value, judging whether the preprocessing result of the remote call exists or not according to the call request; determining the execution result of the remote call according to the judgment result; the execution result is sent to the client, the problem that in the related technology, due to the fact that the data returned by the service end is too slow, the client remote calling waiting time is too long can be solved, the remote calling with low real-time requirement is preprocessed, the preprocessing result is directly returned when the client calls, and the response speed of the remote calling is improved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
fig. 1 is a block diagram of a hardware configuration of a mobile terminal of a remote call processing method according to an embodiment of the present invention;
FIG. 2 is a flow diagram of a remote call processing method according to an embodiment of the present invention;
FIG. 3 is a flow diagram of a remote invocation process in accordance with a preferred embodiment of the present invention;
fig. 4 is a block diagram of a remote call processing device according to an embodiment of the present invention.
Detailed Description
The invention will be described in detail hereinafter with reference to the accompanying drawings in conjunction with embodiments. It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order.
Example 1
The method provided by the first embodiment of the present application may be executed in a mobile terminal, a computer terminal, or a similar computing device. Taking a mobile terminal as an example, fig. 1 is a hardware structure block diagram of a mobile terminal of the remote call processing method according to an embodiment of the present invention, and as shown in fig. 1, the mobile terminal 10 may include one or more processors 102 (only one is shown in fig. 1) (the processor 102 may include, but is not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA), and a memory 104 for storing data, and optionally, the mobile terminal may further include a transmission device 106 for communication function and an input/output device 108. It will be understood by those skilled in the art that the structure shown in fig. 1 is only an illustration, and does not limit the structure of the mobile terminal. For example, the mobile terminal 10 may also include more or fewer components than shown in FIG. 1, or have a different configuration than shown in FIG. 1.
The memory 104 may be used to store a computer program, for example, a software program of application software and a module, such as a computer program corresponding to the message receiving method in the embodiment of the present invention, and the processor 102 executes various functional applications and data processing by running the computer program stored in the memory 104, so as to implement the method described above. The memory 104 may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some instances, the memory 104 may further include memory located remotely from the processor 102, which may be connected to the mobile terminal 10 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission device 106 is used for receiving or transmitting data via a network. Specific examples of the network described above may include a wireless network provided by a communication provider of the mobile terminal 10. In one example, the transmission device 106 includes a Network adapter (NIC), which can be connected to other Network devices through a base station so as to communicate with the internet. In one example, the transmission device 106 may be a Radio Frequency (RF) module, which is used for communicating with the internet in a wireless manner.
In this embodiment, a remote call processing method operating in the mobile terminal or the network architecture is provided, and fig. 2 is a flowchart of the remote call processing method according to the embodiment of the present invention, as shown in fig. 2, the flowchart includes the following steps:
step S202, receiving and analyzing a call request of remote call initiated by a client, wherein the call request carries a service type, a call period and an effective period of a preprocessing result;
step S204, under the condition that the effective period of the preprocessing result is greater than or equal to a preset threshold value, judging whether the preprocessing result of the remote call exists according to the call request;
step S206, determining the execution result of the remote call according to the judgment result;
step S208, sending the execution result to the client.
Receiving and analyzing a call request of remote call initiated by a client through the steps S202 to S208, wherein the call request carries a service type, a call period and an effective period of a preprocessing result; under the condition that the effective period of the preprocessing result is greater than or equal to a preset threshold value, judging whether the preprocessing result of the remote call exists or not according to the call request; determining the execution result of the remote call according to the judgment result; the execution result is sent to the client, the problem that in the related technology, due to the fact that the data returned by the service end is too slow, the client remote calling waiting time is too long can be solved, the remote calling with low real-time requirement is preprocessed, the preprocessing result is directly returned when the client calls, and the response speed of the remote calling is improved.
In an optional embodiment, the step S206 may specifically include:
if the preprocessing result does not exist, executing the service type to obtain the execution result;
and storing the execution result as a preprocessing result, and setting the generation time of the preprocessing result as the current moment.
In another optional embodiment, the step S206 may specifically include:
if the preprocessing result exists and the generation time of the preprocessing result is not within the effective period of the preprocessing result, clearing the preprocessing result;
re-executing the service type to obtain the execution result;
and storing the execution result as a preprocessing result, and setting the generation time of the preprocessing result as the current time.
In yet another optional embodiment, the step S206 may specifically include:
and if the preprocessing result exists and the generation time of the preprocessing result is within the valid period of the preprocessing result, determining the preprocessing result as the execution result of the remote call.
In the embodiment of the invention, after receiving and analyzing a call request of remote call initiated by a client, a preprocessing task is created for the remote call under the condition that the effective period of the preprocessing result is greater than or equal to a preset threshold value; executing the service type after the preset time in the calling period to obtain a preprocessing result of the remote calling; and storing the preprocessing result, and setting the generation time of the preprocessing result as the time for executing the command.
In the embodiment of the invention, after receiving and analyzing the call request of remote call initiated by the client, the service type is directly executed under the condition that the effective period of the preprocessing result is less than the preset threshold value, and the execution result of the remote call is obtained.
Fig. 3 is a flowchart of a remote call process according to a preferred embodiment of the present invention, as shown in fig. 3, including:
step S301, receiving a remote call initiated by a client, wherein the remote call request carries a remote call type method, a call period interval and an effective period deadline of a preprocessing result; when a client initiates remote calling, at least three fields, namely a remote calling type method, a calling period interval and a valid period deadline (unit: second) of a preprocessing result, need to be transmitted, and if real-time latest data needs to be acquired, the value of the deadline is 0;
step S302, analyzing the remote call, namely, the server side analyzes the method, the interval and the deadline of the remote call;
step S303, under the condition that the validity period deadline of the preprocessing result is greater than 0, creating a preprocessing task, recalling the remote calling type method after half of the time of the calling period interval, temporarily storing the execution result into the equipment, setting the generation time of the execution result as the time of executing the command, namely, automatically recalling the method after half of the time of the interval duration, temporarily storing the calling result in the equipment, and setting the generation time of the execution result as the time of executing the command;
step S304, judging whether a preprocessing result corresponding to the remote call already exists, if so, executing step S305, otherwise, executing step S309;
step S305, acquiring a preprocessing result of the method;
step S306, judging whether the generation time of the preprocessing result is in the incoming deadline of the current remote call, if so, executing step S307, otherwise, executing steps S30 and 8;
step S307, if the generation time of the preprocessing result is within the deadline, determining the preprocessing result as the execution result of the remote call;
step S308, if the preprocessing result exceeds the deadline, clearing the preprocessing result, re-executing the validity period method of the preprocessing result, temporarily storing the execution result in the equipment, and setting the generation time of the execution result as the current time;
step S309, directly executing the remote call type method, temporarily storing an execution result in the device, and setting the generation time of the execution result as the current time;
step S310, returning the execution result of the remote call to the client.
According to the embodiment of the invention, by analyzing the frequency of remote calling, some calls with low real-time requirements are preprocessed, and the preprocessing result is directly given when the next client calls, so that the response speed is improved more quickly from the root; the remote call is divided into two types with high real-time requirement and low real-time requirement, and the call with high real-time requirement is preprocessed only when the real-time requirement is not high and is not influenced.
Example 2
There is also provided a remote call processing apparatus according to another embodiment of the present invention, and fig. 4 is a block diagram of the remote call processing apparatus according to the embodiment of the present invention, as shown in fig. 4, including:
a receiving module 42, configured to receive and analyze a call request of remote call initiated by a client, where the call request carries a service type, a call period, and an effective period of a preprocessing result;
a determining module 44, configured to determine whether the remote invoked preprocessing result exists according to the invocation request when an effective period of the preprocessing result is greater than or equal to a preset threshold;
a determining module 46, configured to determine an execution result of the remote call according to a result of the determination;
a sending module 48, configured to send the execution result to the client.
Optionally, the determining module 46 includes:
the execution submodule is used for executing the service type to obtain the execution result if the preprocessing result does not exist;
and the first storage submodule is used for storing the execution result as a preprocessing result and setting the generation time of the preprocessing result as the current moment.
Optionally, the determining module 46 includes:
the clearing submodule is used for clearing the preprocessing result if the preprocessing result exists and the generation time of the preprocessing result is not in the effective period of the preprocessing result;
the re-execution sub-module is used for re-executing the service type to obtain the execution result;
and the second storage submodule is used for storing the execution result as a preprocessing result and setting the generation time of the preprocessing result as the current time.
Optionally, the determining module 46 includes:
and the determining submodule is used for determining the preprocessing result as the execution result of the remote call if the preprocessing result exists and the generation time of the preprocessing result is within the valid period of the preprocessing result.
Optionally, the apparatus further comprises:
the calling module is used for creating a preprocessing task for the remote calling under the condition that the effective period of the preprocessing result is greater than or equal to a preset threshold value;
the first execution module is used for executing the service type after the preset time in the calling period to obtain the preprocessing result of the remote calling;
and the setting module is used for storing the preprocessing result and setting the generation time of the preprocessing result as the time for executing the command.
Optionally, the apparatus further comprises:
and the second execution module is used for directly executing the service type under the condition that the effective period of the preprocessing result is smaller than the preset threshold value, so as to obtain the execution result of the remote call.
It should be noted that, the above modules may be implemented by software or hardware, and for the latter, the following may be implemented, but not limited to: the modules are all positioned in the same processor; alternatively, the modules are respectively located in different processors in any combination.
Example 3
Embodiments of the present invention also provide a computer-readable storage medium, in which a computer program is stored, wherein the computer program is configured to perform the steps of any of the above method embodiments when executed.
Alternatively, in the present embodiment, the storage medium may be configured to store a computer program for executing the steps of:
s1, receiving and analyzing a remote call request initiated by a client, wherein the call request carries a service type, a call period and an effective period of a preprocessing result;
s2, judging whether the preprocessing result of the remote call exists according to the call request under the condition that the effective period of the preprocessing result is greater than or equal to a preset threshold value;
s3, determining the execution result of the remote call according to the judgment result;
s4, sending the execution result to the client.
Optionally, in this embodiment, the storage medium may include, but is not limited to: various media capable of storing computer programs, such as a usb disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic disk, or an optical disk.
Example 4
Embodiments of the present invention also provide an electronic device comprising a memory having a computer program stored therein and a processor arranged to run the computer program to perform the steps of any of the above method embodiments.
Optionally, the electronic apparatus may further include a transmission device and an input/output device, wherein the transmission device is connected to the processor, and the input/output device is connected to the processor.
Optionally, in this embodiment, the processor may be configured to execute the following steps by a computer program:
s1, receiving and analyzing a remote call request initiated by a client, wherein the call request carries a service type, a call period and an effective period of a preprocessing result;
s2, judging whether the preprocessing result of the remote call exists according to the call request under the condition that the effective period of the preprocessing result is greater than or equal to a preset threshold value;
s3, determining the execution result of the remote call according to the judgment result;
s4, sending the execution result to the client.
Optionally, the specific examples in this embodiment may refer to the examples described in the above embodiments and optional implementation manners, and this embodiment is not described herein again.
It will be apparent to those skilled in the art that the modules or steps of the present invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and alternatively, they may be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, and in some cases, the steps shown or described may be performed in an order different than that described herein, or they may be separately fabricated into individual integrated circuit modules, or multiple ones of them may be fabricated into a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
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 principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A remote call processing method, comprising:
receiving and analyzing a call request of remote call initiated by a client, wherein the call request carries a service type, a call period and an effective period of a preprocessing result;
under the condition that the effective period of the preprocessing result is greater than or equal to a preset threshold value, judging whether the preprocessing result of the remote call exists or not according to the call request;
determining the execution result of the remote call according to the judgment result;
and sending the execution result to the client.
2. The method of claim 1, wherein determining the execution result of the remote call according to the result of the determination comprises:
if the preprocessing result does not exist, executing the service type to obtain the execution result;
and storing the execution result as a preprocessing result, and setting the generation time of the preprocessing result as the current moment.
3. The method of claim 1, wherein determining the execution result of the remote call according to the result of the determination comprises:
if the preprocessing result exists and the generation time of the preprocessing result is not within the effective period of the preprocessing result, clearing the preprocessing result;
re-executing the service type to obtain the execution result;
and storing the execution result as a preprocessing result, and setting the generation time of the preprocessing result as the current time.
4. The method of claim 1, wherein determining the execution result of the remote call according to the result of the determination comprises:
and if the preprocessing result exists and the generation time of the preprocessing result is within the valid period of the preprocessing result, determining the preprocessing result as the execution result of the remote call.
5. The method of claim 1, wherein after receiving and parsing a call request for a client-initiated remote call, the method further comprises:
creating a preprocessing task for the remote call under the condition that the effective period of the preprocessing result is greater than or equal to a preset threshold value;
executing the service type after the preset time in the calling period to obtain a preprocessing result of the remote calling;
and storing the preprocessing result, and setting the generation time of the preprocessing result as the time for executing the command.
6. The method of any of claims 1 to 5, wherein after receiving and parsing a call request of a client-initiated remote call, the method further comprises:
and under the condition that the effective period of the preprocessing result is smaller than the preset threshold value, directly executing the service type to obtain the execution result of the remote call.
7. A remote call processing apparatus, comprising:
the system comprises a receiving module, a processing module and a processing module, wherein the receiving module is used for receiving and analyzing a call request of remote call initiated by a client, and the call request carries a service type, a call period and an effective period of a preprocessing result;
the judging module is used for judging whether the remote calling preprocessing result exists according to the calling request under the condition that the effective period of the preprocessing result is greater than or equal to a preset threshold value;
the determining module is used for determining the execution result of the remote call according to the judgment result;
and the sending module is used for sending the execution result to the client.
8. The apparatus of claim 7, wherein the determining module comprises:
the execution submodule is used for executing the service type to obtain the execution result if the preprocessing result does not exist;
and the first storage submodule is used for storing the execution result as a preprocessing result and setting the generation time of the preprocessing result as the current moment.
9. A computer-readable storage medium, in which a computer program is stored, wherein the computer program is configured to carry out the method of any one of claims 1 to 6 when executed.
10. An electronic device comprising a memory and a processor, wherein the memory has stored therein a computer program, and wherein the processor is arranged to execute the computer program to perform the method of any of claims 1 to 6.
CN202010072474.2A 2020-01-21 2020-01-21 Remote call processing method and device Active CN111277599B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010072474.2A CN111277599B (en) 2020-01-21 2020-01-21 Remote call processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010072474.2A CN111277599B (en) 2020-01-21 2020-01-21 Remote call processing method and device

Publications (2)

Publication Number Publication Date
CN111277599A true CN111277599A (en) 2020-06-12
CN111277599B CN111277599B (en) 2022-10-18

Family

ID=71001891

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010072474.2A Active CN111277599B (en) 2020-01-21 2020-01-21 Remote call processing method and device

Country Status (1)

Country Link
CN (1) CN111277599B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115208936A (en) * 2022-05-26 2022-10-18 锐凌无线有限责任公司 Remote calling method, system, device, electronic equipment and storage medium
CN116800769A (en) * 2023-08-29 2023-09-22 北京趋动智能科技有限公司 Processing method and processing device of API remote call request, user terminal and server

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100242055A1 (en) * 2009-03-17 2010-09-23 Microsoft Corporation Remote procedure call chains
US20160080519A1 (en) * 2014-09-11 2016-03-17 Microsoft Technology Licensing, Llc Local caching and resolution of service calls
CN109634764A (en) * 2018-12-20 2019-04-16 百度在线网络技术(北京)有限公司 Work-flow control method, apparatus, equipment, storage medium and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100242055A1 (en) * 2009-03-17 2010-09-23 Microsoft Corporation Remote procedure call chains
US20160080519A1 (en) * 2014-09-11 2016-03-17 Microsoft Technology Licensing, Llc Local caching and resolution of service calls
CN109634764A (en) * 2018-12-20 2019-04-16 百度在线网络技术(北京)有限公司 Work-flow control method, apparatus, equipment, storage medium and system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115208936A (en) * 2022-05-26 2022-10-18 锐凌无线有限责任公司 Remote calling method, system, device, electronic equipment and storage medium
CN116800769A (en) * 2023-08-29 2023-09-22 北京趋动智能科技有限公司 Processing method and processing device of API remote call request, user terminal and server
CN116800769B (en) * 2023-08-29 2023-12-29 北京趋动智能科技有限公司 Processing method and processing device of API remote call request, user terminal and server

Also Published As

Publication number Publication date
CN111277599B (en) 2022-10-18

Similar Documents

Publication Publication Date Title
CN109152095B (en) Wireless network connection method for terminal
CN103346974B (en) Controlling method of service process and network device
CN109547511B (en) WEB message real-time pushing method, server, client and system
CN109152094B (en) Wireless network connection method for terminal
CN111865736B (en) Equipment control method and device
CN110958281B (en) Data transmission method and communication device based on Internet of things
CN110633442A (en) Pushing method and device and electronic equipment
CN110808948B (en) Remote procedure calling method, device and system
CN111277599B (en) Remote call processing method and device
CN113259415B (en) Network message processing method and device and network server
US20150067066A1 (en) Provisioning Communication Services using Proxy Server in a Cloud
CN112104679B (en) Method, apparatus, device and medium for processing hypertext transfer protocol request
CN109729061B (en) Message processing method, device, equipment and readable storage medium
CN112637221B (en) Equipment control method and device
CN112511621B (en) Data transmission method and device, storage medium, and electronic device
CN112714159A (en) Message forwarding method and device, storage medium and electronic device
CN109120541B (en) Method, device, terminal equipment and storage medium for limiting network speed
CN111917511B (en) Data receiving method
CN111477229B (en) Voice recognition request processing method and device
CN113628632A (en) Voice noise reduction method, device, equipment and storage medium
CN107465751B (en) Communication method, device, client and computer storage medium
CN112738245B (en) Method and device for determining equipment response information, storage medium and electronic device
CN111858043B (en) Service request processing method and device, storage medium and electronic device
CN112769889B (en) Service data pushing method and device, storage medium and electronic device
CN114760348A (en) Business processing method and device, storage medium and electronic device

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