CN108170541B - Interface calling method and device and computer readable storage medium - Google Patents

Interface calling method and device and computer readable storage medium Download PDF

Info

Publication number
CN108170541B
CN108170541B CN201711404940.7A CN201711404940A CN108170541B CN 108170541 B CN108170541 B CN 108170541B CN 201711404940 A CN201711404940 A CN 201711404940A CN 108170541 B CN108170541 B CN 108170541B
Authority
CN
China
Prior art keywords
interface
calling
side interface
server
server side
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.)
Active
Application number
CN201711404940.7A
Other languages
Chinese (zh)
Other versions
CN108170541A (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.)
Nubia Technology Co Ltd
Original Assignee
Nubia 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 Nubia Technology Co Ltd filed Critical Nubia Technology Co Ltd
Priority to CN201711404940.7A priority Critical patent/CN108170541B/en
Publication of CN108170541A publication Critical patent/CN108170541A/en
Application granted granted Critical
Publication of CN108170541B publication Critical patent/CN108170541B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • 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/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/541Client-server
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/543Local

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computing Systems (AREA)
  • Quality & Reliability (AREA)
  • Mathematical Physics (AREA)
  • Telephonic Communication Services (AREA)
  • Telephone Function (AREA)

Abstract

The invention discloses an interface calling method, equipment and a computer readable storage medium, wherein the method comprises the following steps: monitoring the state of calling a server side interface by an application program; when the calling state of the server side interface exceeds a monitoring threshold value, the server side interface is adjusted to be a terminal side interface; and executing terminal side interface calling operation in the application program. The method and the device realize an efficient application program interface calling scheme, intelligently convert a server interface method into a client local method for calling by monitoring the condition that the mobile phone client calls the server interface, and improve the calling interface running speed of the application, thereby improving the running speed and the smoothness of the application and improving the application experience of a user.

Description

Interface calling method and device and computer readable storage medium
Technical Field
The present invention relates to the field of mobile communications, and in particular, to an interface calling method, device and computer-readable storage medium.
Background
In the prior art, various server interfaces are called during the running process of an application. When some server interfaces are called, the calling time may be too long due to a large concurrent amount of users, a tight server resource, or a large amount of returned data, which affects the user experience.
Therefore, the technical scheme has the following problems: some interfaces are too long in calling time, so that the user experience is influenced; the method is applied to the process of waiting for the interface to return data, and is blocked; when the interface returns more data, the flow is affected.
In the prior art, no technical scheme can solve the problems.
Disclosure of Invention
In order to solve the technical defects that in the prior art, the calling time of part of application program interfaces is too long, the user experience is influenced, the interfaces are blocked when the interfaces wait for returning data, and the flow is influenced when the interfaces return more data, the invention provides an interface calling method, which comprises the following steps:
monitoring the state of calling a server side interface by an application program;
when the calling state of the server side interface exceeds a monitoring threshold value, the server side interface is adjusted to be a terminal side interface;
and executing terminal side interface calling operation in the application program.
Optionally, the monitoring the state of the application program calling the server-side interface includes:
monitoring a monitoring threshold value of the application program in calling a server interface, wherein the monitoring threshold value comprises but is not limited to a calling time consumption threshold value, a user concurrency value threshold value and an interface return value data value threshold value;
and setting a threshold acquisition interface in the application program, and acquiring the monitoring threshold through the threshold acquisition interface.
Optionally, when the calling state of the server-side interface exceeds the monitoring threshold, adjusting the server-side interface to be the terminal-side interface includes:
setting a push message acquisition interface in the application program, and acquiring a push message sent by the server side through the push message acquisition interface, wherein the push message includes but is not limited to a message exceeding a monitoring threshold;
and setting a data analysis interface in the application program, wherein the data analysis interface is used for analyzing the return data sent by the server side, and the return data is generated by an analysis program of the server side.
Optionally, when the calling state of the server-side interface exceeds the monitoring threshold, adjusting the server-side interface to be the terminal-side interface further includes:
judging whether the calling state of the server side interface exceeds a monitoring threshold value or not;
if the calling state of the server side interface exceeds the monitoring threshold, the server side interface is adjusted to be a terminal side interface, and if the calling state of the server side interface does not exceed the monitoring threshold, the server side interface is kept to be the server side interface.
Optionally, the executing the terminal-side interface call operation in the application program includes:
after the calling operation of the terminal side interface is executed in the application program, monitoring whether the calling state of the server side interface exceeds a monitoring threshold value;
and if the calling state of the server side interface does not exceed the monitoring threshold, adjusting the terminal side interface to be the server side interface.
The present invention also provides an interface calling device, which includes a memory, a processor, and a computer program stored in the memory and operable on the processor, and when executed by the processor, the computer program implements:
monitoring the state of calling a server side interface by an application program;
when the calling state of the server side interface exceeds a monitoring threshold value, the server side interface is adjusted to be a terminal side interface;
and executing terminal side interface calling operation in the application program.
Optionally, the computer program further implements, when executed by the processor:
monitoring a monitoring threshold value of the application program in calling a server interface, wherein the monitoring threshold value comprises but is not limited to a calling time consumption threshold value, a user concurrency value threshold value and an interface return value data value threshold value;
and setting a threshold acquisition interface in the application program, and acquiring the monitoring threshold through the threshold acquisition interface.
Optionally, the computer program further implements, when executed by the processor:
setting a push message acquisition interface in the application program, and acquiring a push message sent by the server side through the push message acquisition interface, wherein the push message includes but is not limited to a message exceeding a monitoring threshold;
and setting a data analysis interface in the application program, wherein the data analysis interface is used for analyzing the return data sent by the server side, and the return data is generated by an analysis program of the server side.
Optionally, the computer program further implements, when executed by the processor:
judging whether the calling state of the server side interface exceeds a monitoring threshold value or not;
if the calling state of the server side interface exceeds a monitoring threshold, the server side interface is adjusted to be a terminal side interface, and if the calling state of the server side interface does not exceed the monitoring threshold, the server side interface is kept to be the server side interface;
after the calling operation of the terminal side interface is executed in the application program, monitoring whether the calling state of the server side interface exceeds a monitoring threshold value;
and if the calling state of the server side interface does not exceed the monitoring threshold, adjusting the terminal side interface to be the server side interface.
The present invention also proposes a computer-readable storage medium having stored thereon an interface calling program which, when executed by a processor, implements the steps of the interface calling method according to any one of the above.
By implementing the interface calling method, the device and the computer readable storage medium, the state of the server side interface is called by monitoring the application program; when the calling state of the server side interface exceeds a monitoring threshold value, the server side interface is adjusted to be a terminal side interface; and executing terminal side interface calling operation in the application program. The method and the device realize an efficient application program interface calling scheme, intelligently convert a server interface method into a client local method for calling by monitoring the condition that the mobile phone client calls the server interface, and improve the calling interface running speed of the application, thereby improving the running speed and the smoothness of the application and improving the application experience of a user.
Drawings
The invention will be further described with reference to the accompanying drawings and examples, in which:
fig. 1 is a schematic diagram of a hardware structure of a mobile terminal according to the present invention;
fig. 2 is a communication network system architecture diagram provided by an embodiment of the present invention;
FIG. 3 is a flow chart of a first embodiment of the interface call method of the present invention;
FIG. 4 is a flow chart of a second embodiment of the interface call method of the present invention;
FIG. 5 is a flow chart of a third embodiment of the interface call method of the present invention;
FIG. 6 is a flow chart of a fourth embodiment of the interface call method of the present invention;
fig. 7 is a flowchart of a fifth embodiment of the interface calling method of the present invention.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In the following description, suffixes such as "module", "component", or "unit" used to denote elements are used only for facilitating the explanation of the present invention, and have no specific meaning in itself.
Thus, "module", "component" or "unit" may be used mixedly.
The terminal may be implemented in various forms. For example, the terminal described in the present invention may include a mobile terminal such as a mobile phone, a tablet computer, a notebook computer, a palmtop computer, a Personal Digital Assistant (PDA), a Portable Media Player (PMP), a navigation device, a wearable device, a smart band, a pedometer, and the like, and a fixed terminal such as a Digital TV, a desktop computer, and the like.
The following description will be given by way of example of a mobile terminal, and it will be understood by those skilled in the art that the construction according to the embodiment of the present invention can be applied to a fixed type terminal, in addition to elements particularly used for mobile purposes.
Referring to fig. 1, which is a schematic diagram of a hardware structure of a mobile terminal for implementing various embodiments of the present invention, the mobile terminal 100 may include: RF (Radio Frequency) unit 101, WiFi module 102, audio output unit 103, a/V (audio/video) input unit 104, sensor 105, display unit 106, user input unit 107, interface unit 108, memory 109, processor 110, and power supply 111. Those skilled in the art will appreciate that the mobile terminal architecture shown in fig. 1 is not intended to be limiting of mobile terminals, which may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
The following describes each component of the mobile terminal in detail with reference to fig. 1:
the radio frequency unit 101 may be configured to receive and transmit signals during information transmission and reception or during a call, and specifically, receive downlink information of a base station and then process the downlink information to the processor 110; in addition, the uplink data is transmitted to the base station. Typically, radio frequency unit 101 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. In addition, the radio frequency unit 101 can also communicate with a network and other devices through wireless communication. The wireless communication may use any communication standard or protocol, including but not limited to GSM (Global System for Mobile communications), GPRS (General Packet Radio Service), CDMA2000 (Code Division Multiple Access 2000), WCDMA (Wideband Code Access 2000)
Division Multiple Access (wcdma), TD-SCDMA (Time Division-Synchronous Code Division Multiple Access), FDD-LTE (Frequency Division duplex-Long Term Evolution), TDD-LTE (Time Division duplex-Long Term Evolution), and the like.
WiFi belongs to short-distance wireless transmission technology, and the mobile terminal can help a user to receive and send e-mails, browse webpages, access streaming media and the like through the WiFi module 102, and provides wireless broadband internet access for the user. Although fig. 1 shows the WiFi module 102, it is understood that it does not belong to the essential constitution of the mobile terminal, and may be omitted entirely as needed within the scope not changing the essence of the invention.
The audio output unit 103 may convert audio data received by the radio frequency unit 101 or the WiFi module 102 or stored in the memory 109 into an audio signal and output as sound when the mobile terminal 100 is in a call signal reception mode, a call mode, a recording mode, a voice recognition mode, a broadcast reception mode, or the like. Also, the audio output unit 103 may also provide audio output related to a specific function performed by the mobile terminal 100 (e.g., a call signal reception sound, a message reception sound, etc.). The audio output unit 103 may include a speaker, a buzzer, and the like.
The a/V input unit 104 is used to receive audio or video signals. The a/V input Unit 104 may include a Graphics Processing Unit (GPU) 1041 and a microphone 1042, the Graphics processor 1041 Processing image data of still pictures or video obtained by an image capturing device (e.g., a camera) in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 106. The image frames processed by the graphic processor 1041 may be stored in the memory 109 (or other storage medium) or transmitted via the radio frequency unit 101 or the WiFi module 102. The microphone 1042 may receive sounds (audio data) via the microphone 1042 in a phone call mode, a recording mode, a voice recognition mode, or the like, and may be capable of processing such sounds into audio data. The processed audio (voice) data may be converted into a format output transmittable to a mobile communication base station via the radio frequency unit 101 in case of a phone call mode. The microphone 1042 may implement various types of noise cancellation (or suppression) algorithms to cancel (or suppress) noise or interference generated in the course of receiving and transmitting audio signals.
The mobile terminal 100 also includes at least one sensor 105, such as a light sensor, a motion sensor, and other sensors. Specifically, the light sensor includes an ambient light sensor that can adjust the brightness of the display panel 1061 according to the brightness of ambient light, and a proximity sensor that can turn off the display panel 1061 and/or a backlight when the mobile terminal 100 is moved to the ear. As one of the motion sensors, the accelerometer sensor can detect the magnitude of acceleration in each direction (generally three axes), can detect the magnitude and direction of gravity when stationary, and can be used for applications of recognizing the gesture of the mobile phone (such as horizontal and vertical screen switching, related games, magnetometer gesture calibration), vibration recognition related functions (such as pedometer and tapping), and other sensors such as a fingerprint sensor, a pressure sensor, an iris sensor, a molecular sensor, a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which are also configurable to the mobile phone, and are not described herein again.
The display unit 106 is used to display information input by a user or information provided to the user. The Display unit 106 may include a Display panel 1061, and the Display panel 1061 may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like.
The user input unit 107 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the mobile terminal. Specifically, the user input unit 107 may include a touch panel 1071 and other input devices 1072. The touch panel 1071, also referred to as a touch screen, may collect a touch operation performed by a user on or near the touch panel 1071 (e.g., an operation performed by the user on or near the touch panel 1071 using a finger, a stylus, or any other suitable object or accessory), and drive a corresponding connection device according to a predetermined program. The touch panel 1071 may include two parts of a touch detection device and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 110, and can receive and execute commands sent by the processor 110. In addition, the touch panel 1071 may be implemented in various types, such as a resistive type, a capacitive type, an infrared ray, and a surface acoustic wave. In addition to the touch panel 1071, the user input unit 107 may include other input devices 1072. In particular, other input devices 1072 may include, but are not limited to, one or more of a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, a joystick, and the like, and are not limited to these specific examples.
Further, the touch panel 1071 may cover the display panel 1061, and when the touch panel 1071 detects a touch operation thereon or nearby, the touch panel 1071 transmits the touch operation to the processor 110 to determine the type of the touch event, and then the processor 110 provides a corresponding visual output on the display panel 1061 according to the type of the touch event. Although the touch panel 1071 and the display panel 1061 are shown in fig. 1 as two separate components to implement the input and output functions of the mobile terminal, in some embodiments, the touch panel 1071 and the display panel 1061 may be integrated to implement the input and output functions of the mobile terminal, and is not limited herein.
The interface unit 108 serves as an interface through which at least one external device is connected to the mobile terminal 100. For example, the external device may include a wired or wireless headset port, an external power supply (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit 108 may be used to receive input (e.g., data information, power, etc.) from external devices and transmit the received input to one or more elements within the mobile terminal 100 or may be used to transmit data between the mobile terminal 100 and external devices.
The memory 109 may be used to store software programs as well as various data. The memory 109 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. Further, the memory 109 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The processor 110 is a control center of the mobile terminal, connects various parts of the entire mobile terminal using various interfaces and lines, and performs various functions of the mobile terminal and processes data by operating or executing software programs and/or modules stored in the memory 109 and calling data stored in the memory 109, thereby performing overall monitoring of the mobile terminal. Processor 110 may include one or more processing units; preferably, the processor 110 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 110.
The mobile terminal 100 may further include a power supply 111 (e.g., a battery) for supplying power to various components, and preferably, the power supply 111 may be logically connected to the processor 110 via a power management system, so as to manage charging, discharging, and power consumption management functions via the power management system.
Although not shown in fig. 1, the mobile terminal 100 may further include a bluetooth module or the like, which is not described in detail herein.
In order to facilitate understanding of the embodiments of the present invention, a communication network system on which the mobile terminal of the present invention is based is described below.
Referring to fig. 2, fig. 2 is an architecture diagram of a communication Network system according to an embodiment of the present invention, where the communication Network system is an LTE system of a universal mobile telecommunications technology, and the LTE system includes a UE (User Equipment) 201, an E-UTRAN (Evolved UMTS Terrestrial Radio Access Network) 202, an EPC (Evolved Packet Core) 203, and an IP service 204 of an operator, which are in communication connection in sequence.
Specifically, the UE201 may be the terminal 100 described above, and is not described herein again.
The E-UTRAN202 includes eNodeB2021 and other eNodeBs 2022, among others. Among them, the eNodeB2021 may be connected with other eNodeB2022 through backhaul (e.g., X2 interface), the eNodeB2021 is connected to the EPC203, and the eNodeB2021 may provide the UE201 access to the EPC 203.
The EPC203 may include an MME (Mobility Management Entity) 2031, an HSS (Home Subscriber Server) 2032, other MMEs 2033, an SGW (Serving gateway) 2034, a PGW (PDN gateway) 2035, and a PCRF (Policy and Charging Rules Function) 2036, and the like. The MME2031 is a control node that handles signaling between the UE201 and the EPC203, and provides bearer and connection management. HSS2032 is used to provide registers to manage functions such as home location register (not shown) and holds subscriber specific information about service characteristics, data rates, etc. All user data may be sent through SGW2034, PGW2035 may provide IP address assignment for UE201 and other functions, and PCRF2036 is a policy and charging control policy decision point for traffic data flow and IP bearer resources, which selects and provides available policy and charging control decisions for a policy and charging enforcement function (not shown).
The IP services 204 may include the internet, intranets, IMS (IP Multimedia Subsystem), or other IP services, among others.
Although the LTE system is described as an example, it should be understood by those skilled in the art that the present invention is not limited to the LTE system, but may also be applied to other wireless communication systems, such as GSM, CDMA2000, WCDMA, TD-SCDMA, and future new network systems.
Based on the above mobile terminal hardware structure and communication network system, the present invention provides various embodiments of the method.
Example one
Fig. 3 is a flowchart of a first embodiment of the interface call method of the present invention. An interface call method, the method comprising:
s1, monitoring the state of the server side interface called by the application program;
s2, when the calling state of the server side interface exceeds a monitoring threshold value, the server side interface is adjusted to be a terminal side interface;
and S3, executing the terminal side interface calling operation in the application program.
In this embodiment, first, the state of the application calling the server-side interface is monitored; then, when the calling state of the server side interface exceeds a monitoring threshold value, the server side interface is adjusted to be a terminal side interface; and finally, executing terminal side interface calling operation in the application program.
Specifically, in this embodiment, first, the state in which the application calls the server-side interface is monitored. For example, a set of server interfaces is set up to invoke the monitoring system, which can set various monitoring thresholds for the application when invoking the server interfaces. The monitoring threshold value comprises a calling time consumption threshold value, a user concurrency value threshold value, an interface return value data quantity threshold value and the like.
The table structure of the monitoring threshold value is an application ID, a time consumption threshold value, a user concurrency value threshold value and an interface return value data value threshold value. For example, an application a has an ID of 23, a time-consuming threshold of 2 seconds, a user concurrency amount of 100 ten thousand, and an interface return value data amount threshold of 3 mbytes.
Further, a threshold value obtaining interface is arranged in the client side of the application program, the threshold value obtaining interface is used for obtaining the threshold values, and the calling condition of the calling interface is monitored according to the threshold values.
Furthermore, a uniform application interface calling condition monitoring program is realized in the mobile phone, the calling of all applications running in the mobile phone to each interface is monitored, and whether the time consumption and the return value of the application are equal to or exceed the threshold set by the server or not is checked.
Further, when the concurrency of the user of the server exceeds the set threshold, the server will notify each mobile phone client through a push message.
Further, in order to realize intelligent judgment of the calling of the interfaces, when the server finds that more users call certain interfaces beyond a set threshold value at present, the server can also push messages to each mobile phone client.
Specifically, in this embodiment, after the state of the server-side interface called by the application program is monitored, when the calling state of the server-side interface exceeds the monitoring threshold, the server-side interface is adjusted to the terminal-side interface.
Similarly, as described in the above example, when the application calls a certain interface to find that it consumes time, or returns the value data amount, or the user concurrency exceeds the threshold set by the server, or the server finds that there are more user call interfaces exceeding the set threshold, the server side will also trigger the parser of the interface method at the same time, and analyze whether the interface method satisfies the condition that can change the remote method into the local method, where the condition includes whether to call the method of the independent package, whether the call chain is independent, whether the read data table is non-relational and can be converted into the simple data table. If these conditions are met, the server extracts the method, converts it into a binary stream, and appends it to the return of the application of the interface call in the format { interface return: XXX, interface method binary stream: XXX }.
Furthermore, a uniform server method conversion program is realized on the mobile phone. Specifically, after the application client receives the interface response, the returned data is analyzed, and the normal interface return value is analyzed to complete the interface call. Then, the interface method binary stream is extracted and converted into an executable method of java, which is stored in the mobile phone memory. And then calling a uniform server method conversion program, modifying the interface calling of the application into local calling when the interface calling exceeds a threshold value, and otherwise, still keeping the interface calling of the server.
Furthermore, when the interface is changed from the server call to the local call according to the above embodiment, the application client changes the parameter that is originally transmitted to the interface call to the parameter of the local method, so as to complete the local call of the application interface.
Specifically, in this embodiment, when the calling state of the server-side interface exceeds the monitoring threshold, the server-side interface is adjusted to the terminal-side interface, and then the terminal-side interface calling operation is executed in the application program. Similarly, as described in the above example, since the resources of the mobile phone client are limited and the power consumption needs to be kept low, only when the interface call exceeds the threshold set by the server, the server interface call is changed to the local call mode, so as to improve the interface call speed at this time, thereby avoiding unnecessary interface waste.
The method has the advantages that the state of the server side interface is called by the monitoring application program; when the calling state of the server side interface exceeds a monitoring threshold value, the server side interface is adjusted to be a terminal side interface; and executing terminal side interface calling operation in the application program. The method and the device realize an efficient application program interface calling scheme, intelligently convert a server interface method into a client local method for calling by monitoring the condition that the mobile phone client calls the server interface, and improve the calling interface running speed of the application, thereby improving the running speed and the smoothness of the application and improving the application experience of a user.
Example two
Fig. 4 is a flowchart of a second embodiment of the interface calling method of the present invention, and based on the above embodiments, the monitoring the state of the application calling the server-side interface includes:
s11, monitoring a monitoring threshold value of the application program in calling a server interface, wherein the monitoring threshold value comprises but is not limited to a calling time consumption threshold value, a user concurrency threshold value and an interface return value data volume threshold value;
and S12, setting a threshold acquisition interface in the application program, and acquiring the monitoring threshold through the threshold acquisition interface.
In this embodiment, first, a monitoring threshold of the application program in calling a server interface is monitored, where the monitoring threshold includes, but is not limited to, a calling time consumption threshold, a user concurrency threshold, and an interface return value data amount threshold, then, a threshold acquisition interface is set in the application program, and the monitoring threshold is acquired through the threshold acquisition interface.
Specifically, in this embodiment, a set of server interface call monitoring system is provided, and the system can set various monitoring thresholds applied when the server interface is called. The monitoring threshold value comprises a calling time consumption threshold value, a user concurrency value threshold value, an interface return value data quantity threshold value and the like.
The table structure of the monitoring threshold value is an application ID, a time consumption threshold value, a user concurrency value threshold value and an interface return value data value threshold value. For example, an application a has an ID of 23, a time-consuming threshold of 2 seconds, a user concurrency amount of 100 ten thousand, and an interface return value data amount threshold of 3 mbytes.
Further, a threshold value obtaining interface is arranged in the client side of the application program, the threshold value obtaining interface is used for obtaining the threshold values, and the calling condition of the calling interface is monitored according to the threshold values.
Furthermore, a uniform application interface calling condition monitoring program is realized in the mobile phone, the calling of all applications running in the mobile phone to each interface is monitored, and whether the time consumption and the return value of the application are equal to or exceed the threshold set by the server or not is checked.
Further, when the concurrency of the user of the server exceeds the set threshold, the server will notify each mobile phone client through a push message.
Further, in order to realize intelligent judgment of the calling of the interfaces, when the server finds that more users call certain interfaces beyond a set threshold value at present, the server can also push messages to each mobile phone client.
Specifically, in this embodiment, after the state of the server-side interface called by the application program is monitored, when the calling state of the server-side interface exceeds the monitoring threshold, the server-side interface is adjusted to the terminal-side interface.
The method has the advantages that the monitoring threshold value of the application program in the calling of the server interface is monitored, wherein the monitoring threshold value comprises but is not limited to a calling time consumption threshold value, a user concurrency threshold value and an interface return value data quantity threshold value, then the threshold value obtaining interface is arranged in the application program, the monitoring threshold value is obtained through the threshold value obtaining interface, a condition basis and a data basis are provided for achieving an efficient application program interface calling scheme in the follow-up process, the interface method of the server side is intelligently converted into the method of the local side of the client side to be called through monitoring the condition that the server interface is called by the mobile phone client side, the operation speed and the smoothness of the application are improved, and the application experience of a user is improved.
EXAMPLE III
Fig. 5 is a flowchart of a third embodiment of the interface invoking method of the present invention, and based on the above embodiments, optionally, the adjusting the server-side interface to be the terminal-side interface when the invoking state of the server-side interface exceeds the monitoring threshold includes:
s21, setting a push message acquisition interface in the application program, and acquiring a push message sent by the server side through the push message acquisition interface, wherein the push message includes but is not limited to a message exceeding a monitoring threshold value;
and S22, setting a data analysis interface in the application program, wherein the data analysis interface is used for analyzing the return data sent by the server side, and the return data is generated by the analysis program of the server side.
In this embodiment, first, a push message obtaining interface is set in the application program, and a push message sent by the server side is obtained through the push message obtaining interface, where the push message includes, but is not limited to, a message exceeding a monitoring threshold, and then, a data parsing interface is set in the application program, where the data parsing interface is configured to parse return data sent by the server side, where the return data is generated by a parser on the server side.
Specifically, when the application calls a certain interface to find that the time consumption, the return value data quantity, the user concurrency quantity exceeds the threshold value set by the server, or the server finds that more user calling interfaces exceed the set threshold value, the server side can simultaneously trigger the analysis program of the interface method, and analyze whether the interface method meets the condition that the remote method can be changed into the local method, wherein the condition comprises whether the method of an independent packet is called, whether a calling chain is independent, whether the read data table is non-relational and can be converted into a simple data table. If these conditions are met, the server extracts the method, converts it into a binary stream, and appends it to the return of the application of the interface call in the format { interface return: XXX, interface method binary stream: XXX }.
Furthermore, a uniform server method conversion program is realized on the mobile phone. Specifically, after the application client receives the interface response, the returned data is analyzed, and the normal interface return value is analyzed to complete the interface call. Then, the interface method binary stream is extracted and converted into an executable method of java, which is stored in the mobile phone memory. And then calling a uniform server method conversion program, modifying the interface calling of the application into local calling when the interface calling exceeds a threshold value, and otherwise, still keeping the interface calling of the server.
Furthermore, when the interface is changed from the server call to the local call according to the above embodiment, the application client changes the parameter that is originally transmitted to the interface call to the parameter of the local method, so as to complete the local call of the application interface.
Furthermore, if the application server has an interface, the function is to determine whether the content contains a reaction or a pornography according to the comments submitted by the users, and when the concurrency amount of the interface call is very high, that is, the number of the users calling the interface at the same time is very large. The server analyzes whether the method called by the interface can be temporarily changed into local execution at the mobile phone client, if the condition is met, the server side can send the binary stream of the method to the mobile phone side in a pushing mode and the like, the mobile phone side converts the binary stream into a local method after receiving the binary stream and then directly runs locally, and judgment on whether the comment content contains a reverse action or a pornography is finished, so that the interface calling speed is still high enough at the moment.
The embodiment has the advantages that a push message acquisition interface is arranged in the application program, and a push message sent by the server side is acquired through the push message acquisition interface, wherein the push message includes but is not limited to a message exceeding a monitoring threshold value, then a data analysis interface is arranged in the application program, and the data analysis interface is used for analyzing return data sent by the server side, wherein the return data is generated by the analysis program on the server side, so that a condition basis and a data basis are provided for realizing an efficient application program interface calling scheme in the follow-up process, and by monitoring the condition that a mobile phone client calls the server interface, the interface method on the server side is intelligently converted into a method on the client local side for calling, so that the operation speed and the smoothness of the application interface are improved, the application experience of the user is improved.
Example four
Fig. 6 is a flowchart of a fourth embodiment of the interface invoking method of the present invention, and based on the above embodiments, optionally, the adjusting the server-side interface to the terminal-side interface when the invoking state of the server-side interface exceeds the monitoring threshold further includes:
s23, judging whether the calling state of the server side interface exceeds a monitoring threshold value;
and S24, if the calling state of the server side interface exceeds the monitoring threshold, adjusting the server side interface to be a terminal side interface, and if the calling state of the server side interface does not exceed the monitoring threshold, keeping the server side interface as the server side interface.
In this embodiment, first, it is determined whether the call state of the server-side interface exceeds a monitoring threshold, and then, if the call state of the server-side interface exceeds the monitoring threshold, the server-side interface is adjusted to be a terminal-side interface, and if the call state of the server-side interface does not exceed the monitoring threshold, the server-side interface is maintained to be the server-side interface.
It can be understood that, because the resources of the mobile phone client are limited and the power consumption needs to be kept low, only when the interface call exceeds the threshold set by the server, the server interface call is changed into a local call mode, so as to improve the interface call speed at this time, thereby avoiding unnecessary interface waste.
Furthermore, a uniform server method conversion program is realized on the mobile phone. Specifically, after the application client receives the interface response, the returned data is analyzed, and the normal interface return value is analyzed to complete the interface call. Then, the interface method binary stream is extracted and converted into an executable method of java, which is stored in the mobile phone memory. And then calling a uniform server method conversion program, modifying the interface calling of the application into local calling when the interface calling exceeds a threshold value, and otherwise, still keeping the interface calling of the server.
Furthermore, when the interface is changed from the server call to the local call according to the above embodiment, the application client changes the parameter that is originally transmitted to the interface call to the parameter of the local method, so as to complete the local call of the application interface.
The method has the advantages that the server interface method is intelligently converted into the client local method for calling by monitoring the condition that the mobile phone client calls the server interface, and the calling interface running speed of the application is increased, so that the running speed and the smoothness of the application are increased, and the application experience of a user is improved.
EXAMPLE five
Fig. 7 is a flowchart of a fifth embodiment of the interface calling method of the present invention, and based on the above embodiments, optionally, the executing the terminal-side interface calling operation in the application program includes:
s31, after the calling operation of the terminal side interface is executed in the application program, monitoring whether the calling state of the server side interface exceeds a monitoring threshold value;
and S32, if the calling state of the server side interface does not exceed the monitoring threshold, adjusting the terminal side interface to be the server side interface.
In this embodiment, first, after a terminal side interface calling operation is executed in the application program, whether a calling state of the server side interface exceeds a monitoring threshold is monitored, and then, if the calling state of the server side interface does not exceed the monitoring threshold, the terminal side interface is adjusted to the server side interface.
It can be understood that, when the call value of the server-side interface is decreased correspondingly, the terminal-side interface is adjusted to the server-side interface in order to ensure the quality of service.
The method and the device have the advantages that after the terminal side interface calling operation is executed in the application program, whether the calling state of the server side interface exceeds a monitoring threshold value or not is monitored, and then if the calling state of the server side interface does not exceed the monitoring threshold value, the terminal side interface is adjusted to be the server side interface, so that the running speed of the calling interface of the application is further increased, the running speed and the fluency of the application are increased, and the application experience of a user is improved.
EXAMPLE six
Based on the foregoing embodiments, the present invention further provides an interface calling device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the computer program when executed by the processor implements:
monitoring the state of calling a server side interface by an application program;
when the calling state of the server side interface exceeds a monitoring threshold value, the server side interface is adjusted to be a terminal side interface;
and executing terminal side interface calling operation in the application program.
In this embodiment, first, the state of the application calling the server-side interface is monitored; then, when the calling state of the server side interface exceeds a monitoring threshold value, the server side interface is adjusted to be a terminal side interface; and finally, executing terminal side interface calling operation in the application program.
Specifically, in this embodiment, first, the state in which the application calls the server-side interface is monitored. For example, a set of server interfaces is set up to invoke the monitoring system, which can set various monitoring thresholds for the application when invoking the server interfaces. The monitoring threshold value comprises a calling time consumption threshold value, a user concurrency value threshold value, an interface return value data quantity threshold value and the like.
The table structure of the monitoring threshold value is an application ID, a time consumption threshold value, a user concurrency value threshold value and an interface return value data value threshold value. For example, an application a has an ID of 23, a time-consuming threshold of 2 seconds, a user concurrency amount of 100 ten thousand, and an interface return value data amount threshold of 3 mbytes.
Further, a threshold value obtaining interface is arranged in the client side of the application program, the threshold value obtaining interface is used for obtaining the threshold values, and the calling condition of the calling interface is monitored according to the threshold values.
Furthermore, a uniform application interface calling condition monitoring program is realized in the mobile phone, the calling of all applications running in the mobile phone to each interface is monitored, and whether the time consumption and the return value of the application are equal to or exceed the threshold set by the server or not is checked.
Further, when the concurrency of the user of the server exceeds the set threshold, the server will notify each mobile phone client through a push message.
Further, in order to realize intelligent judgment of the calling of the interfaces, when the server finds that more users call certain interfaces beyond a set threshold value at present, the server can also push messages to each mobile phone client.
Specifically, in this embodiment, after the state of the server-side interface called by the application program is monitored, when the calling state of the server-side interface exceeds the monitoring threshold, the server-side interface is adjusted to the terminal-side interface.
Similarly, as described in the above example, when the application calls a certain interface to find that it consumes time, or returns the value data amount, or the user concurrency exceeds the threshold set by the server, or the server finds that there are more user call interfaces exceeding the set threshold, the server side will also trigger the parser of the interface method at the same time, and analyze whether the interface method satisfies the condition that can change the remote method into the local method, where the condition includes whether to call the method of the independent package, whether the call chain is independent, whether the read data table is non-relational and can be converted into the simple data table. If these conditions are met, the server extracts the method, converts it into a binary stream, and appends it to the return of the application of the interface call in the format { interface return: XXX, interface method binary stream: XXX }.
Furthermore, a uniform server method conversion program is realized on the mobile phone. Specifically, after the application client receives the interface response, the returned data is analyzed, and the normal interface return value is analyzed to complete the interface call. Then, the interface method binary stream is extracted and converted into an executable method of java, which is stored in the mobile phone memory. And then calling a uniform server method conversion program, modifying the interface calling of the application into local calling when the interface calling exceeds a threshold value, and otherwise, still keeping the interface calling of the server.
Furthermore, when the interface is changed from the server call to the local call according to the above embodiment, the application client changes the parameter that is originally transmitted to the interface call to the parameter of the local method, so as to complete the local call of the application interface.
Specifically, in this embodiment, when the calling state of the server-side interface exceeds the monitoring threshold, the server-side interface is adjusted to the terminal-side interface, and then the terminal-side interface calling operation is executed in the application program. Similarly, as described in the above example, since the resources of the mobile phone client are limited and the power consumption needs to be kept low, only when the interface call exceeds the threshold set by the server, the server interface call is changed to the local call mode, so as to improve the interface call speed at this time, thereby avoiding unnecessary interface waste.
The method has the advantages that the state of the server side interface is called by the monitoring application program; when the calling state of the server side interface exceeds a monitoring threshold value, the server side interface is adjusted to be a terminal side interface; and executing terminal side interface calling operation in the application program. The method and the device realize an efficient application program interface calling scheme, intelligently convert a server interface method into a client local method for calling by monitoring the condition that the mobile phone client calls the server interface, and improve the calling interface running speed of the application, thereby improving the running speed and the smoothness of the application and improving the application experience of a user.
EXAMPLE seven
Based on the above embodiments, the computer program further realizes when executed by the processor:
monitoring a monitoring threshold value of the application program in calling a server interface, wherein the monitoring threshold value comprises but is not limited to a calling time consumption threshold value, a user concurrency value threshold value and an interface return value data value threshold value;
and setting a threshold acquisition interface in the application program, and acquiring the monitoring threshold through the threshold acquisition interface.
In this embodiment, first, a monitoring threshold of the application program in calling a server interface is monitored, where the monitoring threshold includes, but is not limited to, a calling time consumption threshold, a user concurrency threshold, and an interface return value data amount threshold, then, a threshold acquisition interface is set in the application program, and the monitoring threshold is acquired through the threshold acquisition interface.
Specifically, in this embodiment, a set of server interface call monitoring system is provided, and the system can set various monitoring thresholds applied when the server interface is called. The monitoring threshold value comprises a calling time consumption threshold value, a user concurrency value threshold value, an interface return value data quantity threshold value and the like.
The table structure of the monitoring threshold value is an application ID, a time consumption threshold value, a user concurrency value threshold value and an interface return value data value threshold value. For example, an application a has an ID of 23, a time-consuming threshold of 2 seconds, a user concurrency amount of 100 ten thousand, and an interface return value data amount threshold of 3 mbytes.
Further, a threshold value obtaining interface is arranged in the client side of the application program, the threshold value obtaining interface is used for obtaining the threshold values, and the calling condition of the calling interface is monitored according to the threshold values.
Furthermore, a uniform application interface calling condition monitoring program is realized in the mobile phone, the calling of all applications running in the mobile phone to each interface is monitored, and whether the time consumption and the return value of the application are equal to or exceed the threshold set by the server or not is checked.
Further, when the concurrency of the user of the server exceeds the set threshold, the server will notify each mobile phone client through a push message.
Further, in order to realize intelligent judgment of the calling of the interfaces, when the server finds that more users call certain interfaces beyond a set threshold value at present, the server can also push messages to each mobile phone client.
Specifically, in this embodiment, after the state of the server-side interface called by the application program is monitored, when the calling state of the server-side interface exceeds the monitoring threshold, the server-side interface is adjusted to the terminal-side interface.
The method has the advantages that the monitoring threshold value of the application program in the calling of the server interface is monitored, wherein the monitoring threshold value comprises but is not limited to a calling time consumption threshold value, a user concurrency threshold value and an interface return value data quantity threshold value, then the threshold value obtaining interface is arranged in the application program, the monitoring threshold value is obtained through the threshold value obtaining interface, a condition basis and a data basis are provided for achieving an efficient application program interface calling scheme in the follow-up process, the interface method of the server side is intelligently converted into the method of the local side of the client side to be called through monitoring the condition that the server interface is called by the mobile phone client side, the operation speed and the smoothness of the application are improved, and the application experience of a user is improved.
Example eight
Based on the above embodiments, the computer program further realizes when executed by the processor:
setting a push message acquisition interface in the application program, and acquiring a push message sent by the server side through the push message acquisition interface, wherein the push message includes but is not limited to a message exceeding a monitoring threshold;
and setting a data analysis interface in the application program, wherein the data analysis interface is used for analyzing the return data sent by the server side, and the return data is generated by an analysis program of the server side.
In this embodiment, first, it is determined whether the call state of the server-side interface exceeds a monitoring threshold, and then, if the call state of the server-side interface exceeds the monitoring threshold, the server-side interface is adjusted to be a terminal-side interface, and if the call state of the server-side interface does not exceed the monitoring threshold, the server-side interface is maintained to be the server-side interface.
It can be understood that, because the resources of the mobile phone client are limited and the power consumption needs to be kept low, only when the interface call exceeds the threshold set by the server, the server interface call is changed into a local call mode, so as to improve the interface call speed at this time, thereby avoiding unnecessary interface waste.
Furthermore, a uniform server method conversion program is realized on the mobile phone. Specifically, after the application client receives the interface response, the returned data is analyzed, and the normal interface return value is analyzed to complete the interface call. Then, the interface method binary stream is extracted and converted into an executable method of java, which is stored in the mobile phone memory. And then calling a uniform server method conversion program, modifying the interface calling of the application into local calling when the interface calling exceeds a threshold value, and otherwise, still keeping the interface calling of the server.
Furthermore, when the interface is changed from the server call to the local call according to the above embodiment, the application client changes the parameter that is originally transmitted to the interface call to the parameter of the local method, so as to complete the local call of the application interface.
The method has the advantages that the server interface method is intelligently converted into the client local method for calling by monitoring the condition that the mobile phone client calls the server interface, and the calling interface running speed of the application is increased, so that the running speed and the smoothness of the application are increased, and the application experience of a user is improved.
Example nine
Based on the above embodiments, the computer program further realizes when executed by the processor:
judging whether the calling state of the server side interface exceeds a monitoring threshold value or not;
if the calling state of the server side interface exceeds a monitoring threshold, the server side interface is adjusted to be a terminal side interface, and if the calling state of the server side interface does not exceed the monitoring threshold, the server side interface is kept to be the server side interface;
after the calling operation of the terminal side interface is executed in the application program, monitoring whether the calling state of the server side interface exceeds a monitoring threshold value;
and if the calling state of the server side interface does not exceed the monitoring threshold, adjusting the terminal side interface to be the server side interface.
In this embodiment, first, it is determined whether the call state of the server-side interface exceeds a monitoring threshold, and then, if the call state of the server-side interface exceeds the monitoring threshold, the server-side interface is adjusted to be a terminal-side interface, and if the call state of the server-side interface does not exceed the monitoring threshold, the server-side interface is maintained to be the server-side interface.
It can be understood that, because the resources of the mobile phone client are limited and the power consumption needs to be kept low, only when the interface call exceeds the threshold set by the server, the server interface call is changed into a local call mode, so as to improve the interface call speed at this time, thereby avoiding unnecessary interface waste.
Furthermore, a uniform server method conversion program is realized on the mobile phone. Specifically, after the application client receives the interface response, the returned data is analyzed, and the normal interface return value is analyzed to complete the interface call. Then, the interface method binary stream is extracted and converted into an executable method of java, which is stored in the mobile phone memory. And then calling a uniform server method conversion program, modifying the interface calling of the application into local calling when the interface calling exceeds a threshold value, and otherwise, still keeping the interface calling of the server.
Furthermore, when the interface is changed from the server call to the local call according to the above embodiment, the application client changes the parameter that is originally transmitted to the interface call to the parameter of the local method, so as to complete the local call of the application interface.
In this embodiment, first, after a terminal side interface calling operation is executed in the application program, whether a calling state of the server side interface exceeds a monitoring threshold is monitored, and then, if the calling state of the server side interface does not exceed the monitoring threshold, the terminal side interface is adjusted to the server side interface.
It can be understood that, when the call value of the server-side interface is decreased correspondingly, the terminal-side interface is adjusted to the server-side interface in order to ensure the quality of service.
The method and the device have the advantages that after the terminal side interface calling operation is executed in the application program, whether the calling state of the server side interface exceeds a monitoring threshold value or not is monitored, and then if the calling state of the server side interface does not exceed the monitoring threshold value, the terminal side interface is adjusted to be the server side interface, so that the running speed of the calling interface of the application is further increased, the running speed and the fluency of the application are increased, and the application experience of a user is improved.
Example ten
Based on the foregoing embodiments, the present invention further provides a computer-readable storage medium, where an interface calling program is stored, and when the interface calling program is executed by a processor, the interface calling program implements the steps of the interface calling method according to any one of the above embodiments.
By implementing the interface calling method, the device and the computer readable storage medium, the state of the server side interface is called by monitoring the application program; when the calling state of the server side interface exceeds a monitoring threshold value, the server side interface is adjusted to be a terminal side interface; and executing terminal side interface calling operation in the application program. The method and the device realize an efficient application program interface calling scheme, intelligently convert a server interface method into a client local method for calling by monitoring the condition that the mobile phone client calls the server interface, and improve the calling interface running speed of the application, thereby improving the running speed and the smoothness of the application and improving the application experience of a user.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (6)

1. An interface calling method, comprising:
the method comprises the steps that an application program runs on a terminal, and the state that the application program calls a server side interface is monitored;
when the calling state of the server side interface exceeds a monitoring threshold value, the server side interface is adjusted to be a terminal side interface; executing terminal side interface calling operation in the application program; the monitoring of the state of the application program calling the server side interface comprises:
monitoring a monitoring threshold value of the application program calling the server side interface, wherein the monitoring threshold value comprises but is not limited to a calling time consumption threshold value, a user concurrency value threshold value and an interface return value data value threshold value;
setting a threshold acquisition interface in the application program, and acquiring the monitoring threshold through the threshold acquisition interface;
when the calling state of the server side interface exceeds the monitoring threshold, the adjusting the server side interface to be the terminal side interface comprises:
setting a push message acquisition interface in the application program, and acquiring a push message sent by the server side through the push message acquisition interface, wherein the push message includes but is not limited to a message exceeding a monitoring threshold;
and setting a data analysis interface in the application program, wherein the data analysis interface is used for analyzing the return data sent by the server side, and the return data is generated by an analysis program of the server side.
2. The interface invocation method according to claim 1, wherein the adjusting the server-side interface to a terminal-side interface when the invocation state of the server-side interface exceeds a monitoring threshold further comprises:
judging whether the calling state of the server side interface exceeds a monitoring threshold value or not;
and if the calling state of the server side interface does not exceed the monitoring threshold, keeping the server side interface as the server side interface.
3. The interface call method according to claim 2, wherein said performing a terminal-side interface call operation within said application program comprises:
after the calling operation of the terminal side interface is executed in the application program, monitoring whether the calling state of the server side interface exceeds a monitoring threshold value;
and if the calling state of the server side interface does not exceed the monitoring threshold, adjusting the terminal side interface to be the server side interface.
4. An interface invocation device characterised in that said device comprises a memory, a processor and a computer program stored on said memory and operable on said processor, said computer program when executed by said processor effecting:
the method comprises the steps that an application program runs on a terminal, and the state that the application program calls a server side interface is monitored;
when the calling state of the server side interface exceeds a monitoring threshold value, the server side interface is adjusted to be a terminal side interface;
executing terminal side interface calling operation in the application program;
the computer program further enables, when executed by the processor:
monitoring a monitoring threshold value of the application program calling the server side interface, wherein the monitoring threshold value comprises but is not limited to a calling time consumption threshold value, a user concurrency value threshold value and an interface return value data value threshold value;
setting a threshold acquisition interface in the application program, and acquiring the monitoring threshold through the threshold acquisition interface;
the computer program further enables, when executed by the processor:
setting a push message acquisition interface in the application program, and acquiring a push message sent by the server side through the push message acquisition interface, wherein the push message includes but is not limited to a message exceeding a monitoring threshold;
and setting a data analysis interface in the application program, wherein the data analysis interface is used for analyzing the return data sent by the server side, and the return data is generated by an analysis program of the server side.
5. The interface invocation device according to claim 4, wherein the computer program, when executed by the processor, further implements:
judging whether the calling state of the server side interface exceeds a monitoring threshold value or not;
if the calling state of the server side interface does not exceed the monitoring threshold, keeping the server side interface as the server side interface;
after the calling operation of the terminal side interface is executed in the application program, monitoring whether the calling state of the server side interface exceeds a monitoring threshold value;
and if the calling state of the server side interface does not exceed the monitoring threshold, adjusting the terminal side interface to be the server side interface.
6. A computer-readable storage medium, having stored thereon an interface caller, which when executed by a processor implements the steps of the interface call method of any one of claims 1 to 3.
CN201711404940.7A 2017-12-22 2017-12-22 Interface calling method and device and computer readable storage medium Active CN108170541B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711404940.7A CN108170541B (en) 2017-12-22 2017-12-22 Interface calling method and device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711404940.7A CN108170541B (en) 2017-12-22 2017-12-22 Interface calling method and device and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN108170541A CN108170541A (en) 2018-06-15
CN108170541B true CN108170541B (en) 2021-08-24

Family

ID=62523384

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711404940.7A Active CN108170541B (en) 2017-12-22 2017-12-22 Interface calling method and device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN108170541B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104618252A (en) * 2015-03-03 2015-05-13 北京极科极客科技有限公司 Method for constructing interface system of router
US20160077901A1 (en) * 2014-09-17 2016-03-17 StrongLoop, Inc Dynamic Determination of Local and Remote API Calls
CN106452818A (en) * 2015-08-13 2017-02-22 阿里巴巴集团控股有限公司 Resource scheduling method and resource scheduling system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160077901A1 (en) * 2014-09-17 2016-03-17 StrongLoop, Inc Dynamic Determination of Local and Remote API Calls
CN104618252A (en) * 2015-03-03 2015-05-13 北京极科极客科技有限公司 Method for constructing interface system of router
CN106452818A (en) * 2015-08-13 2017-02-22 阿里巴巴集团控股有限公司 Resource scheduling method and resource scheduling system

Also Published As

Publication number Publication date
CN108170541A (en) 2018-06-15

Similar Documents

Publication Publication Date Title
CN108572764B (en) Character input control method and device and computer readable storage medium
CN109195143B (en) Network access method, mobile terminal and readable storage medium
CN110784898A (en) Network switching method, mobile terminal and computer readable storage medium
CN109151216B (en) Application starting method, mobile terminal, server and computer readable storage medium
CN112399215A (en) Screen projection parameter regulation and control method and device and computer readable storage medium
CN108011937B (en) Message pushing method, server, intelligent terminal and computer readable storage medium
CN108040116B (en) Message pushing method, router and computer readable storage medium
CN107688497B (en) Memory regulation and control method, equipment and computer readable storage medium
CN111970738B (en) Network switching control method, device and computer readable storage medium
CN112437472B (en) Network switching method, equipment and computer readable storage medium
CN107734012B (en) Message pushing method, system and computer readable storage medium
CN112102780B (en) Display frame rate regulation and control method, device and computer readable storage medium
CN112612372A (en) Touch event regulation and control method and device and computer readable storage medium
CN110099173B (en) Touch experience mode switching method, terminal and storage medium
CN108040330B (en) WiFi directional transmission method, mobile terminal and readable storage medium
CN108183833B (en) Response processing method and device and computer readable storage medium
CN110955397A (en) Method for setting frame rate of game terminal, game terminal and storage medium
CN109379719B (en) Application program broadcast processing method and device and computer readable storage medium
CN110069161B (en) Screen recognition method, mobile terminal and computer-readable storage medium
CN108304302B (en) Interface merging method, equipment and computer readable storage medium
CN110278402B (en) Dual-channel audio processing method and device and computer readable storage medium
CN109856544B (en) Terminal electricity usage time analysis method, terminal and computer-readable storage medium
CN109558049B (en) Notification message display processing method, mobile terminal and storage medium
CN108170541B (en) Interface calling method and device and computer readable storage medium
CN108037959B (en) Intelligent interface merging method, mobile terminal and computer readable storage medium

Legal Events

Date Code Title Description
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