CN111258739A - Server process updating method, device, server and medium - Google Patents

Server process updating method, device, server and medium Download PDF

Info

Publication number
CN111258739A
CN111258739A CN202010066785.8A CN202010066785A CN111258739A CN 111258739 A CN111258739 A CN 111258739A CN 202010066785 A CN202010066785 A CN 202010066785A CN 111258739 A CN111258739 A CN 111258739A
Authority
CN
China
Prior art keywords
server process
user
old
new
connection
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
CN202010066785.8A
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 Mihoyo Tianming Technology Co Ltd
Original Assignee
Shanghai Mihoyo Tianming Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Mihoyo Tianming Technology Co Ltd filed Critical Shanghai Mihoyo Tianming Technology Co Ltd
Priority to CN202010066785.8A priority Critical patent/CN111258739A/en
Publication of CN111258739A publication Critical patent/CN111258739A/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/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • 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
    • G06F9/5066Algorithms for mapping a plurality of inter-dependent sub-tasks onto a plurality of physical CPUs
    • 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/542Event management; Broadcasting; Multicasting; Notifications

Abstract

The embodiment of the invention discloses a method, a device, a server and a medium for updating a server process. The method comprises the following steps: when a new server process is started, if the new server process detects that an old server process exists, sending a handover notification to the old server process; the new server process receives the monitoring socket sent by the old server process and connects with the user; and after the new server process is handed over, the new server process sends a logoff notice to the old server process. The problem that a user is disconnected when the server process is updated is solved, and the user connection is not interrupted when the server process is updated, so that the server process is updated under the condition that the user does not sense, and the experience of the user is enhanced.

Description

Server process updating method, device, server and medium
Technical Field
The embodiment of the invention relates to the technical field of system updating, in particular to a method, a device, a server and a medium for updating a server process.
Background
Servers, also known as servers, are devices that provide computing services. Servers act as network nodes, storing and processing eighty percent of the data and information on the network, and are therefore referred to as the souls of the network. Server processes are continually being improved and updated to accommodate increasing functional needs and patching of vulnerabilities, etc.
However, after the server process is updated, the user is disconnected from the server, and the user needs to establish a connection with the server again to obtain the service, so that the user feels obvious blocking due to the time required for reconnection, and the use experience of the user is reduced.
Disclosure of Invention
The embodiment of the invention provides a method, a device, a server and a medium for updating a server process, so that user connection cannot be interrupted when the server process is updated.
In a first aspect, an embodiment of the present invention provides a server process updating method, where the method includes: when a new server process is started, if the new server process detects that an old server process exists, sending a handover notification to the old server process;
the new server process receives the monitoring socket sent by the old server process and connects with the user;
and after the new server process is handed over, the new server process sends a logoff notice to the old server process.
In a second aspect, an embodiment of the present invention further provides a server process updating apparatus, where the apparatus includes:
a handover notification sending module, configured to send a handover notification to an old server process if the new server process detects that the old server process exists when the new server process is started;
a monitoring socket and user connection receiving module, configured to receive, by the new server process, a connection between the monitoring socket sent by the old server process and a user;
and the offline notification sending module is used for sending an offline notification to the old server process by the new server process after the new server process is handed over.
In a third aspect, an embodiment of the present invention further provides a server, where the server includes:
one or more processors;
storage means for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement a server process update method as provided by any of the embodiments of the invention.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the server process updating method provided in any embodiment of the present invention.
When a new server process is started, if the new server process detects that an old server process exists, a handover notification is sent to the old server process; the new server process receives the monitoring socket sent by the old server process and connects with the user; after the new server process is handed over, the new server process sends an offline notification to the old server process, so that the problem that a user is disconnected when the server process is updated is solved, and the effect that the user connection cannot be interrupted when the server process is updated is achieved.
Drawings
Fig. 1 is a flowchart of a method for updating a server process according to a first embodiment of the present invention;
fig. 2 is a flowchart of a server process updating method according to a second embodiment of the present invention;
fig. 3 is a structural diagram of a server process updating apparatus according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of an apparatus in the fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a flowchart of a server process updating method according to an embodiment of the present invention, where this embodiment is applicable to a server process updating situation, and the method may be executed by a server process updating apparatus, and specifically includes the following steps:
s110, when a new server process is started, if the new server process detects that an old server process exists, sending a handover notification to the old server process.
Optionally, when the server process is stuck in the running process or the server process has a defect, a new server process needs to be started, so that the new server process replaces the old server process to run, and the server runs smoothly.
When the new server process is started, the existing old server process is detected to be running, the new server process sends a handover notification to the old server process, and after the old server process receives the handover notification sent by the new server process, the new server process carries out handover on related information and the new server process, so that the new server process can replace the old server process to process a connection request of a user, the stable running of a server is guaranteed, and the experience of the user is enhanced.
And S120, the new server process receives the monitoring socket sent by the old server process and connects the monitoring socket with the user.
And after receiving the handover notification sent by the new server process, the old server process sends the monitoring socket and the user connection to the new server. The listening socket is the server as an endpoint of the client connection request, it is created once, and exists throughout the server's lifecycle. The server processes the connection request of the user through the monitoring socket, and when the new server receives the monitoring socket sent by the old server, the new server processes the connection request of the user through the received monitoring socket, so that the user establishes connection with the server through the process of the new server. The old server process no longer processes the user's connection request.
Optionally, the step of receiving, by the new server process, the listening socket sent by the old server process to connect with the user includes: and the new server process receives the monitoring socket sent by the old server process through the transmission of the connection descriptor by the operating system. Optionally, the os transfer connection descriptor includes: a data transmission interface of an operating system. Exemplary operating system transport connection descriptors include, but are not limited to: the sendmsg interface of linux. The old server process sends the listening socket to the new server process through the transport connection descriptor of the operating system, so that the new server process can process the connection request of the user.
The user connection is connection information that the user has established a connection with the server. When the old server process sends the connection information of the user establishing connection with the server to the new server process, the user establishing connection with the server can interact with the new server process, so that the new server process provides service for the user.
When the server process is updated, the monitoring socket and the user connection are sent to the new server process through the old server process, the user who has established connection with the server can interact with the new server process, and the user who does not establish connection with the server can directly establish connection with the server through the new server process, so that the user can not feel the blockage caused by the update of the server process when establishing connection with the server or interacting with the server, and the use experience of the user is enhanced.
And S130, after the new server process is handed over, the new server process sends a logout notice to the old server process.
Optionally, the new server process receives a notification that the connection between the listening socket sent by the old server process and the user is completed. When the old server process sends all the monitoring sockets and the user connections to the new server process, the old server process sends a notification of the completion of sending to the new server process, and at the moment, the old server process has no user connections, and the new user request cannot be sent to the old server process. Optionally, the total number of user connections in the old server process may be obtained, and if the total number of user connections in the old server process is zero, it is proved that there is no user connection in the old server process, and at this time, the old server process sends a notification of completion of sending to the new server process.
And after receiving the notification of completion sent by the old server process, the new server process sends an offline notification to the old server process to enable the old server process to be offline, so that the new server process completely replaces the old server process to work, and the user with the established connection can update the server process without offline.
On the basis of the above embodiment, the server process updating method further includes: and if the new server process does not detect the existence of the old server process, establishing a new connection with the user when the user sends a connection request, and providing service for the user through the new connection. When the new server process is started and the existing of the old server process is not detected, the connection between the user and the server is not established at the moment, and when the user sends a connection request, the new server process establishes new connection with the user, so that the new server process can process the user request.
According to the technical scheme of the embodiment, when the new server process is started, if the new server process detects that the old server process exists, the handover notification is sent to the old server process; the new server process receives the monitoring socket sent by the old server process and is connected with the user; after the new server process is handed over, the new server process sends an offline notification to the old server process, the problem that a user can be offline when the server process is updated is solved, and the effect that the user with established connection can update the server process without offline is achieved.
Example two
Fig. 2 is a flowchart of a server process updating method according to a second embodiment of the present invention, which is further optimized based on the second embodiment, and optionally, the server process updating method further includes: when the old server process detects that the user connection exists, the old server process continues to process the user request sent by the user connection in the old server process, so that the server process is updated under the condition that the user does not sense, and the experience of the user is enhanced.
As shown in fig. 2, the method specifically includes the following steps:
s210, when a new server process is started, if the new server process detects that an old server process exists, sending a handover notification to the old server process.
S220, the new server process receives the monitoring socket sent by the old server process and connects the monitoring socket with the user.
And S230, after the new server process is handed over, the new server process sends a logout notification to the old server process.
S240, when the old server process detects that the user connection exists, the old server process continues to process the user request sent by the user connection in the old server process.
The old server process gradually sends user connections to the new server process, the user connections already sent to the new server process, and user requests sent by the user connections are processed through the new server process. The user connection which is not sent to the new server process is not yet sent, the user request sent through the user connection is continuously processed through the old server process, the server process is guaranteed to process the user request all the time in the updating process of the server process, the user is prevented from being disconnected, and the updating of the server process is completed under the condition that the user does not sense the user.
According to the technical scheme of the embodiment, when the old server process detects that the user connection exists, the old server process continues to process the user request sent by the user connection in the old server process; in this way, new connection requests are handled by the new server, while connected connection requests are handled by the old server, thereby ensuring that the service of the client is not interrupted. The updating of the server process is completed under the condition that the user does not sense, and the experience of the user is enhanced.
EXAMPLE III
Fig. 3 is a structural diagram of a server process updating apparatus according to a third embodiment of the present invention, where the apparatus includes: a handover notification sending module 310, a listening socket and user connection receiving 320, and a down-line notification sending module 330.
The handover notification sending module 310 is configured to, when a new server process is started, send a handover notification to an old server process if the new server process detects that the old server process exists; a listening socket and user connection receiving module 320, configured to receive, by the new server process, a listening socket and user connection sent by the old server process; an offline notification sending module 330, configured to, after the new server process completes handover, send an offline notification to the old server process by the new server process.
In the above embodiment, the listening socket and user connection receiving module 320 includes:
and the monitoring socket receiving unit is used for receiving the monitoring socket sent by the old server process through the operating system transmission connection descriptor by the new server process.
Optionally, the os transfer connection descriptor includes: a data transmission interface of an operating system.
In the foregoing embodiment, the apparatus for updating a server process further includes:
and the notification receiving module is used for receiving the notification that the connection between the monitoring socket sent by the old server process and the user is finished.
In the foregoing embodiment, the apparatus for updating a server process further includes:
and the old server process user request processing module is used for continuously processing the user request sent by the user connection in the old server process when the old server process detects that the user connection exists.
In the foregoing embodiment, the apparatus for updating a server process further includes:
and the new server process service providing module is used for establishing new connection with the user when the user sends a connection request and providing service for the user through the new connection if the new server process does not detect the existence of the old server process.
According to the technical scheme of the embodiment, when a new server process is started, if the new server process detects that an old server process exists, a handover notification sending module sends a handover notification to the old server process; the new server process receives the connection between the monitoring socket sent by the old server process and the user through a monitoring socket and user connection receiving module; and after the new server process is handed over, the new server process sends a logout notice to the old server process through the logout notice sending module. The problem that the user is disconnected when the server process is updated is solved, and the effect that the user connection cannot be interrupted when the server process is updated is achieved.
The server process updating device provided by the embodiment of the invention can execute the server process updating method provided by any embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method.
Example four
Fig. 4 is a schematic structural diagram of a server according to embodiment 4 of the present invention, as shown in fig. 4, the server includes a processor 410, a memory 420, an input device 430, and an output device 440; the number of the processors 410 in the server may be one or more, and one processor 410 is taken as an example in fig. 4; the processor 410, the memory 420, the input device 430 and the output device 440 in the server may be connected by a bus or other means, and the bus connection is exemplified in fig. 4.
The memory 420 serves as a computer-readable storage medium for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the server process updating method in the embodiment of the present invention (for example, the handover notification sending module 310, the listening socket and user connection receiving module 320, and the offline notification sending module 330 in the server process updating apparatus). The processor 410 executes various functional applications of the server and data processing by executing software programs, instructions, and modules stored in the memory 420, that is, implements the above-described server process updating method.
The memory 420 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 420 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, memory 420 may further include memory located remotely from processor 410, which may be connected to a server over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 430 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the server. The output device 440 may include a display device such as a display screen.
EXAMPLE five
An embodiment of the present invention further provides a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform a server process updating method, where the method includes:
when a new server process is started, if the new server process detects that an old server process exists, sending a handover notification to the old server process;
the new server process receives the monitoring socket sent by the old server process and connects with the user;
and after the new server process is handed over, the new server process sends a logoff notice to the old server process.
Of course, the storage medium provided by the embodiment of the present invention contains computer-executable instructions, and the computer-executable instructions are not limited to the method operations described above, and may also perform related operations in the server process updating method provided by any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which may be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the server process updating apparatus, each included unit and module are only divided according to functional logic, but are not limited to the above division as long as the corresponding function can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A server process updating method is characterized by comprising the following steps:
when a new server process is started, if the new server process detects that an old server process exists, sending a handover notification to the old server process;
the new server process receives the monitoring socket sent by the old server process and connects with the user;
and after the new server process is handed over, the new server process sends a logoff notice to the old server process.
2. The method for updating the server process according to claim 1, wherein the step of receiving the listening socket sent by the old server process by the new server process to connect with the user comprises:
and the new server process receives the monitoring socket sent by the old server process through the transmission of the connection descriptor by the operating system.
3. The server process updating method of claim 2, wherein the operating system transmitting the connection descriptor comprises: a data transmission interface of an operating system.
4. The server process updating method according to claim 1, further comprising:
and the new server process receives the notice that the connection between the monitoring socket sent by the old server process and the user is finished.
5. The server process updating method according to claim 1, further comprising:
when the old server process detects that there is a user connection, the old server process continues to process the user request sent through the user connection in the old server process.
6. The server process updating method according to claim 1, further comprising:
and if the new server process does not detect the existence of the old server process, establishing a new connection with the user when the user sends a connection request, and providing service for the user through the new connection.
7. A server process update apparatus, comprising:
a handover notification sending module, configured to send a handover notification to an old server process if the new server process detects that the old server process exists when the new server process is started;
a monitoring socket and user connection receiving module, configured to receive, by the new server process, a connection between the monitoring socket sent by the old server process and a user;
and the offline notification sending module is used for sending an offline notification to the old server process by the new server process after the new server process is handed over.
8. The server process updating apparatus according to claim 7, further comprising:
and the notification receiving module is used for receiving the notification that the connection between the monitoring socket sent by the old server process and the user is finished.
9. A server, characterized in that the server comprises:
one or more processors;
storage means for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement the server process update method as recited in any of claims 1-6.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a server process updating method according to any one of claims 1 to 6.
CN202010066785.8A 2020-01-20 2020-01-20 Server process updating method, device, server and medium Pending CN111258739A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010066785.8A CN111258739A (en) 2020-01-20 2020-01-20 Server process updating method, device, server and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010066785.8A CN111258739A (en) 2020-01-20 2020-01-20 Server process updating method, device, server and medium

Publications (1)

Publication Number Publication Date
CN111258739A true CN111258739A (en) 2020-06-09

Family

ID=70949021

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010066785.8A Pending CN111258739A (en) 2020-01-20 2020-01-20 Server process updating method, device, server and medium

Country Status (1)

Country Link
CN (1) CN111258739A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114915669A (en) * 2021-02-08 2022-08-16 北京金山云网络技术有限公司 Service upgrading method and device based on QUIC protocol and electronic equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020174331A1 (en) * 1999-11-17 2002-11-21 Clifton Malcolm Nock System for reconfiguring an existing server process without ending and restarting
CN104461628A (en) * 2014-12-09 2015-03-25 珠海迈科智能科技股份有限公司 Method and device for controlling updating of server programs
CN104506643A (en) * 2014-12-30 2015-04-08 北京奇虎科技有限公司 Server of distributed storage system and data synchronizing method between servers
CN105100232A (en) * 2015-07-14 2015-11-25 焦点科技股份有限公司 Smooth upgrade method for server end program without interrupting service
CN105120005A (en) * 2015-09-11 2015-12-02 厦门喜鱼网络科技有限公司 Game server hot-update method, servers and system
CN107158705A (en) * 2017-05-18 2017-09-15 腾讯科技(深圳)有限公司 The update method and device of service

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020174331A1 (en) * 1999-11-17 2002-11-21 Clifton Malcolm Nock System for reconfiguring an existing server process without ending and restarting
CN104461628A (en) * 2014-12-09 2015-03-25 珠海迈科智能科技股份有限公司 Method and device for controlling updating of server programs
CN104506643A (en) * 2014-12-30 2015-04-08 北京奇虎科技有限公司 Server of distributed storage system and data synchronizing method between servers
CN105100232A (en) * 2015-07-14 2015-11-25 焦点科技股份有限公司 Smooth upgrade method for server end program without interrupting service
CN105120005A (en) * 2015-09-11 2015-12-02 厦门喜鱼网络科技有限公司 Game server hot-update method, servers and system
CN107158705A (en) * 2017-05-18 2017-09-15 腾讯科技(深圳)有限公司 The update method and device of service

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114915669A (en) * 2021-02-08 2022-08-16 北京金山云网络技术有限公司 Service upgrading method and device based on QUIC protocol and electronic equipment

Similar Documents

Publication Publication Date Title
CN108040108B (en) Communication switching method, device, coordination server and readable storage medium
CN111770169B (en) Method, device, equipment and storage medium for upgrading equipment firmware
KR102555806B1 (en) Method, apparatus, device and storage medium for establishing wireless connection
US20080104252A1 (en) Resuming a computing session when rebooting a computing device
CN108471369B (en) Network dialing method, device and storage medium
CN109088818B (en) Equipment linkage switching method and device
CN110381042B (en) Graceful restart service method, device, medium and electronic equipment
CN109040295B (en) Method and device for determining abnormal disconnection, terminal and storage medium
CN112398689A (en) Network recovery method and device, storage medium and electronic equipment
US20190349436A1 (en) Methods, apparatus and systems for resuming transmission link
CN109889411B (en) Data transmission method and device
WO2022062661A1 (en) Operation notification method and apparatus, and storage medium and electronic apparatus
CN111258739A (en) Server process updating method, device, server and medium
CN112153753B (en) Network connection method and device
CN109787835B (en) Session backup method and device
US8693483B2 (en) Adjusting MSS of packets sent to a bridge device positioned between virtual and physical LANS
CN113747423B (en) Cloud mobile phone state synchronization method, device, equipment, storage medium and program product
CN113420275B (en) Data connection processing method, related device and computer program product
CN112491810B (en) Data connection method and mobile terminal
CN114726711A (en) Method and system for cooperative processing service between devices
US11070615B2 (en) Method, device and computer program product for transaction negotiation
CN113542282A (en) Cross-computing center file transmission method, device, equipment and storage medium
CN112559472A (en) File transmission method and device, computer equipment and storage medium
CN112866133A (en) Method and device for acquiring MSS (maximum segment size) in common
CN116527486B (en) Device independent function self-adaptive management method, device and 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