CN110557445A - Access request routing method and device, storage medium and electronic equipment - Google Patents

Access request routing method and device, storage medium and electronic equipment Download PDF

Info

Publication number
CN110557445A
CN110557445A CN201910778582.9A CN201910778582A CN110557445A CN 110557445 A CN110557445 A CN 110557445A CN 201910778582 A CN201910778582 A CN 201910778582A CN 110557445 A CN110557445 A CN 110557445A
Authority
CN
China
Prior art keywords
service
access
label
access request
routing table
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
CN201910778582.9A
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.)
Shanghai Financial Software Ltd By Share Ltd
Original Assignee
Shanghai Financial Software Ltd By Share 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 Shanghai Financial Software Ltd By Share Ltd filed Critical Shanghai Financial Software Ltd By Share Ltd
Priority to CN201910778582.9A priority Critical patent/CN110557445A/en
Publication of CN110557445A publication Critical patent/CN110557445A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/54Organization of routing tables
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context

Abstract

The application discloses an access request routing method, an access request routing device, a storage medium and electronic equipment, and relates to the technical field of communication. Responding to an access request aiming at business service sent by a user terminal; then screening out an access address of a service server meeting a mapping relation according to the label information and a preset routing table when an access request carries label information of at least one routing dimension, wherein the routing table comprises the mapping relation between the label information and the access address; and finally, the business server is accessed according to the access address, so that different business services are accessed, and the reasonable distribution of the access amount is realized, thereby improving the overall performance of the server and the efficiency of processing data, and saving the labor cost and the time cost for expanding the capacity of the server.

Description

access request routing method and device, storage medium and electronic equipment
Technical Field
the present application relates to the field of communications technologies, and in particular, to an access request routing method and apparatus, a storage medium, and an electronic device.
background
Distributed microservice racks refer to: the core service in the system is extracted and used as an independent service to gradually form a stable service center. With the increase of services, the call volume of the services to the server is increased, which leads to the decrease of the overall performance of the server and the deterioration of the efficiency of data processing.
In the prior art, when the access volume and the data volume of a certain group suddenly increase, the server needs to be wholly expanded to meet the service requirement, but the expansion of the server needs to consume a large amount of time and labor cost.
Disclosure of Invention
In a first aspect, an embodiment of the present application provides an access request routing method, including:
Responding to an access request aiming at the business service sent by a user terminal;
When an access request carries label information of at least one routing dimension, screening out an access address of a service server meeting a mapping relation according to the label information and a preset routing table, wherein the routing table comprises the mapping relation between the label information and the access address;
And accessing the service server according to the access address.
Optionally, the tag information includes a service type tag, and screening out an access address of the service server that satisfies the mapping relationship according to the tag information and a preset routing table includes:
and screening out an access address of the service server meeting the mapping relation according to the service type label and a preset routing table, wherein the service type label is an online service label or a batch service label.
Optionally, when the service type tag is an online service tag, the tag information further includes a service dimension parameter and a user dimension parameter, and screening out an access address of the service server that satisfies the mapping relationship according to the tag information and a preset routing table further includes:
and determining the access address of the service server meeting the mapping relation from the screened access addresses of the service servers according to the service dimension parameters and the user dimension parameters.
Optionally, when the access request does not carry the tag information, any service server is selected for access.
optionally, the access request without carrying the tag information is used for accessing, and the internal service or the third-party service of the mapping relationship is not established in the preset routing table.
in a second aspect, an embodiment of the present application further provides an access request routing apparatus, including:
A request response unit configured to respond to an access request for a service sent by a user terminal;
The address screening unit is configured to screen out an access address of a service server meeting a mapping relation according to label information and a preset routing table when an access request carries the label information of at least one routing dimension, wherein the routing table comprises the mapping relation between the label information and the access address;
And the service access unit is configured to access the service server according to the access address.
optionally, the tag information includes a service type tag, and the address screening unit includes:
The first screening subunit is configured to screen out the access address of the service server meeting the mapping relation according to a service type label and a preset routing table, wherein the service type label is an online service label or a batch service label.
Optionally, when the service type tag is an online service tag, the tag information further includes a service dimension parameter and a user dimension parameter, and the screening unit further includes:
And the second screening subunit is configured to determine the access address of the service server meeting the mapping relation from the screened access addresses of the service servers according to the service dimension parameter and the user dimension parameter.
In a third aspect, embodiments of the present application further provide a storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the method provided in the first aspect of the present application.
In a fourth aspect, an embodiment of the present application further provides an electronic device, including:
a memory having a computer program stored thereon;
A processor for executing the computer program in the memory to implement the steps of the method provided by the first aspect of the present application.
the embodiment of the application adopts at least one technical scheme which can achieve the following beneficial effects:
The embodiment of the application adopts the following technical scheme: responding to an access request aiming at business service sent by a user terminal; then screening out an access address of a service server meeting a mapping relation according to the label information and a preset routing table when an access request carries label information of at least one routing dimension, wherein the routing table comprises the mapping relation between the label information and the access address; and finally, the business server is accessed according to the access address, so that different business services are accessed, and the reasonable distribution of the access amount is realized, thereby improving the overall performance of the server and the efficiency of processing data, and saving the labor cost and the time cost for expanding the capacity of the server.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is an interaction diagram of a scheduling server in communication with a user terminal and a service server respectively according to an embodiment of the present application;
fig. 2 is a flowchart of an implementation manner of an access request routing method according to an embodiment of the present application;
fig. 3 is a flowchart of an implementation manner of an access request routing method according to an embodiment of the present application;
Fig. 4 is a flowchart of an embodiment of an access request routing apparatus according to an embodiment of the present application;
Fig. 5 is a flowchart of an embodiment of an access request routing apparatus according to an embodiment of the present application;
fig. 6 is a flowchart of an embodiment of an access request routing apparatus according to an embodiment of the present application;
Fig. 7 is a block diagram of an electronic device according to an embodiment of the present application.
Detailed Description
in order to make the objects, technical solutions and advantages of the present application more apparent, the technical solutions of the present application will be described in detail and completely with reference to the following specific embodiments of the present application and the accompanying drawings. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The technical solutions provided by the embodiments of the present application are described in detail below with reference to the accompanying drawings.
Referring to fig. 1, an access request routing method is provided in an embodiment of the present application, and is applied to a scheduling server, where the scheduling server is in communication connection with a plurality of user terminals and a plurality of service servers respectively to implement interaction. As shown in fig. 2, the method includes:
S21: responding to an access request for the service sent by the user terminal.
Service: the system is a single small-sized service with business functions, each business service has own processing and lightweight communication mechanism, and the system can be deployed in a single or a plurality of business servers. When a user clicks an operation interface of an application program installed on the user terminal, the access request can be triggered, and at the moment, the scheduling server can respond to the access request. For example, the user clicks the operation interface of "pan bao" and clicks the commodity picture, so that the access request for showing the details of the commodity can be triggered.
S22: and judging whether the access request carries label information of at least one routing dimension, if so, executing S23, and optionally, as shown in FIG. 3, if not, executing S25.
s23: and screening out the access address of the service server meeting the mapping relation according to the label information and a preset routing table.
It will be appreciated that the routing table includes a mapping of label information to access addresses. Through the label information, the access address of the corresponding service server can be found. It can be understood that, under the condition that the user terminal is sufficient, a plurality of access requests for different service services may be sent at the same time, and the access addresses of the service servers meeting the mapping relationship are screened out according to the label information and the preset routing table, so that the distribution of the access requests can be realized.
s24: and accessing the service server according to the access address.
optionally, the tag information includes a service type tag, and the S23 includes:
and screening out an access address of the service server meeting the mapping relation according to the service type label and a preset routing table, wherein the service type label is an online service label or a batch service label.
wherein, the user initiates an access request of the called service (such as commodity detail check and price query initiated by the user) on line, and the access request carries an on-line service label; the application program periodically initiates an access request of the called business service (such as periodically updating commodity price and periodically controlling commodity shelf release), and carries a batch service label. For example, if 10 service servers are included, the service servers numbered 1 to 5 receive the access of the access request of the service which is initiated and called online; the business server numbered 6-10 receives the access request of the business service which is periodically initiated and called by the application program. When the received access request carries an online service tag, selecting any service server with the number of 1-5 to access; and when the received access request carries the batch service tag, selecting any service server with the serial number of 6-10 for access.
Optionally, when the service type tag is an online service tag, the tag information further includes a service dimension parameter and a user dimension parameter, and the S23 includes: and determining the access address of the service server meeting the mapping relation from the screened access addresses of the service servers according to the service dimension parameters and the user dimension parameters.
The service dimension parameters may include service types (e.g., payment, transfer, collection, and public service, etc.), user dimension parameters may include user addresses (e.g., beijing, shanghai, guangdong), operators (e.g., mobile, communication, telecommunication) to which the user terminals communicate, and so on. It can be understood that, through the service dimension parameter and the user dimension parameter, a matched target server can be further screened from the plurality of target servers preliminarily screened based on the online service tag, so as to further implement access request distribution.
S25: and selecting any one service server for access.
And the access request without carrying the label information is used for accessing, and the internal service or the third-party service of the mapping relation is not established in the preset routing table. When the access request carries a tag, the scheduling service cannot find a matched service server address according to the access request, so that a notification of direct access is sent to the user terminal, and the user terminal randomly selects one service server to access.
Referring to fig. 4, an access request routing apparatus is further provided in the embodiment of the present application, it should be noted that the basic principle and the generated technical effect of the access request routing apparatus provided in the embodiment of the present application are the same as those of the above embodiment, and for brief description, corresponding contents in the above embodiment may be referred to where this embodiment is not mentioned. The device comprises a request response unit, an address screening unit and a service access unit, wherein,
a request response unit configured to respond to an access request for a service sent by a user terminal;
The address screening unit is configured to screen out an access address of a service server meeting a mapping relation according to label information and a preset routing table when an access request carries the label information of at least one routing dimension, wherein the routing table comprises the mapping relation between the label information and the access address;
and the service access unit is configured to access the service server according to the access address.
Optionally, the tag information includes a service type tag, and specifically, as shown in fig. 5, the address screening unit includes:
the first screening subunit is configured to screen out the access address of the service server meeting the mapping relation according to a service type label and a preset routing table, wherein the service type label is an online service label or a batch service label.
Optionally, when the service type tag is an online service tag, the tag information further includes a service dimension parameter and a user dimension parameter, and specifically, as shown in fig. 6, the screening unit further includes:
and the second screening subunit is configured to determine the access address of the service server meeting the mapping relation from the screened access addresses of the service servers according to the service dimension parameter and the user dimension parameter.
specifically, the service access unit is further configured to select any one of the service servers for access when the access request does not carry the tag information.
And the access request without carrying the label information is used for accessing, and the internal service or the third-party service of the mapping relation is not established in the preset routing table.
it should be noted that the execution subjects of the steps of the method provided in embodiment 1 may be the same device, or different devices may be used as the execution subjects of the method. For example, the execution subject of steps 21 and 22 may be device 1, and the execution subject of step 23 may be device 2; for another example, the execution subject of step 21 may be device 1, and the execution subjects of steps 22 and 23 may be device 2; and so on.
The foregoing description has been directed to specific embodiments of this disclosure. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims may be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing may also be possible or may be advantageous.
Fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the present application. Referring to fig. 7, at a hardware level, the electronic device includes a processor, and optionally further includes an internal bus, a network interface, and a memory. The Memory may include a Memory, such as a Random-Access Memory (RAM), and may further include a non-volatile Memory, such as at least 1 disk Memory. Of course, the electronic device may also include hardware required for other services.
the processor, the network interface, and the memory may be connected to each other via an internal bus, which may be an ISA (Industry Standard Architecture) bus, a PCI (peripheral component Interconnect) bus, an EISA (Extended Industry Standard Architecture) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one double-headed arrow is shown in FIG. 3, but this does not indicate only one bus or one type of bus.
And the memory is used for storing programs. In particular, the program may include program code comprising computer operating instructions. The memory may include both memory and non-volatile storage and provides instructions and data to the processor.
The processor reads the corresponding computer program from the nonvolatile memory into the memory and then runs the computer program to form the access request routing device on the logic level. The processor is used for executing the program stored in the memory and is specifically used for executing the following operations:
responding to an access request aiming at the business service sent by a user terminal;
When an access request carries label information of at least one routing dimension, screening out an access address of a service server meeting a mapping relation according to the label information and a preset routing table, wherein the routing table comprises the mapping relation between the label information and the access address;
And accessing the service server according to the access address.
The method performed by the access request routing apparatus according to the embodiment shown in fig. 1 of the present application may be applied to a processor, or may be implemented by a processor. The processor may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware in a processor or instructions in the form of software. The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but also Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete gates or transistor logic devices, discrete hardware components. The various methods, steps, and logic blocks disclosed in the embodiments of the present application may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present application may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The storage medium is located in a memory, and a processor reads information in the memory and completes the steps of the method in combination with hardware of the processor.
the electronic device may further execute the method in fig. 1, and implement the functions of the access request routing apparatus in the embodiments shown in fig. 1 and fig. 2, which are not described herein again in this embodiment of the present application.
of course, besides the software implementation, the electronic device of the present application does not exclude other implementations, such as a logic device or a combination of software and hardware, and the like, that is, the execution subject of the following processing flow is not limited to each logic unit, and may also be hardware or a logic device.
embodiments of the present application also provide a computer-readable storage medium storing one or more programs, where the one or more programs include instructions, which when executed by a portable electronic device including a plurality of application programs, enable the portable electronic device to perform the method of the embodiment shown in fig. 1, and are specifically configured to:
responding to an access request aiming at the business service sent by a user terminal;
When an access request carries label information of at least one routing dimension, screening out an access address of a service server meeting a mapping relation according to the label information and a preset routing table, wherein the routing table comprises the mapping relation between the label information and the access address;
and accessing the service server according to the access address.
In short, the above description is only a preferred embodiment of the present application, and is not intended to limit the scope of the present application. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.
The systems, devices, modules or units illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product with certain functions. One typical implementation device is a computer. In particular, the computer may be, for example, a personal computer, a laptop computer, a cellular telephone, a camera phone, a smartphone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet computer, a wearable device, or a combination of any of these devices.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
it should also be noted that 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 embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.

Claims (10)

1. an access request routing method, comprising:
responding to an access request aiming at the business service sent by a user terminal;
When an access request carries label information of at least one routing dimension, screening out an access address of a service server meeting a mapping relation according to the label information and a preset routing table, wherein the routing table comprises the mapping relation between the label information and the access address;
and accessing the service server according to the access address.
2. The method of claim 1, wherein the label information includes a service type label, and the screening out the access address of the service server satisfying the mapping relationship according to the label information and a preset routing table includes:
And screening out an access address of the service server meeting the mapping relation according to the service type label and a preset routing table, wherein the service type label is an online service label or a batch service label.
3. the method of claim 2, wherein when the service type tag is an online service tag, the tag information further includes a service dimension parameter and a user dimension parameter, and the screening out the access address of the service server that satisfies the mapping relationship according to the tag information and a preset routing table further includes:
And determining the access address of the service server meeting the mapping relation from the screened access addresses of the service servers according to the service dimension parameters and the user dimension parameters.
4. the method of claim 2, wherein when the access request does not carry tag information, any service server is selected for access.
5. The method according to claim 4, wherein the access request without carrying the tag information is used for accessing, and the internal service or the third-party service of the mapping relationship is not established in the preset routing table.
6. An access request routing apparatus, comprising:
A request response unit configured to respond to an access request for a service sent by a user terminal;
The address screening unit is configured to screen out an access address of a service server meeting a mapping relation according to label information and a preset routing table when an access request carries the label information of at least one routing dimension, wherein the routing table comprises the mapping relation between the label information and the access address;
And the service access unit is configured to access the service server according to the access address.
7. The apparatus of claim 6, wherein the tag information comprises a service type tag, and wherein the address filtering unit comprises:
The first screening subunit is configured to screen out the access address of the service server meeting the mapping relation according to a service type label and a preset routing table, wherein the service type label is an online service label or a batch service label.
8. The apparatus of claim 7, wherein when the service type tag is an online service tag, the tag information further includes a service dimension parameter and a user dimension parameter, and the filtering unit further includes:
and the second screening subunit is configured to determine the access address of the service server meeting the mapping relation from the screened access addresses of the service servers according to the service dimension parameter and the user dimension parameter.
9. A storage medium on which a computer program is stored which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 5.
10. An electronic device, comprising:
A memory having a computer program stored thereon;
a processor for executing the computer program in the memory to carry out the steps of the method of any one of claims 1 to 5.
CN201910778582.9A 2019-08-22 2019-08-22 Access request routing method and device, storage medium and electronic equipment Pending CN110557445A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910778582.9A CN110557445A (en) 2019-08-22 2019-08-22 Access request routing method and device, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910778582.9A CN110557445A (en) 2019-08-22 2019-08-22 Access request routing method and device, storage medium and electronic equipment

Publications (1)

Publication Number Publication Date
CN110557445A true CN110557445A (en) 2019-12-10

Family

ID=68737886

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910778582.9A Pending CN110557445A (en) 2019-08-22 2019-08-22 Access request routing method and device, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN110557445A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111124692A (en) * 2020-01-02 2020-05-08 神州数码融信软件有限公司 Service request processing system
CN111447282A (en) * 2020-03-31 2020-07-24 北京百度网讯科技有限公司 Method and apparatus for determining transmission path
CN112751935A (en) * 2020-12-31 2021-05-04 江苏云柜网络技术有限公司 Request processing method and device, electronic equipment and storage medium
CN112835537A (en) * 2021-03-12 2021-05-25 东莞中国科学院云计算产业技术创新与育成中心 Distributed data access method and device and computer equipment
CN113010224A (en) * 2021-03-03 2021-06-22 南方电网数字电网研究院有限公司 Front-end micro-service method, device, computer equipment and storage medium
CN113452753A (en) * 2021-05-21 2021-09-28 北京奇艺世纪科技有限公司 Data distribution method, device, equipment and storage medium
CN113472831A (en) * 2020-03-31 2021-10-01 北京金山云网络技术有限公司 Service access method, device, gateway equipment and storage medium
CN113839999A (en) * 2021-09-18 2021-12-24 上海明略人工智能(集团)有限公司 Multi-cluster-based device callback distribution method, system, device and storage medium
CN114745446A (en) * 2022-05-18 2022-07-12 上海钧正网络科技有限公司 Routing method and device based on remote multi-live scene, electronic equipment and storage medium
CN114945045A (en) * 2022-05-18 2022-08-26 深圳渊联技术有限公司 Network service response method, device, network equipment and storage medium
CN114968617A (en) * 2022-04-28 2022-08-30 杭州未名信科科技有限公司 API conversion system, access request processing method thereof, electronic device and medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103888358A (en) * 2012-12-20 2014-06-25 中国移动通信集团公司 Routing method, device, system and gateway equipment
CN106998370A (en) * 2017-06-15 2017-08-01 北京微影时代科技有限公司 Access control method, device and system
CN109040316A (en) * 2018-09-19 2018-12-18 天津字节跳动科技有限公司 HTTP service treating method and apparatus

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103888358A (en) * 2012-12-20 2014-06-25 中国移动通信集团公司 Routing method, device, system and gateway equipment
CN106998370A (en) * 2017-06-15 2017-08-01 北京微影时代科技有限公司 Access control method, device and system
CN109040316A (en) * 2018-09-19 2018-12-18 天津字节跳动科技有限公司 HTTP service treating method and apparatus

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111124692A (en) * 2020-01-02 2020-05-08 神州数码融信软件有限公司 Service request processing system
CN113472831A (en) * 2020-03-31 2021-10-01 北京金山云网络技术有限公司 Service access method, device, gateway equipment and storage medium
CN111447282A (en) * 2020-03-31 2020-07-24 北京百度网讯科技有限公司 Method and apparatus for determining transmission path
CN111447282B (en) * 2020-03-31 2022-06-07 北京百度网讯科技有限公司 Method and device for determining transmission path
CN112751935A (en) * 2020-12-31 2021-05-04 江苏云柜网络技术有限公司 Request processing method and device, electronic equipment and storage medium
CN112751935B (en) * 2020-12-31 2022-08-12 南京云柜网络科技有限公司 Request processing method and device, electronic equipment and storage medium
CN113010224A (en) * 2021-03-03 2021-06-22 南方电网数字电网研究院有限公司 Front-end micro-service method, device, computer equipment and storage medium
CN113010224B (en) * 2021-03-03 2024-01-30 南方电网数字平台科技(广东)有限公司 Front-end micro-servitization method, front-end micro-servitization device, computer equipment and storage medium
CN112835537A (en) * 2021-03-12 2021-05-25 东莞中国科学院云计算产业技术创新与育成中心 Distributed data access method and device and computer equipment
CN113452753A (en) * 2021-05-21 2021-09-28 北京奇艺世纪科技有限公司 Data distribution method, device, equipment and storage medium
CN113839999A (en) * 2021-09-18 2021-12-24 上海明略人工智能(集团)有限公司 Multi-cluster-based device callback distribution method, system, device and storage medium
CN114968617A (en) * 2022-04-28 2022-08-30 杭州未名信科科技有限公司 API conversion system, access request processing method thereof, electronic device and medium
CN114968617B (en) * 2022-04-28 2023-09-01 杭州未名信科科技有限公司 API conversion system, access request processing method thereof, electronic equipment and medium
CN114745446A (en) * 2022-05-18 2022-07-12 上海钧正网络科技有限公司 Routing method and device based on remote multi-live scene, electronic equipment and storage medium
CN114945045A (en) * 2022-05-18 2022-08-26 深圳渊联技术有限公司 Network service response method, device, network equipment and storage medium
CN114945045B (en) * 2022-05-18 2023-09-26 深圳渊联技术有限公司 Network service response method, device, network equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110557445A (en) Access request routing method and device, storage medium and electronic equipment
CN109658238B (en) Data processing method and device
CN110740162B (en) Communication link establishing method, device, electronic equipment and medium
CN109391512B (en) Service publishing method and device and electronic equipment
CN110175306B (en) Method and device for processing advertisement information
CN111786984B (en) Pod communication connection method and device, electronic equipment and storage medium
CN113205416A (en) Service processing method and system based on block chain prediction machine
TWI748438B (en) Content display method, device and electronic equipment
CN111651467B (en) Block chain node interface issuing and calling method and device
CN111225018A (en) Request message processing method and device and electronic equipment
CN111694639A (en) Method and device for updating address of process container and electronic equipment
CN105354195B (en) Information searching method and device
CN112751935B (en) Request processing method and device, electronic equipment and storage medium
CN108647102B (en) Service request processing method and device of heterogeneous system and electronic equipment
CN111949297B (en) Block chain intelligent contract upgrading method and device and electronic equipment
CN111913792A (en) Service processing method and device
CN109064105B (en) Resource transfer request processing method and device and electronic equipment
CN111259429A (en) Resource operation authority control method and device and electronic equipment
CN113485758A (en) Micro-service issuing method and device, electronic equipment and storage medium
CN113761581A (en) Authority control method and device in block chain and electronic equipment
CN110750271B (en) Service aggregation, method and device for executing aggregated service and electronic equipment
CN110391952B (en) Performance analysis method, device and equipment
CN107948337B (en) Electronic file transmission method, device and system and computer readable storage medium
CN114124942A (en) Core network resource scheduling method and device and electronic equipment
CN108829732B (en) Data processing method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20191210

RJ01 Rejection of invention patent application after publication