CN107885605A - It is a kind of to control the system and method that the frequency is called in the API unit time - Google Patents

It is a kind of to control the system and method that the frequency is called in the API unit time Download PDF

Info

Publication number
CN107885605A
CN107885605A CN201711098349.3A CN201711098349A CN107885605A CN 107885605 A CN107885605 A CN 107885605A CN 201711098349 A CN201711098349 A CN 201711098349A CN 107885605 A CN107885605 A CN 107885605A
Authority
CN
China
Prior art keywords
queue
api
team
current time
api calls
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201711098349.3A
Other languages
Chinese (zh)
Inventor
黄启庆
梁圣奇
王静
袁骞骞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur Cloud Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201711098349.3A priority Critical patent/CN107885605A/en
Publication of CN107885605A publication Critical patent/CN107885605A/en
Pending legal-status Critical Current

Links

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
    • 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/549Remote execution

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The present invention provides a kind of system and method for controlling and the frequency being called in the API unit time, and system includes:Queue assignment module, API Calls data obtaining module, judge module, queue operation module, API Calls action module;Method includes:1. distributing a queue to each API, queue maximum length is equal to maximum allowable visitation frequency in the associated AP I unit interval;2. when intercepting API Calls request, the queue of API distribution is obtained, obtains the maximum length of the queue, obtains the physical length of the queue, obtains team's head timestamp of the queue, obtains current time stamp;3. judge whether to meet queue operation condition;If meeting queue operation condition, queue is operated;4. judge whether to meet API Calls condition;If meet API Calls condition, it is allowed to this time API Calls, return to 2;If not meeting API Calls condition, this API Calls is prevented, returns to 2.

Description

It is a kind of to control the system and method that the frequency is called in the API unit time
Technical field
The invention belongs to api interface to access field, and in particular to a kind of to control the system that the frequency is called in the API unit time And method.
Background technology
Visitation frequency in unit interval, the unit interval be it is per minute/per hour/daily, visitation frequency be call the frequency, i.e., Call number.
Queue, queue are a kind of special linear lists, are characterized in that it only allows to carry out deletion behaviour in the front end of table Make, and in the rear end of table(rear)Insertion operation is carried out, as stack, queue is a kind of restricted linear list of operation.Carry out The end of insertion operation is referred to as tail of the queue, and the end for carrying out deletion action is referred to as team's head.
API, Application Programming Interface abbreviation, application programming interface.
During development interface server, in order to prevent client from, for the abuse of interface, protecting the money of server Source, as a rule we the limitation of number can be called for the various api interfaces on server.Such as some use Family, he is in a period(interval)It is interior, such as 1 minute, the number of invoking server interface can not be more than on one Limit(limit), such as 100 times, if the number of user's calling interface exceedes the upper limit, just directly refuse asking for user Ask, return to error message.
API Calls frequency control, it is more by the way of separating by the unit interval at present, such as:Some API limitations are per minute most Greatly can call number be 10, then when intercepting call request every time, the call number of current minute is added one, next time is intercepted again During the call request of the API, if the Twice requests time belongs to same minute, the call number of this minute is added one;If It is not belonging to same minute(Even if allocating time interval only 1 second twice), can also charge to the call number of next minute.
Above-mentioned statistical be it is inaccurate, such as 10 points 59 49: 50 seconds 49 minutes to 10:, the API is invoked 10 It is secondary;10 points 10 50: 0 second 50 minutes to 10:, the API is invoked 10 times again, so actually in the API20 seconds be called 20 times, can call number 10 times beyond maximum per minute.
This is the deficiencies in the prior art, therefore, for drawbacks described above of the prior art, there is provided one kind control API unit The system and method for the frequency is called in time, is necessary.
The content of the invention
It is an object of the present invention to the defects of being directed to above-mentioned API Calls frequency control inaccuracy, there is provided one kind control API The system and method for the frequency is called in unit interval, to solve above-mentioned technical problem.
To achieve the above object, the present invention provides following technical scheme:
A kind of system for controlling the calling frequency in the API unit time, including:
Queue assignment module, for distributing a queue to each API, queue maximum length was equal in the associated AP I unit interval Maximum allowable visitation frequency;
API Calls data obtaining module, when being asked for intercepting API Calls, the queue of API distribution is obtained, obtains the team The maximum length of row, the physical length of the queue is obtained, obtain team's head timestamp of the queue, obtain current time stamp;
Judge module, for judging whether to meet queue operation condition, and judge whether to meet API Calls condition;
Queue operation module, for when meeting queue operation condition, being operated to queue;
API Calls action module, for when meeting API Calls condition, it is allowed to this time API Calls, or, when not meeting API During Call Condition, this API Calls is prevented.
Further, judge module is sentenced including queue length judging unit, timestamp computing unit and time tolerance Disconnected unit;
Queue length judging unit, for judging whether queue physical length corresponding to API is less than the maximum length of the queue;
Timestamp computing unit, for when queue physical length corresponding to API be equal to the queue maximum length when, with it is current when Between stamp subtract team's head timestamp;
Time tolerance judging unit, for judging whether current time stamp and the difference of team's head timestamp are less than the unit interval.
Further, queue operation module, when meeting queue operation condition, queue is operated, specifically included:
When queue physical length corresponding to API is less than the maximum length of the queue, current time stamp is inserted into tail of the queue;
Or when queue length corresponding to API is equal to the maximum length of the queue, and current time stamp and the difference of team's head timestamp When value is not less than the unit interval, team's head timestamp is deleted, current time stamp is inserted into tail of the queue.
Further, API Calls action module, for when meeting API Calls condition, it is allowed to this time API Calls, or Person, when not meeting API Calls condition, this API Calls is prevented, is specifically included:
When queue physical length corresponding to API is less than the queue maximum length, or, when queue physical length corresponding to API Equal to the queue maximum length, and when current time stamp and the difference of team's head timestamp be not less than the unit interval, it is allowed to this API Call;
When queue physical length corresponding to API is equal to the queue maximum length, and current time stamp and the difference of team's head timestamp During less than the unit interval, this API Calls is prevented.
Further, team's head timestamp and current time stamp are accurate to the second.
The present invention gives following technical scheme:
It is a kind of to control the method that the frequency is called in the API unit time, comprise the following steps:
Step 1. distributes a queue to each API, and queue maximum length is equal to maximum allowable access in the associated AP I unit interval The frequency;
Step 2. obtains the queue of API distribution, obtains the maximum length of the queue, obtain when intercepting API Calls request The physical length of the queue, team's head timestamp of the queue is obtained, obtain current time stamp;
Step 3. judges whether to meet queue operation condition;
If meeting queue operation condition, queue is operated;
Step 4. judges whether to meet API Calls condition;
If meet API Calls condition, it is allowed to this time API Calls, return to step 2;
If not meeting API Calls condition, this API Calls, return to step 2 are prevented.
Further, step 3 comprises the following steps that:
Judge whether queue physical length corresponding to API is less than the queue maximum length;
When queue physical length corresponding to API is less than the queue maximum length, current time stamp is inserted into tail of the queue;
When queue physical length corresponding to API is equal to the queue maximum length, team's head timestamp is subtracted with current time stamp;
Judge whether current time stamp and the difference of team's head timestamp are less than the unit interval;
When current time stamp and the difference of team's head timestamp are not less than the unit interval, team's head timestamp is deleted, by current time stamp Insert tail of the queue.
Further, step 4 comprises the following steps that:
Judge whether queue physical length corresponding to API is less than the maximum length of the queue;
When queue physical length corresponding to API is less than the maximum length of the queue, it is allowed to this time API Calls;
When queue physical length corresponding to API is equal to the maximum length of the queue, team's head timestamp is subtracted with current time stamp;
Judge whether current time stamp and the difference of team's head timestamp are less than the unit interval;
When current time stamp and the difference of team's head timestamp are not less than the unit interval, it is allowed to this time API Calls;
When current time stamp and the difference of team's head timestamp are less than the unit interval, this API Calls is prevented.
Further, team's head timestamp and current time stamp are accurate to the second.
The beneficial effects of the present invention are:
The present invention can accurately control the visitation frequency in the API unit time, and performance consumption is low, prevent client for interface Abuse, protect the resource of server.
In addition, design principle of the present invention is reliable, and it is simple in construction, there is very extensive application prospect.
As can be seen here, the present invention is compared with prior art, with prominent substantive distinguishing features and significantly progressive, its implementation Beneficial effect be also obvious.
Brief description of the drawings
Fig. 1 is the system schematic of the present invention;
Fig. 2 is the method flow diagram of the embodiment of the present invention;
Fig. 3 embodiment of the present invention schematic diagram one;
Fig. 4 embodiment of the present invention schematic diagram two;
Fig. 5 embodiment of the present invention schematic diagram three;
Wherein, 1- queue assignments module;2-API recalls information acquisition modules;3- judge modules;3.1- queue lengths judge single Member;3.2- timestamp computing units;3.3- time tolerance judging units;4- queue operation modules;5-API call action moulds Block.
Embodiment:
To enable the purpose of the present invention, feature, advantage more obvious and understandable, it is embodied below in conjunction with the present invention Accompanying drawing in example, the technical scheme in the present invention is clearly and completely described.
As shown in figure 1, the present invention provides a kind of system for controlling and the frequency being called in the API unit time, including:
Queue assignment module(1), for distributing a queue to each API, queue maximum length is equal to the associated AP I unit interval Interior maximum allowable visitation frequency;
API Calls data obtaining module(2), when being asked for intercepting API Calls, the queue of API distribution is obtained, obtaining should The maximum length of queue, the physical length of the queue is obtained, obtain team's head timestamp of the queue, obtain current time stamp;Team Head timestamp and current time stamp are accurate to the second;
Judge module(3), for judging whether to meet queue operation condition, and judge whether to meet API Calls condition;
Judge module(3)Including queue length judge module(3.1), timestamp computing module(3.2)And time tolerance is sentenced Disconnected module(3.3);
Queue length judge module(3.1), for judging whether queue physical length corresponding to API is less than most greatly enhancing for the queue Degree;
Timestamp computing module(3.2), for when maximum length of the queue physical length corresponding to API equal to the queue, using Current time stamp subtracts team's head timestamp;
Time tolerance judge module(3.3), for judging whether current time stamp and the difference of team's head timestamp are less than unit Time;
Queue operation module(4), for when meeting queue operation condition, being operated to queue;Specifically include:
When queue physical length corresponding to API is less than the maximum length of the queue, current time stamp is inserted into tail of the queue;
Or when queue length corresponding to API is equal to the maximum length of the queue, and current time stamp and the difference of team's head timestamp When value is not less than the unit interval, team's head timestamp is deleted, current time stamp is inserted into tail of the queue;
API Calls action module(5), for when meeting API Calls condition, it is allowed to this time API Calls, or, when not meeting During API Calls condition, this API Calls is prevented, is specifically included:
When queue physical length corresponding to API is less than the queue maximum length, or, when queue physical length corresponding to API Equal to the queue maximum length, and when current time stamp and the difference of team's head timestamp be not less than the unit interval, it is allowed to this API Call;
When queue physical length corresponding to API is equal to the queue maximum length, and current time stamp and the difference of team's head timestamp During less than the unit interval, this API Calls is prevented.
The present invention also provides a kind of method for controlling and the frequency being called in the API unit time, comprises the following steps:
Step 1. distributes a queue to each API, and queue maximum length is equal to maximum allowable access in the associated AP I unit interval The frequency;
Step 2. obtains the queue of API distribution, obtains the maximum length of the queue, obtain when intercepting API Calls request The physical length of the queue is taken, obtains team's head timestamp of queue, obtains current time stamp;Team's head timestamp and current time stamp It is accurate to the second;
Step 3. judges whether to meet queue operation condition;If meeting queue operation condition, queue is operated;Specific steps It is as follows:
Judge whether queue physical length corresponding to API is less than the queue maximum length;
When queue physical length corresponding to API is less than the queue maximum length, current time stamp is inserted into tail of the queue;
When queue physical length corresponding to API is equal to the queue maximum length, team's head timestamp is subtracted with current time stamp;
Judge whether current time stamp and the difference of team's head timestamp are less than the unit interval;
When current time stamp and the difference of team's head timestamp are not less than the unit interval, team's head timestamp is deleted, by current time stamp Insert tail of the queue;
Step 4. judges whether to meet API Calls condition;If meet API Calls condition, it is allowed to this time API Calls, return to step 2;If not meeting API Calls condition, this API Calls, return to step 2 are prevented;Comprise the following steps that:Judge team corresponding to API Whether row physical length is less than the maximum length of the queue;
When queue physical length corresponding to API is less than the maximum length of the queue, it is allowed to this time API Calls;
When queue physical length corresponding to API is equal to the maximum length of the queue, team's head timestamp is subtracted with current time stamp;
Judge whether current time stamp and the difference of team's head timestamp are less than the unit interval;
When current time stamp and the difference of team's head timestamp are not less than the unit interval, it is allowed to this time API Calls;
When current time stamp and the difference of team's head timestamp are less than the unit interval, this API is prevented to adjust.
The method that the frequency is called in a kind of control API unit time as shown in Figure 2, comprises the following steps:
Step A1. distributes a queue to each API, and queue maximum length is equal to maximum allowable visit in the associated AP I unit interval Ask the frequency;
Step A2. obtains the queue of API distribution, obtains the maximum length of the queue, obtain when intercepting API Calls request The physical length of the queue is taken, obtains team's head timestamp of queue, obtains current time stamp;
Step A3. judges whether queue physical length corresponding to API is less than the maximum length of queue;
If queue physical length corresponding to API is less than the maximum length of the queue, into step A7;
If queue physical length corresponding to API is equal to the maximum length of the queue, into step A4;
Step A4. subtracts team's head timestamp with current time stamp;
Step A5. judges whether current time stamp and the difference of team's head timestamp are less than the unit interval;
If difference is less than the unit interval, into step A9;
If difference is not less than the unit interval, into step A6;
Step 6. deletes team's head timestamp, current time stamp is inserted into tail of the queue, into step A8;
Current time stamp is inserted tail of the queue by step A7.;
Step A8. allows this API Calls;Return to step A2.
Maximum call number is reached in the step A9. unit interval, prevents this API Calls;Return to step A2.
As shown in figure 3, calling the method for the frequency in a kind of control API unit time of application drawing 2, comprise the following steps:
The first API is given to distribute a queue N1, queue N1 maximum lengths are 8, equal to maximum allowable access in the first API mono- minute The frequency 8;
When intercepting the request of the first API Calls, the queue N1 of the first API distribution is obtained, obtains queue N1 maximum length 8, queue N1 physical length 6 is obtained, obtains queue N1 team's head timestamp 15:20:30, obtain current time stamp 15:21: 25;
Judge whether queue physical length corresponding to the first API is less than queue N1 maximum length;
Queue N1 physical lengths corresponding to first API are 6, less than the maximum length 8 of the queue;
By current time stamp 15:21:25 insertion tails of the queue;Allow this API Calls.
As shown in figure 4, calling the method for the frequency in a kind of control API unit time of application drawing 2, comprise the following steps:
The 2nd API is given to distribute a queue N2, queue N2 maximum lengths are 8, equal to maximum allowable access in the 2nd API mono- minute The frequency 8;
When intercepting the request of the second API Calls, the queue N2 of the 2nd API distribution is obtained, obtains queue N2 maximum length 8, Queue N2 physical length 8 is obtained, obtains queue N2 team's head timestamp 15:20:30, obtain current time stamp 15:21:25;
Judge whether queue N2 physical lengths corresponding to the 2nd API are less than queue N2 maximum length;
Queue N2 physical lengths 8 corresponding to 2nd API are equal to queue N2 maximum length 8,
With current time stamp 15:21:25 subtract team's head timestamp 15:20:30;
Judge whether current time stamp and the difference of team's head timestamp are less than the unit interval;
Difference is that 55s is less than one minute unit interval, reaches maximum call number in the unit interval, prevents this API Calls.
As shown in figure 5, calling the method for the frequency in a kind of control API unit time of application drawing 2, comprise the following steps:
The 3rd API is given to distribute a queue N3, queue N3 maximum lengths are 8, equal to maximum allowable access in the 3rd API mono- minute The frequency 8;
When intercepting the request of the 3rd API Calls, the queue N3 of the 3rd API distribution is obtained, obtains queue N3 maximum length 8, Queue N3 physical length 8 is obtained, obtains queue N3 team's head timestamp 15:20:30, obtain current time stamp 15:21:35;
Judge whether queue N3 physical lengths corresponding to the 3rd API are less than queue N3 maximum length;
Queue N3 physical lengths 8 corresponding to 3rd API are equal to queue N3 maximum length 8,
With current time stamp 15:21:25 subtract team's head timestamp 15:20:30;
Judge whether current time stamp and the difference of team's head timestamp are less than one minute;
Difference is that 65s is more than one minute unit interval, deletes team's head timestamp 15:20:30, by current time stamp 15:21:25 insert Enter tail of the queue, it is allowed to this time API Calls.
Embodiments of the invention are illustrative and not restrictive, and above-described embodiment is only to aid in understanding the present invention, because This is every by those skilled in the art's technique according to the invention the invention is not restricted to the embodiment described in embodiment Other embodiments that scheme is drawn, also belong to the scope of protection of the invention.

Claims (9)

1. a kind of control the system that the frequency is called in the API unit time, it is characterised in that including:
Queue assignment module, for distributing a queue to each API, queue maximum length was equal in the associated AP I unit interval Maximum allowable visitation frequency;
API Calls data obtaining module, when being asked for intercepting API Calls, the queue of API distribution is obtained, obtains the team The maximum length of row, the physical length of the queue is obtained, obtain team's head timestamp of the queue, obtain current time stamp;
Judge module, for judging whether to meet queue operation condition, and judge whether to meet API Calls condition;
Queue operation module, for when meeting queue operation condition, being operated to queue;
API Calls action module, for when meeting API Calls condition, it is allowed to this time API Calls, or, when not meeting API During Call Condition, this API Calls is prevented.
2. a kind of system for controlling the calling frequency in the API unit time as claimed in claim 1, it is characterised in that judge mould Block includes queue length judging unit, timestamp computing unit and time tolerance judging unit;
Queue length judging unit, for judging whether queue physical length corresponding to API is less than the maximum length of the queue;
Timestamp computing unit, for when queue physical length corresponding to API be equal to the queue maximum length when, with it is current when Between stamp subtract team's head timestamp;
Time tolerance judging unit, for judging whether current time stamp and the difference of team's head timestamp are less than the unit interval.
3. a kind of system for controlling the calling frequency in the API unit time as claimed in claim 2, it is characterised in that queue is grasped Make module, when meeting queue operation condition, queue is operated, specifically included:
When queue physical length corresponding to API is less than the maximum length of the queue, current time stamp is inserted into tail of the queue;
Or when queue length corresponding to API is equal to the maximum length of the queue, and current time stamp and the difference of team's head timestamp When value is not less than the unit interval, team's head timestamp is deleted, current time stamp is inserted into tail of the queue.
A kind of 4. system for controlling the calling frequency in the API unit time as claimed in claim 2, it is characterised in that API Calls Action module, for when meeting API Calls condition, it is allowed to this time API Calls, or, when not meeting API Calls condition, This API Calls is prevented, is specifically included:
When queue physical length corresponding to API is less than the queue maximum length, or, when queue physical length corresponding to API Equal to the queue maximum length, and when current time stamp and the difference of team's head timestamp be not less than the unit interval, it is allowed to this API Call;
When queue physical length corresponding to API is equal to the queue maximum length, and current time stamp and the difference of team's head timestamp During less than the unit interval, this API Calls is prevented.
5. a kind of system for controlling the calling frequency in the API unit time as claimed in claim 1, it is characterised in that during team's head Between stamp and current time stamp be accurate to the second.
6. a kind of control the method that the frequency is called in the API unit time, it is characterised in that comprises the following steps:
Step 1. distributes a queue to each API, and queue maximum length is equal to maximum allowable access in the associated AP I unit interval The frequency;
Step 2. obtains the queue of API distribution, obtains the maximum length of the queue, obtain when intercepting API Calls request The physical length of the queue, team's head timestamp of the queue is obtained, obtain current time stamp;
Step 3. judges whether to meet queue operation condition;
If meeting queue operation condition, queue is operated;
Step 4. judges whether to meet API Calls condition;
If meet API Calls condition, it is allowed to this time API Calls, return to step 2;
If not meeting API Calls condition, this API Calls, return to step 2 are prevented.
7. a kind of method for controlling the calling frequency in the API unit time as claimed in claim 6, it is characterised in that step 3 has Body step is as follows:
Judge whether queue physical length corresponding to API is less than the queue maximum length;
When queue physical length corresponding to API is less than the queue maximum length, current time stamp is inserted into tail of the queue;
When queue physical length corresponding to API is equal to the queue maximum length, team's head timestamp is subtracted with current time stamp;
Judge whether current time stamp and the difference of team's head timestamp are less than the unit interval;
When current time stamp and the difference of team's head timestamp are not less than the unit interval, team's head timestamp is deleted, by current time stamp Insert tail of the queue.
A kind of 8. method for controlling the calling frequency in the API unit time as claimed in claim 6, it is characterised in that
Step 4 comprises the following steps that:
Judge whether queue physical length corresponding to API is less than the maximum length of the queue;
When queue physical length corresponding to API is less than the maximum length of the queue, it is allowed to this time API Calls;
When queue physical length corresponding to API is equal to the maximum length of the queue, team's head timestamp is subtracted with current time stamp;
Judge whether current time stamp and the difference of team's head timestamp are less than the unit interval;
When current time stamp and the difference of team's head timestamp are not less than the unit interval, it is allowed to this time API Calls;
When current time stamp and the difference of team's head timestamp are less than the unit interval, this API Calls is prevented.
9. a kind of method for controlling the calling frequency in the API unit time as claimed in claim 6, it is characterised in that during team's head Between stamp and current time stamp be accurate to the second.
CN201711098349.3A 2017-11-09 2017-11-09 It is a kind of to control the system and method that the frequency is called in the API unit time Pending CN107885605A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711098349.3A CN107885605A (en) 2017-11-09 2017-11-09 It is a kind of to control the system and method that the frequency is called in the API unit time

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711098349.3A CN107885605A (en) 2017-11-09 2017-11-09 It is a kind of to control the system and method that the frequency is called in the API unit time

Publications (1)

Publication Number Publication Date
CN107885605A true CN107885605A (en) 2018-04-06

Family

ID=61779794

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711098349.3A Pending CN107885605A (en) 2017-11-09 2017-11-09 It is a kind of to control the system and method that the frequency is called in the API unit time

Country Status (1)

Country Link
CN (1) CN107885605A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107888656A (en) * 2017-10-09 2018-04-06 北京京东尚科信息技术有限公司 Service the call method and calling device of end interface
CN108804940A (en) * 2018-05-11 2018-11-13 同程网络科技股份有限公司 A kind of anti-brush method of Web Api interfaces

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102325148A (en) * 2011-05-25 2012-01-18 重庆新媒农信科技有限公司 WebService service calling method
CN105262826A (en) * 2015-10-29 2016-01-20 福建天晴数码有限公司 Method and system for adjusting interface processing amount
CN105872051A (en) * 2016-03-31 2016-08-17 浪潮通信信息系统有限公司 Capability opening management and control service platform in government-enterprise cloud platform
US9632569B2 (en) * 2014-08-05 2017-04-25 Qualcomm Incorporated Directed event signaling for multiprocessor systems
CN107135073A (en) * 2016-02-26 2017-09-05 北京京东尚科信息技术有限公司 Interface interchange method and apparatus

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102325148A (en) * 2011-05-25 2012-01-18 重庆新媒农信科技有限公司 WebService service calling method
US9632569B2 (en) * 2014-08-05 2017-04-25 Qualcomm Incorporated Directed event signaling for multiprocessor systems
CN105262826A (en) * 2015-10-29 2016-01-20 福建天晴数码有限公司 Method and system for adjusting interface processing amount
CN107135073A (en) * 2016-02-26 2017-09-05 北京京东尚科信息技术有限公司 Interface interchange method and apparatus
CN105872051A (en) * 2016-03-31 2016-08-17 浪潮通信信息系统有限公司 Capability opening management and control service platform in government-enterprise cloud platform

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107888656A (en) * 2017-10-09 2018-04-06 北京京东尚科信息技术有限公司 Service the call method and calling device of end interface
CN107888656B (en) * 2017-10-09 2020-11-20 北京京东尚科信息技术有限公司 Calling method and calling device of server-side interface
CN108804940A (en) * 2018-05-11 2018-11-13 同程网络科技股份有限公司 A kind of anti-brush method of Web Api interfaces

Similar Documents

Publication Publication Date Title
CN103442042B (en) Incremental data synchronization method and system
CN110276182A (en) The implementation method of API distribution current limliting
CN106817686A (en) A kind of charging method and device
CN109327627A (en) Telephone number recognition methods, device and storage medium based on block chain
CN107483981B (en) Resource Calculation monitoring distribution method, storage medium, electronic equipment and system is broadcast live
CN107885605A (en) It is a kind of to control the system and method that the frequency is called in the API unit time
CN105813047B (en) A kind of flow control method, apparatus and system
CN101127741A (en) CDR merging device for billing gateway
WO2018001181A1 (en) Charging method and charging system
CN107566910A (en) Live resource self-defined distribution monitoring method, storage medium, electronic equipment and system
EP2214453A1 (en) Method and device for updating group information in cluster system
CN100468410C (en) Method and system for building internal memory tree
WO2021045662A1 (en) Method and apparatus for dynamic realtime sharing of credit units for online charging
CN101997701A (en) Data processing method and a device thereof
EP1865659A1 (en) A method for implementing a prepaid sharing account
CN101094080A (en) Charging method for system of putting call through immediately after connection
CN109194759B (en) Network access method and system for degrading at front end
CN106886452A (en) A kind of method of simplified cloud system task scheduling
CN103701581B (en) Method for realizing IEEE1588 master clock
CN106790368A (en) Resource regulating method and device in a kind of distributed system
CN101694661A (en) Method and device for generating statistical form and statistical server
CN109710431A (en) A method of it reducing large-scale distributed system interface and service calculates call number
CN112153585B (en) Charging system, method, storage medium and electronic device
CN111818471B (en) Resource charging method, MEC management system and MEC host
CN103473312A (en) Independent basis information obtaining method

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20200522

Address after: Building S01, Inspur Science Park, No. 1036, Inspur Road, high tech Zone, Jinan City, Shandong Province, 250000

Applicant after: Tidal Cloud Information Technology Co.,Ltd.

Address before: 450000 Henan province Zheng Dong New District of Zhengzhou City Xinyi Road No. 278 16 floor room 1601

Applicant before: ZHENGZHOU YUNHAI INFORMATION TECHNOLOGY Co.,Ltd.

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20180406