CN111124692B - Service request processing system - Google Patents

Service request processing system Download PDF

Info

Publication number
CN111124692B
CN111124692B CN202010001685.7A CN202010001685A CN111124692B CN 111124692 B CN111124692 B CN 111124692B CN 202010001685 A CN202010001685 A CN 202010001685A CN 111124692 B CN111124692 B CN 111124692B
Authority
CN
China
Prior art keywords
server
request data
servers
processing
request
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010001685.7A
Other languages
Chinese (zh)
Other versions
CN111124692A (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.)
Digital China Financial Software Co ltd
Original Assignee
Digital China Financial Software 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 Digital China Financial Software Co ltd filed Critical Digital China Financial Software Co ltd
Priority to CN202010001685.7A priority Critical patent/CN111124692B/en
Publication of CN111124692A publication Critical patent/CN111124692A/en
Application granted granted Critical
Publication of CN111124692B publication Critical patent/CN111124692B/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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • 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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/508Monitor
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The service request processing system provided by the embodiment of the invention relates to the technical field of networks, and comprises a communication adapter, a main controller, a router, a plurality of servers, a monitor and a resource coordinator.

Description

Service request processing system
Technical Field
The invention relates to the technical field of networks, in particular to a service request processing system.
Background
With the development of society and science and technology, various business transaction display and operation modes are developed from the traditional character simulation terminal to the traditional various graphical terminals, the input and output capability and the man-machine interaction friendliness are greatly changed, and the traditional graphical over-the-counter transaction processing system consists of a client side and a server side. The client is mainly responsible for drawing, rendering, operation control, equipment calling, data entry, data verification and processing of part of simple business logic of the view; the server is mainly responsible for processing complex business logic of transactions and providing public capabilities such as authorization, rechecking, pipelining, printing, identity verification, communication connection and the like.
The traditional transaction processing mechanism is as follows: and opening a transaction interface at the client, inputting or reading corresponding business data from the counter equipment by the teller according to the business elements, triggering the submitting operation, and then sending the business data to the server for processing. After receiving the request, the server side allocates a processing thread to the request, the thread synchronously executes all operations according to a preset processing flow, and returns a final execution result to the client side, and the whole process is basically synchronously called according to a single processing flow. However, if a module in the system processing takes time to increase gradually or a time-consuming abnormal condition occurs, the overall processing capability of the system is involved, and finally the system is in an unavailable state, and under the abnormal condition, the existing system has the following defects:
in a single application, access resources of a certain server in a system cannot be limited;
in the single application, the size of the access resource of each server cannot be set according to the access quantity of the service request, and the upper and lower bounds of the access resource can be dynamically allocated according to the access quantity;
in a single application, when an access link of a certain server in a system is abnormal, the server cannot be isolated.
In single application, the dynamic control on the processing capability of a certain module in the system cannot be realized generally, the problem can be solved only in a cluster mode, the error module cannot be isolated, the influence on other modules after the error of the module can be reduced, or the system breakdown caused by the abnormality of the module cannot be avoided, so that the fault tolerance capability and the processing efficiency of the system are lower.
Disclosure of Invention
In order to solve the defects in the prior art, the embodiment of the invention provides a service request processing system, which comprises a communication adapter, a main controller, a router, a plurality of servers, a monitor and a resource coordinator, wherein:
the communication adapter is used for packaging and unpacking the service requests reported by the client, converting the service requests into request data which can be identified by the server, and converting the request data into asynchronous operation from synchronous operation;
the main controller is used for identifying the request data and acquiring servers which need to be called for processing the request data from a plurality of servers to generate a server set;
the router is used for monitoring whether the input queues of all the servers in the server set are added with the request data, if yes, acquiring the servers matched with the request data from the server set according to the request head of the request data, and forwarding the request data to the servers;
the servers are used for processing corresponding request data according to the service logic of the servers and obtaining corresponding processing results;
the monitor is used for receiving the abnormal signals sent by each server in the server set, analyzing the abnormal signals, matching corresponding processing strategies for the abnormal signals and sending processing instructions to the resource coordinator;
the resource coordinator is configured to set the server according to the processing instruction.
Preferably, the router is further configured to monitor whether there is a request data input in an output queue of the communication adapter, if yes, obtain, from the server set, a server matching with the request data according to a request header of the request data, and forward the request data to the server.
Preferably, the router is further configured to receive a processing result sent by each server in the server set and send the processing result to the communication adapter.
Preferably, the communication adapter is further configured to receive a processing result sent by the router, convert the processing result from asynchronous operation to synchronous operation, and feed back the processing result to the client.
Preferably, the resource coordinator is further configured to expand the capacity of the server that sends the abnormal signal.
Preferably, the resource coordinator is further configured to shrink the capacity of the server that sends the abnormal signal.
Preferably, the resource coordinator is further configured to set an access state of a server sending an anomaly signal to be unavailable, isolate the server, dynamically adjust configuration of the router routing list, and forward a service request for accessing the server to other servers in the server set.
The service request processing system provided by the embodiment of the invention has the following beneficial effects:
by adopting the monitor and the resource coordinator and combining the dynamic capacity expansion technology, the dynamic capacity reduction technology and the dynamic routing technology, the problem that the traditional transaction processing mechanism can not solve is effectively solved, and the fault tolerance capability and the processing efficiency of single application are improved.
Drawings
Fig. 1 is a schematic diagram of a service request processing system according to an embodiment of the present invention.
Detailed Description
The invention is described in detail below with reference to the drawings and the specific embodiments.
As shown in fig. 1, the service request processing system provided by the embodiment of the present invention includes a communication adapter, a main controller, a router, N servers (server 1, server 2 … server N), a monitor, and a resource coordinator, where:
the communication adapter is used for packaging and unpacking the service requests reported by the client, converting the service requests into request data which can be identified by the server, and converting the request data into asynchronous operation from synchronous operation.
And the main controller is used for identifying the request data and acquiring the servers which need to be called for processing the request data from the plurality of servers to generate a server set.
And the router is used for monitoring whether the input queues of the servers in the server set are added with the request data, if yes, acquiring the servers matched with the request data from the server set according to the request header of the request data, and forwarding the request data to the servers.
The servers are used for processing corresponding request data according to the service logic of the servers and obtaining corresponding processing results.
The monitor is used for receiving the abnormal signals sent by the servers in the server set, analyzing the abnormal signals, matching corresponding processing strategies for the abnormal signals and sending processing instructions to the resource coordinator.
The resource coordinator is used for setting the server according to the processing instruction.
Optionally, the router is further configured to monitor whether the output queue of the communication adapter has request data input, and if yes, obtain, from the server set, a server matching with the request data according to a request header of the request data, and forward the request data to the server.
Optionally, the router is further configured to receive a processing result sent by each server in the server set and send the processing result to the communication adapter.
Optionally, the communication adapter is further configured to receive a processing result sent by the router, convert the processing result from asynchronous operation to synchronous operation, and feed back the processing result to the client.
Optionally, the resource coordinator is further configured to expand the capacity of the server that sends out the anomaly signal.
Optionally, the resource coordinator is further configured to shrink the volume of the server that sends out the anomaly signal.
Optionally, the resource coordinator is further configured to set an access state of the server that sends the anomaly signal to be unavailable, isolate the server, dynamically adjust a configuration of a router routing list, and forward a service request of the access server to other servers in the server set.
The service request processing system provided by the embodiment of the invention comprises a communication adapter, a main controller, a router, a plurality of servers, a monitor and a resource coordinator, and effectively solves the problem that the traditional transaction processing mechanism can not solve by adopting the monitor and the resource coordinator and combining the dynamic capacity expansion technology, the dynamic capacity reduction technology and the dynamic routing technology, thereby effectively improving the fault tolerance capability and the processing efficiency of single application.
In the foregoing embodiments, the descriptions of the embodiments are emphasized, and for parts of one embodiment that are not described in detail, reference may be made to related descriptions of other embodiments.
It will be appreciated that the relevant features of the methods and apparatus described above may be referenced to one another.
It will be clear to those skilled in the art that, for convenience and brevity of description, specific working procedures of the above-described systems, apparatuses and units may refer to corresponding procedures in the foregoing method embodiments, which are not repeated herein.
The algorithms and displays presented herein are not inherently related to any particular computer, virtual system, or other apparatus. Various general-purpose systems may also be used with the teachings herein. The required structure for a construction of such a system is apparent from the description above. In addition, the present invention is not directed to any particular programming language. It will be appreciated that the teachings of the present invention described herein may be implemented in a variety of programming languages, and the above description of specific languages is provided for disclosure of enablement and best mode of the present invention.
Furthermore, the memory may include volatile memory, random Access Memory (RAM) and/or nonvolatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM), in a computer readable medium, the memory including at least one memory chip.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
In one typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include volatile memory in a computer-readable medium, random Access Memory (RAM) and/or nonvolatile memory, etc., such as Read Only Memory (ROM) or flash RAM. Memory is an example of a computer-readable medium.
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 storage media for a computer 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, which can be used to store information that can be accessed by a computing device. Computer-readable media, as defined herein, does not include transitory computer-readable media (transmission media), such as modulated data signals and carrier waves.
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 one … …" does not exclude the presence of other like elements in a process, method, article or apparatus that comprises an element.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The foregoing is merely exemplary of the present application and is not intended to limit the present application. Various modifications and changes may be made to the present application by those skilled in the art. Any modifications, equivalent substitutions, improvements, etc. which are within the spirit and principles of the present application are intended to be included within the scope of the claims of the present application.

Claims (4)

1. The service request processing system comprises a communication adapter, a main controller, a router and a plurality of servers, and is characterized by further comprising a monitor and a resource coordinator, wherein:
the communication adapter is used for packaging and unpacking the service requests reported by the client, converting the service requests into request data which can be identified by the server, and converting the request data into asynchronous operation from synchronous operation;
the main controller is used for identifying the request data and acquiring servers which need to be called for processing the request data from a plurality of servers to generate a server set;
the router is used for monitoring whether the input queues of all the servers in the server set are added with the request data, if yes, acquiring the servers matched with the request data from the server set according to the request head of the request data, and forwarding the request data to the servers;
the servers are used for processing corresponding request data according to the service logic of the servers and obtaining corresponding processing results;
the monitor is used for receiving the abnormal signals sent by each server in the server set, analyzing the abnormal signals, matching corresponding processing strategies for the abnormal signals and sending processing instructions to the resource coordinator;
the resource coordinator is configured to set the server according to the processing instruction, where:
the resource coordinator is also used for expanding the capacity of the server which sends out the abnormal signal;
the resource coordinator is also used for shrinking the volume of the server which sends out the abnormal signal;
the resource coordinator is further configured to set an access state of a server sending an abnormal signal to be unavailable, isolate the server, dynamically adjust configuration of the router routing list, and forward a service request for accessing the server to other servers in the server set.
2. The service request processing system according to claim 1, wherein the router is further configured to monitor whether there is a request data input in the output queue of the communication adapter, and if so, obtain, from the server set, a server matching the request data according to a request header of the request data and forward the request data to the server.
3. The service request processing system according to claim 1, wherein the router is further configured to receive a processing result sent by each server in the server set and send the processing result to the communication adapter.
4. The service request processing system according to claim 1, wherein the communication adapter is further configured to receive a processing result sent by the router, convert the processing result from asynchronous operation to synchronous operation, and feed back the processing result to the client.
CN202010001685.7A 2020-01-02 2020-01-02 Service request processing system Active CN111124692B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010001685.7A CN111124692B (en) 2020-01-02 2020-01-02 Service request processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010001685.7A CN111124692B (en) 2020-01-02 2020-01-02 Service request processing system

Publications (2)

Publication Number Publication Date
CN111124692A CN111124692A (en) 2020-05-08
CN111124692B true CN111124692B (en) 2023-05-12

Family

ID=70507390

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010001685.7A Active CN111124692B (en) 2020-01-02 2020-01-02 Service request processing system

Country Status (1)

Country Link
CN (1) CN111124692B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8103769B1 (en) * 2009-09-03 2012-01-24 Amazon Technologies, Inc. Dynamic isolation of shared resources
CN104836819A (en) * 2014-02-10 2015-08-12 阿里巴巴集团控股有限公司 Dynamic load balancing method and system, and monitoring and dispatching device
CN106227605A (en) * 2016-07-26 2016-12-14 北京北森云计算股份有限公司 The dynamic micro services expansion method of a kind of multilingual cloud compiling and device
CN106227611A (en) * 2016-07-26 2016-12-14 北京北森云计算股份有限公司 The dynamic micro services call method of a kind of multilingual cloud compiling and device
WO2017036428A2 (en) * 2015-09-06 2017-03-09 中兴通讯股份有限公司 Capacity change suggestion method and device

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101115050A (en) * 2006-07-24 2008-01-30 中兴通讯股份有限公司 Network service request processing system and method
US8176495B2 (en) * 2007-09-16 2012-05-08 Microsoft Corporation Client affinity in distributed load balancing systems
US20110314119A1 (en) * 2010-06-18 2011-12-22 Deepak Kakadia Massively scalable multilayered load balancing based on integrated control and data plane
CN102346460B (en) * 2011-05-27 2013-11-13 运软网络科技(上海)有限公司 Transaction-based service control system and method
CN104468212B (en) * 2014-12-03 2017-08-08 中国科学院计算技术研究所 A kind of cloud computation data center network intelligence linkage collocation method and system
US10362113B2 (en) * 2015-07-02 2019-07-23 Prasenjit Bhadra Cognitive intelligence platform for distributed M2M/ IoT systems
US10153941B2 (en) * 2016-05-17 2018-12-11 Microsoft Technology Licensing, Llc Distributed operational control in computing systems
US10484460B2 (en) * 2016-07-22 2019-11-19 Microsoft Technology Licensing, Llc Access services in hybrid cloud computing systems
US10530665B2 (en) * 2016-10-14 2020-01-07 Cisco Technology, Inc. Device management for isolation networks
US10671032B2 (en) * 2016-10-17 2020-06-02 Fisher-Rosemount Systems, Inc. Methods and systems for streaming process control data to remote devices
CN106330769B (en) * 2016-11-15 2022-03-08 腾讯科技(深圳)有限公司 Service processing method and server
CN107819861A (en) * 2017-11-16 2018-03-20 中国银行股份有限公司 Business data processing method, apparatus and system
CN108833163B (en) * 2018-06-13 2020-08-28 平安科技(深圳)有限公司 Linux virtual server creating method and device, computer equipment and storage medium
CN109308223A (en) * 2018-09-17 2019-02-05 平安科技(深圳)有限公司 A kind of response method and equipment of service request
CN109491975A (en) * 2018-11-08 2019-03-19 江苏曲速教育科技有限公司 Distributed cache system
CN110381026B (en) * 2019-06-14 2021-12-10 北京数立得科技有限公司 Business service packaging and accessing system, method and device for rich client
CN110225137B (en) * 2019-06-24 2022-11-11 北京达佳互联信息技术有限公司 Service request processing method, system, server and storage medium
CN110557445A (en) * 2019-08-22 2019-12-10 上海艾融软件股份有限公司 Access request routing method and device, storage medium and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8103769B1 (en) * 2009-09-03 2012-01-24 Amazon Technologies, Inc. Dynamic isolation of shared resources
CN104836819A (en) * 2014-02-10 2015-08-12 阿里巴巴集团控股有限公司 Dynamic load balancing method and system, and monitoring and dispatching device
WO2017036428A2 (en) * 2015-09-06 2017-03-09 中兴通讯股份有限公司 Capacity change suggestion method and device
CN106227605A (en) * 2016-07-26 2016-12-14 北京北森云计算股份有限公司 The dynamic micro services expansion method of a kind of multilingual cloud compiling and device
CN106227611A (en) * 2016-07-26 2016-12-14 北京北森云计算股份有限公司 The dynamic micro services call method of a kind of multilingual cloud compiling and device

Also Published As

Publication number Publication date
CN111124692A (en) 2020-05-08

Similar Documents

Publication Publication Date Title
CN106325988B (en) Method for scheduling task and device
CN108512715B (en) Load pressure test method of service link and related device
US10554701B1 (en) Real-time call tracing in a service-oriented system
CN112486830B (en) Pressure testing method, device and system for block chain network
CN111475501A (en) Data cleaning method and device for block chain network
CN113806037A (en) Service calling method and device, storage medium and electronic equipment
CN105915529A (en) Message generation method and device
US9537940B2 (en) Exchange of information between processing servers
CN110557291A (en) Network service monitoring system
CN106940712B (en) Sequence generation method and device
CN106897185B (en) Method and device for outputting abnormity
CN111124692B (en) Service request processing system
CN111198756A (en) Application scheduling method and device of kubernets cluster
CN115480937A (en) Data processing method and device, electronic equipment and readable storage medium
CN115934537A (en) Interface test tool generation method, device, equipment, medium and product
WO2023091215A1 (en) Mapping an application signature to designated cloud resources
CN107515725B (en) Method and device for sharing disk by core network virtualization system and network management MANO system
CN112417213B (en) VMware self-discovery monitoring and instance topology self-discovery method
CN113055199B (en) Gateway access method and device and gateway equipment
CN113419887A (en) Method and device for processing abnormal online transaction of host
CN114171107A (en) Detection method, device, equipment and storage medium for VPD information of solid state disk
CN106844056B (en) Hadoop big data platform multi-tenant job management method and system
CN112637201A (en) Request processing method, device, equipment and system of web server
EP4300306A1 (en) Streaming media processing method and apparatus based on inference service and electronic device
CN114301893B (en) Log management method, system and readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant