CN114595081A - Response type RPC calling method and system based on cache storage - Google Patents

Response type RPC calling method and system based on cache storage Download PDF

Info

Publication number
CN114595081A
CN114595081A CN202210212869.7A CN202210212869A CN114595081A CN 114595081 A CN114595081 A CN 114595081A CN 202210212869 A CN202210212869 A CN 202210212869A CN 114595081 A CN114595081 A CN 114595081A
Authority
CN
China
Prior art keywords
cache
result
remote
thread
calling
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
CN202210212869.7A
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.)
China Citic Bank Corp Ltd
Original Assignee
China Citic Bank Corp 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 China Citic Bank Corp Ltd filed Critical China Citic Bank Corp Ltd
Priority to CN202210212869.7A priority Critical patent/CN114595081A/en
Publication of CN114595081A publication Critical patent/CN114595081A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/061Improving I/O performance
    • G06F3/0613Improving I/O performance in relation to throughput
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0655Vertical data movement, i.e. input-output transfer; data movement between one or more hosts and one or more storage devices
    • G06F3/0656Data buffering arrangements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • 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/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5022Mechanisms to release 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/5018Thread allocation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/544Remote

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Databases & Information Systems (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to a response type RPC calling method and a system based on cache storage, which preferentially match and feed back cache results in the cache storage according to a remote calling request, access data through a response type cache technology, ensure the condition of no blocking and disconnection by using response type distribution and response type subscription on IO operation related to data access, and realize data processing of sending and returning by different threads in the same method in the development process, thereby not only simplifying the code development efficiency, but also improving the working efficiency in different threads. By utilizing the non-blocking characteristic, the resource utilization rate is improved, and the system throughput capacity is further improved.

Description

Response type RPC calling method and system based on cache storage
Technical Field
The invention relates to the technical field of remote data calling, in particular to a response type RPC calling method and system based on cache storage.
Background
In the current inter-service communication process, the increase of data flow and the complexity of service use the traditional interface cache processing module to continue to execute the next task after one task is completed, each request can judge whether data exists in the cache, generally speaking, the process is blocking operation, the efficiency of the interface is reduced while the overhead is increased, and the response time of the interface is improved.
The remote procedure call protocol RPC is a protocol for requesting a service from a remote computer program over a network without knowing underlying network technology, enabling a client to call an object existing on the remote computer without knowing the details of the call, achieving an experience similar to calling a local application.
During RPC communication, data is stored in a memory, although the reading speed of the data can be improved, each request judges whether cached data exists or not due to calling of high-frequency data, so that the overhead is increased, and the efficiency of an interface is reduced. Meanwhile, if the calling result is not stored in the cache, the request additionally performs the work of acquiring the result of the calling service, which is a blocking operation and further influences the throughput capacity of the system.
Disclosure of Invention
In order to solve the defects of the prior art, the invention provides a response type RPC calling method and a response type RPC calling system based on cache storage, data are accessed through a response type cache technology, the situations of no blocking and disconnection are ensured by using response type distribution and response type subscription on IO operation related to data access, and the data processing of sending and returning by different threads is only realized in the same method in the development process, so that the code development efficiency is simplified, and the working efficiency is improved in different threads. By utilizing the non-blocking characteristic, the resource utilization rate is improved, and the system throughput capacity is further improved.
In order to achieve the above purpose, the technical scheme adopted by the invention comprises the following steps:
a response type RPC calling method based on cache storage is characterized by comprising the following steps:
s1, receiving a remote calling request;
s2, issuing a remote calling request by using a first thread;
s3, querying whether a cache storage stores a corresponding cache result corresponding to the remote call request by using a second thread;
s4, when the cache storage is inquired to store the corresponding cache result corresponding to the remote call request, directly returning the corresponding cache result from the cache storage;
and S5, when the cache storage is inquired and the corresponding cache result corresponding to the remote calling request is not stored, calling the corresponding result from the remote service application according to the remote calling request.
Further, the method further comprises:
s6, acquiring corresponding result data of the remote service application by using a third thread;
and S7, storing the corresponding result data of the remote service application into a cache by using a fourth thread to form a cache result.
Further, the step S7 further includes:
and storing the cached result in the form of a key name and a key value.
Further, the S3 further includes:
and matching the key name with the remote call request, and inquiring a corresponding cache result corresponding to the remote call request in a cache storage.
Further, the first thread and the third thread are both responsive processing threads.
Further, the step S4 further includes releasing the first thread and the second thread after returning the corresponding cache result;
the step S5 further includes releasing the first thread and the second thread after returning the corresponding result.
Further, the step S7 further includes releasing the third thread and the fourth thread after the cached result is formed.
The invention also relates to a response type RPC calling system based on cache storage, which is characterized by comprising the following steps:
the client is used for sending a remote calling request and receiving a feedback result;
the server is used for executing the remote service application and responding to the remote call request to feed back a corresponding result;
the first response module is used for issuing the remote call request and inquiring whether the cache storage stores a corresponding cache result corresponding to the remote call request;
the second response module is used for acquiring corresponding result data of the remote service application and storing the corresponding result data of the remote service application into a cache for storage to form a cache result;
and the cache storage module is used for storing cache results.
The invention also relates to a computer-readable storage medium, characterized in that the storage medium has stored thereon a computer program which, when being executed by a processor, carries out the above-mentioned method.
The invention also relates to an electronic device, characterized in that it comprises a processor and a memory;
the memory is used for storing cache results;
the processor is used for executing the method by calling the cache result.
The invention also relates to a computer program product comprising a computer program and/or instructions, characterized in that the computer program and/or instructions, when executed by a processor, implement the steps of the above-mentioned method.
The invention has the beneficial effects that:
by adopting the response type RPC calling method and the response type RPC calling system based on the cache storage, data are accessed through a response type cache technology, the situations of no blocking and disconnection are ensured by using response type distribution and response type subscription on IO operation related to data access, and the data processing of sending and returning by different threads is only realized in the same method in the development process, so that the code development efficiency is simplified, and the working efficiency is improved in different threads by executing the method. And a cache component is added during stub processing of the client, and response programming is used for processing data, so that the time consumption of service calling is reduced, the timeliness of the service is improved, on the other hand, the high-performance cache component is used for supporting high concurrency of requests, and the load capacity of the service is improved by utilizing the non-blocking characteristic of the high-performance cache component.
Drawings
FIG. 1 is a schematic flow chart of a response type RPC calling method based on cache storage according to the present invention.
FIG. 2 is a schematic diagram of a system structure of a cache storage-based responsive RPC call according to the present invention.
Detailed Description
For a clearer understanding of the contents of the present invention, reference will be made to the accompanying drawings and examples.
The calling between the client program and the server program needs to be assisted by the client stub and the server stub to communicate and call, the socket is used for communicating between the client stub and the server stub, and when the client calls one server for multiple times, the server stub needs to process for multiple times to influence the calling time. Data can be accessed through a responsive caching technology, and the condition of no blocking and disconnection is ensured by using responsive distributed subscription and responsive subscription on IO operation related to data access. The following logic is completed before the client invokes the server stub: and receiving the high-frequency request, judging whether the existing request exists in the cache component, simultaneously using response type processing to obtain a result from the cache component for the existing data, finishing the processing and returning a response to the client stub.
The first aspect of the present invention relates to a responsive RPC calling method based on cache storage, which has a step flow as shown in fig. 1, and includes:
and S1, receiving the remote calling request. And during RPC communication, calling RPC stub processing by the client program and initiating remote calling.
S2, the first responsive thread is used for issuing the remote calling request. The client side initiates a request with high frequency to responsively publish the data to the subscriber and release the current client thread.
S3, using the second thread to query whether the cache stores the corresponding cache result corresponding to the remote invocation request, preferably, by using the key name to match the remote invocation request. The key name preferably comprises an interface name and a calling method, the subscriber judges whether the interface name + method is used as the key name to be stored in a cache after starting other thread responsive subscriptions, finds a corresponding cache object, and if a request sent by the client has the corresponding cache object < key, value >, the data is returned to the client program from the cache storage.
And S4, when the cache storage is inquired to store the corresponding cache result corresponding to the remote call request, directly returning the corresponding cache result from the cache storage, and releasing the first thread and the second thread.
S5, when the cache storage is inquired that the corresponding cache result corresponding to the remote call request is not stored, calling the corresponding result from the remote service application according to the remote call request, and releasing the first thread and the second thread.
And S6, acquiring corresponding result data of the remote service application by using the responsive third thread.
And S7, storing corresponding result data of the remote service application into a cache memory by using a fourth thread, storing the result in the form of a key name and a key value to form a cache result, and releasing the third thread and the fourth thread.
When the method is executed, the algorithm of the CaffeineCache is used by default when the switch of the cache component is started, different cache strategies need to be selected according to different application scenes in a multithreading high-concurrency scene, and the cache side rate can be configured at different levels. In a preferred embodiment, the SPI of the Cache may be increased to provide a Cache interface for a Cache selectable algorithm, for example, the selectable algorithm includes: LRU, FIFO, Expire algorithm, etc., with optional parameters in the algorithm specified by the xml configuration file. In another preferred embodiment, a cache mechanism may be additionally configured and used, and may be divided into different cache levels: (1) the client can configure a global cache policy, and all service references start the cache; (2) caching policies can be configured through the interface level referenced to a certain service; (3) and a caching strategy started for a single method is supported, so that flexible application is realized.
In another aspect, the present invention further relates to a responsive RPC call system based on cache storage, whose structure is shown in fig. 2, including:
the client is used for sending a remote calling request and receiving a feedback result;
the server is used for executing the remote service application and responding to the remote call request to feed back a corresponding result;
the first response module is used for issuing the remote call request and inquiring whether the cache storage stores a corresponding cache result corresponding to the remote call request;
the second response module is used for acquiring corresponding result data of the remote service application and storing the corresponding result data of the remote service application into a cache for storage to form a cache result;
and the cache storage module is used for storing cache results.
By using this system, the above-described arithmetic processing method can be executed and a corresponding technical effect can be achieved.
Embodiments of the present invention also provide a computer-readable storage medium capable of implementing all the steps of the method in the above embodiments, the computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements all the steps of the method in the above embodiments.
Embodiments of the present invention further provide an electronic device for executing the method, as an implementation apparatus of the method, the electronic device at least includes a processor and a memory, and particularly, the memory stores data required for executing the method and related computer programs, such as cache results, and the like, and the processor calls the data and the programs in the memory to execute all steps of implementing the method, and obtains corresponding technical effects.
Preferably, the electronic device may comprise a bus architecture, which may include any number of interconnected buses and bridges linking together various circuits including one or more processors and memory. The bus may also link various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. A bus interface provides an interface between the bus and the receiver and transmitter. The receiver and transmitter may be the same element, i.e., a transceiver, providing a means for communicating with various other systems over a transmission medium. The processor is responsible for managing the bus and general processing, while the memory may be used for storing data used by the processor in performing operations.
Additionally, the electronic device may further include a communication module, an input unit, an audio processor, a display, a power source, and the like. The processor (or controller, operational controls) employed may include a microprocessor or other processor device and/or logic device that receives input and controls the operation of various components of the electronic device; the memory may be one or more of a buffer, a flash memory, a hard drive, a removable medium, a volatile memory, a non-volatile memory or other suitable devices, and may store the above-mentioned related data information, and may also store a program for executing the related information, and the processor may execute the program stored in the memory to realize information storage or processing, etc.; the input unit is used for providing input to the processor, and can be a key or a touch input device; the power supply is used for supplying power to the electronic equipment; the display is used for displaying display objects such as images and characters, and may be an LCD display, for example. The communication module is a transmitter/receiver that transmits and receives signals via an antenna. The communication module (transmitter/receiver) is coupled to the processor to provide an input signal and receive an output signal, which may be the same as in the case of a conventional mobile communication terminal. Based on different communication technologies, a plurality of communication modules, such as a cellular network module, a bluetooth module, and/or a wireless local area network module, may be disposed in the same electronic device. The communication module (transmitter/receiver) is also coupled to a speaker and a microphone via an audio processor to provide audio output via the speaker and receive audio input from the microphone to implement the usual telecommunication functions. The audio processor may include any suitable buffers, decoders, amplifiers and so forth. In addition, the audio processor is also coupled to the central processor, so that recording on the local machine can be realized through the microphone, and sound stored on the local machine can be played through the loudspeaker.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention 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 present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create a system for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including an instruction system which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks. While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (11)

1. A response type RPC calling method based on cache storage is characterized by comprising the following steps:
s1, receiving a remote calling request;
s2, issuing a remote calling request by using a first thread;
s3, querying whether a cache storage stores a corresponding cache result corresponding to the remote call request by using a second thread;
s4, when the cache storage is inquired to store the corresponding cache result corresponding to the remote call request, directly returning the corresponding cache result from the cache storage;
and S5, when the cache storage is inquired and the corresponding cache result corresponding to the remote calling request is not stored, calling the corresponding result from the remote service application according to the remote calling request.
2. The method of claim 1, wherein the method further comprises:
s6, acquiring corresponding result data of the remote service application by using a third thread;
and S7, storing the corresponding result data of the remote service application into a cache by using a fourth thread to form a cache result.
3. The method of claim 2, wherein the step S7 further comprises:
and storing the cached result in the form of a key name and a key value.
4. The method of claim 3, wherein the S3 further comprises:
and matching the key name with the remote call request, and inquiring a corresponding cache result corresponding to the remote call request in a cache storage.
5. The method of claim 2, wherein the first thread and the third thread are both responsive processing threads.
6. The method of claim 1, wherein the step S4 further comprises releasing the first thread and the second thread after returning the corresponding cache result;
the step S5 further includes releasing the first thread and the second thread after returning the corresponding result.
7. The method of claim 2, wherein step S7 further comprises releasing the third thread and the fourth thread after forming the cached results.
8. A responsive RPC call system based on cache storage, comprising:
the client is used for sending a remote calling request and receiving a feedback result;
the server is used for executing the remote service application and responding to the remote call request to feed back a corresponding result;
the first response module is used for issuing the remote call request and inquiring whether the cache storage stores a corresponding cache result corresponding to the remote call request;
the second response module is used for acquiring corresponding result data of the remote service application and storing the corresponding result data of the remote service application into a cache for storage to form a cache result;
and the cache storage module is used for storing cache results.
9. A computer-readable storage medium, characterized in that the storage medium has stored thereon a computer program which, when being executed by a processor, carries out the method of any one of claims 1 to 7.
10. An electronic device comprising a processor and a memory;
the memory is used for storing cache results;
the processor, configured to perform the method of any one of claims 1 to 7 by calling a cached result.
11. A computer program product comprising a computer program and/or instructions, characterized in that the computer program and/or instructions, when executed by a processor, implement the steps of the method of any one of claims 1 to 7.
CN202210212869.7A 2022-03-04 2022-03-04 Response type RPC calling method and system based on cache storage Pending CN114595081A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210212869.7A CN114595081A (en) 2022-03-04 2022-03-04 Response type RPC calling method and system based on cache storage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210212869.7A CN114595081A (en) 2022-03-04 2022-03-04 Response type RPC calling method and system based on cache storage

Publications (1)

Publication Number Publication Date
CN114595081A true CN114595081A (en) 2022-06-07

Family

ID=81807554

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210212869.7A Pending CN114595081A (en) 2022-03-04 2022-03-04 Response type RPC calling method and system based on cache storage

Country Status (1)

Country Link
CN (1) CN114595081A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116662394A (en) * 2023-07-12 2023-08-29 唐山银耐联电子商务有限公司 Java-based response priority type cache loading method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116662394A (en) * 2023-07-12 2023-08-29 唐山银耐联电子商务有限公司 Java-based response priority type cache loading method

Similar Documents

Publication Publication Date Title
US11146502B2 (en) Method and apparatus for allocating resource
CN109548178B (en) Communication method and network equipment
US11800337B2 (en) Method and apparatus for establishing Bluetooth data channel
KR20080000656A (en) Method for optimisation of the management of a server cache which may be consulted by client terminals with differing characterictics
CN113596781B (en) Subscription method, service network element and user data management network element
CN105592163B (en) A kind of communication means and system
WO2021159891A1 (en) Request, query and authorization processing method for call, devices, apparatus, and medium
JP2023536711A (en) COMPUTING POWER SHARING METHOD AND RELATED DEVICE
CN111510493B (en) Distributed data transmission method and device
CN112689012A (en) Cross-network proxy communication method and device
CN114595081A (en) Response type RPC calling method and system based on cache storage
CN110856086A (en) Method and device for controlling sound system and readable storage medium
WO2007066929A1 (en) Method and apparatus for providing streaming service based on p2p and streaming service system using the same
CN112468574B (en) Processing method, device and system for application service publishing and subscribing mechanism
CN109756481B (en) Method and system for realizing distributed docking of third-party system based on internet in different places
CN111782260A (en) Gray scale distribution method and gray scale distribution device
CN110392417A (en) Power consumption management method, terminal, computer equipment and storage medium
CN116185755A (en) Data processing method and device for distributed load balancing system
CN109120692B (en) Method and apparatus for processing requests
CN111782366A (en) Distributed task scheduling method and device
US20200045128A1 (en) Content deployment method and delivery controller
WO2023246756A1 (en) Computing power service method and apparatus, terminal, and core network device
CN113342501B (en) System fault processing method and device
CN117435354B (en) Method, device and system for running algorithm model, electronic equipment and storage medium
CN109947517B (en) Method for Web application to call UI input method in display equipment

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