CN108400884B - Method, system and device for improving stability of website service - Google Patents

Method, system and device for improving stability of website service Download PDF

Info

Publication number
CN108400884B
CN108400884B CN201810024368.XA CN201810024368A CN108400884B CN 108400884 B CN108400884 B CN 108400884B CN 201810024368 A CN201810024368 A CN 201810024368A CN 108400884 B CN108400884 B CN 108400884B
Authority
CN
China
Prior art keywords
page
access
target
php
service
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
CN201810024368.XA
Other languages
Chinese (zh)
Other versions
CN108400884A (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.)
Seashell Housing Beijing Technology Co Ltd
Original Assignee
Seashell Housing Beijing 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 Seashell Housing Beijing Technology Co Ltd filed Critical Seashell Housing Beijing Technology Co Ltd
Priority to CN201810024368.XA priority Critical patent/CN108400884B/en
Publication of CN108400884A publication Critical patent/CN108400884A/en
Application granted granted Critical
Publication of CN108400884B publication Critical patent/CN108400884B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0654Management of faults, events, alarms or notifications using network fault recovery
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Abstract

The embodiment of the invention discloses a method, a system and a device for improving the stability of website service. Compared with the method that once the PHP service fails, the webpage cannot be accessed, the method improves the stability of website access.

Description

Method, system and device for improving stability of website service
Technical Field
The embodiment of the invention relates to the technical field of website services, in particular to a method, a system and a device for improving the stability of website services.
Background
The stability of the existing PHP service is mostly considered and optimized from the PHP service level, namely, the PHP service is prevented from being dragged down due to abnormal third-party service. Such as by de-relying services (e.g., on cores such as DB, Redis, Queue, etc.), and downgrading the dependent services to ensure stability of the core services. In the hierarchy of the PHP service architecture, the core domain layer is assumed by the PHP, which includes the downgrade implementation of core dependent services, i.e. using multi-level data cache to deal with them. In the framework mode, the PHP is heavily dependent, and once the PHP service itself is abnormal, the degradation scheme fails under the conditions of false death or hand holding, and the service stability is reduced.
Therefore, in the process of implementing the embodiment of the invention, the inventor finds that the existing PHP service architecture cannot cope with the abnormal condition of the PHP service, once the PHP service is abnormal, the user cannot access the website, so that the user cannot browse the webpage when the PHP service is abnormal, and the webpage stability is poor.
Disclosure of Invention
The invention aims to solve the technical problems that the existing PHP service framework cannot deal with the abnormal condition of the PHP service, once the PHP service is abnormal, a user cannot access a website, the user cannot browse a webpage when the PHP service is abnormal, and the webpage stability is poor.
In view of the above technical problems, an embodiment of the present invention provides a method for improving website service stability, including:
in the process that PHP service of a server side sends an access page to a client side, storing the access page to obtain a page library;
if target access information of a target client for accessing a target website is received, judging whether the PHP service abnormal message is received or not, and if so, judging whether a target page corresponding to the target access information is stored in the page library or not;
and if the target page is stored in the page library, sending the target page to the target client.
Optionally, in the process that the PHP service sends the access page to the client, storing the access page to obtain a page library, where the storing includes:
when the PHP service is not abnormal, if the server side receives access information sent by a client side, searching page information corresponding to the access information, sending the page information to the PHP service, generating an access page by the PHP service according to the page information, and sending the access page to the client side;
and in the process that the PHP service sends the access page to the client, acquiring a static page corresponding to the access page, and storing the static page as a page corresponding to the access information into the page library through a bloom filter.
Optionally, the method further comprises:
and if the target page does not exist in the page library, sending the PHP service exception to the target client, wherein the first prompt message of the target page cannot be checked.
Optionally, the determining whether the message of the PHP service abnormality is received further includes:
and periodically acquiring a message whether the PHP service is abnormal, and sending a second prompt message of the abnormal PHP service if the message of the abnormal PHP service is received.
In a second aspect, the present implementation provides a system suitable for the above method, including a server, a client, and an access end, where the server and the client perform information interaction through the access end;
the access terminal stores the access page to obtain the page library in the process that the PHP service of the server terminal sends the access page to the client terminal;
if the access terminal receives the target access information accessed by the target client terminal, judging whether the message of the PHP service abnormity is received or not, if so, judging whether a target page corresponding to the target access information is stored in the page library or not;
and if the access terminal judges that the target page is stored in the page library, the target page is sent to the target client terminal.
Optionally, the access terminal is a proxy server, the proxy server is provided with a storage device, and the page library is obtained by storing the access page through the storage device.
Optionally, the storage device is an openResty cache.
In a third aspect, the present embodiment provides an apparatus for improving website service stability, including:
the storage module is used for storing the access page to obtain a page library in the process that the PHP service of the server side sends the access page to the client side;
the judging module is used for judging whether a message of the PHP service abnormity is received or not if target access information of a target client accessing a target website is received, and judging whether a target page corresponding to the target access information is stored in the page library or not if the message of the PHP service abnormity is received;
and the sending module is used for sending the target page to the target client if the target page is stored in the page library.
In a fourth aspect, an embodiment of the present invention provides an electronic device, including:
at least one processor, at least one memory, a communication interface, and a bus; wherein the content of the first and second substances,
the processor, the memory and the communication interface complete mutual communication through the bus;
the communication interface is used for information transmission between the electronic equipment and the communication equipment of the client or the communication equipment of the terminal;
the memory stores program instructions executable by the processor, the processor calling the program instructions to perform the method of any of the above.
In a fifth aspect, embodiments of the invention also provide a non-transitory computer-readable storage medium storing computer instructions that cause the computer to perform the method of any of the above.
The embodiment of the invention provides a method, a system and a device for improving the stability of website service. Compared with the method that once the PHP service fails, the webpage cannot be accessed, the method improves the stability of website access.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
FIG. 1 is a flowchart illustrating a method for improving stability of web services according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a system for implementing the methods of the embodiments described above according to another embodiment of the present invention;
FIG. 3 is a block diagram illustrating an apparatus for improving stability of web services according to another embodiment of the present invention;
fig. 4 is a block diagram of an electronic device according to another embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a schematic flowchart of a method for improving stability of a website service provided in this embodiment, and referring to fig. 1, the method includes:
101: in the process that PHP service of a server side sends an access page to a client side, storing the access page to obtain a page library;
102: if target access information of a target client for accessing a target website is received, judging whether the PHP service abnormal message is received or not, and if so, judging whether a target page corresponding to the target access information is stored in the page library or not;
103: and if the target page is stored in the page library, sending the target page to the target client.
It should be noted that the method provided in this embodiment is generally performed by a device disposed between the access layer and the domain layer, for example, by the proxy nginx. And under the condition that the PHP service is not abnormal, storing the access page sent to the terminal by the server side when each terminal accesses the website to obtain a page library. It is understood that the access pages in the page pool are static pages.
It should be noted that the PHP service is a functional module used by the server side to generate a dynamic html page. When the PHP service is abnormal, the server side cannot generate the access page required by the client side, and the client side cannot access the page through the PHP. However, with the page library provided by the embodiment, under the condition that the PHP is abnormal, the client can still obtain the access page corresponding to the access information, and the stability of the website service is high.
If the PHP service is abnormal, a code corresponding to the PHP service abnormality, for example, 5XX, is issued, so that the device receiving the code can obtain information of the PHP service abnormality. The access information comprises page information of a page to be accessed, a page corresponding to the access information in the page library, namely a target page, can be found through the page information, and the target page is sent to the client, so that the client can still access the page under the condition of PHP abnormity. The PHP service exception is a PHP program exception at the server side, and comprises the conditions of engine exception of the PHP and other program exception of the PHP.
The embodiment provides a method for improving website service stability, which stores an access page sent to a client when a PHP service of a server side is not abnormal, so that after the PHP service is abnormal, the stored access page provides a corresponding access page for the client. Compared with the method that once the PHP service fails, the webpage cannot be accessed, the method improves the stability of website access.
Further, on the basis of the foregoing embodiment, in the process that the PHP service sends the access page to the client, the storing the access page to obtain the page library includes:
when the PHP service is not abnormal, if a server side receives access information sent by a client side, searching page information corresponding to the access information, sending the page information to the PHP service, generating an access page by the PHP service according to the page information, and sending the access page to the client side;
and in the process that the PHP service sends the access page to the client, acquiring a static page corresponding to the access page, and storing the static page as a page corresponding to the access information into the page library through a bloom filter.
It should be noted that the bloom filter is a binary vector and a series of random mapping functions, and can be used to search whether an element is in a set. In the process of storing the page in the embodiment, the page stored in the page library is screened through the bloom filter, so that the same page is prevented from being repeatedly stored, and the utilization rate of the storage space of the page library is ensured.
The embodiment provides a method for improving the stability of website service, which is characterized in that before an access page is stored in a page library, the page stored in the page library is screened through a bloom filter, so that the repeated storage of the same page is avoided.
Further, on the basis of the above embodiments, the method further includes:
and if the target page does not exist in the page library, sending the PHP service exception to the target client, wherein the first prompt message of the target page cannot be checked.
It should be noted that the first prompt message may be a message displayed by displaying a floating window on the client.
The embodiment provides a method for improving the stability of website service, which limits the conditions that the PHP service is abnormal and no target page exists in a page library. And sending the first prompt message to the target client to show the reason that the target page cannot be viewed currently through the target client.
Further, on the basis of the foregoing embodiments, the determining whether the PHP service abnormality message is received further includes:
and periodically acquiring a message whether the PHP service is abnormal, and sending a second prompt message of the abnormal PHP service if the message of the abnormal PHP service is received.
It should be noted that the second prompt message may be sent to the corresponding staff by a short message or an email, which is not limited in this embodiment.
The embodiment provides a method for improving website service stability, which is characterized in that after receiving a PHP service abnormity message, the method sends the PHP service abnormity message to corresponding staff, and informs the staff to carry out maintenance in time, so as to recover the PHP website service as soon as possible.
In a second aspect, the present embodiment provides a system for the methods of the foregoing embodiments, where the system includes a server, a client, and an access end, where the server and the client perform information interaction through the access end;
the access terminal stores the access page to obtain the page library in the process that the PHP service of the server terminal sends the access page to the client terminal;
if the access terminal receives the target access information accessed by the target client terminal, judging whether the message of the PHP service abnormity is received or not, if so, judging whether a target page corresponding to the target access information is stored in the page library or not;
and if the access terminal judges that the target page is stored in the page library, the target page is sent to the target client terminal.
Furthermore, on the basis of the above embodiment, the access terminal is a proxy server, the proxy server is provided with a storage device, and the access page is stored by the storage device to obtain the page library.
Further, on the basis of the above embodiment, the storage device is an openness cache.
The embodiment provides a system for improving the stability of website service, which stores an access page sent to a client when the PHP service of a server is not abnormal, so that after the PHP service is abnormal, the stored access page provides a corresponding access page for the client. According to the method, after the PHP service is abnormal, the normal service is provided for the client to a certain extent, and compared with a system which cannot access a webpage once the PHP service fails, the system improves the stability of website access.
As a specific embodiment, fig. 2 shows a framework structure of the system for the methods of the foregoing embodiments provided by this embodiment, and referring to fig. 2, the system provided by this embodiment is disposed between a domain layer and an access layer, and stores an access page through openResty. When the PHP service is abnormal, the application nginx will receive the PHP service abnormal message, for example, the application nginx receives "5 XX" to indicate that the PHP is abnormal. After the PHP service is abnormal, if access information sent by a User (User) through a PC (computer), an M (mobile phone) or an API (application program interface) is received, a target page corresponding to the access information is searched from a static page cached in openResty, and the target page is sent to a target client. After the PHP service is abnormal, the terminal can still access the page.
As shown in fig. 2, the domain layer of the kernel is assumed by the PHP service, which includes the downgrade implementation of the kernel dependent service, that is, the domain layer is handled by using a multi-level data Cache L0Cache (local Cache) and an L1Cache (centralized Cache, such as Redis). When the PHP service is abnormal, such as: in case of a false death, a Hang, etc., the above degradation scheme of the PHP service may fail, thereby causing a reduction in service stability. For example, as shown in fig. 2, the INF layer implements storage and management of data at the server side, the PHP service is used as a core service layer, and PHP downgrades (core dependencies include DB, passport, Hdic, and the like) are implemented by an L0Cache (local Cache) and an L1Cache (centralized Cache, such as Redis), which is used for handling downgrade processing when a third-party service is abnormal.
Based on the above drawbacks, fig. 2 provides a framework structure of the system based on the above embodiments, and fig. 2 divides the whole network architecture system into a presentation layer, an access layer, a domain layer and an INF layer. Wherein, the presentation layer is composed of the devices of the client. The access layer includes the ELB and the application nginx. Among them, the ELB (Elastic Load Balancing) can be used to distribute the flow. The application nginx realizes data management through IDC ngx and AWS ngx, and the openResty cache realizes storage of an access page in the embodiment. And when the PHP service is abnormal, directly reading a static page corresponding to the access information from the openResty cache, and sending the static page to the client to realize the degradation of the PHP service.
By the method provided by the embodiment, the static html page is cached in a position closer to the user between the access layer and the domain layer (namely, an application upper layer) through openResty, and if and only if the PHP service is abnormal, the user access is degraded, and the static page is spitted. In addition, deduplication is performed on the openResty layer through a bloom filter, so that repeated caching of pages is prevented, and in response, if the PHP responds to 5xx, openResty caching is enabled to downgrade the service.
The method provided by the embodiment provides guarantee for the service on the upper application layer by using openResty, so as to improve the service stability. The downgrading scheme provided in this embodiment may be a centralized cache or a file cache, which is not limited in this embodiment.
In a third aspect, fig. 3 is a schematic structural diagram of an apparatus for improving stability of a web service provided in this embodiment, referring to fig. 3, the apparatus includes a storage module 301, a determination module 302, and a sending module 303, wherein,
the storage module 301 is configured to store an access page to obtain a page library in a process that a PHP service of a server sends the access page to a client;
a determining module 302, configured to determine, if target access information that a target client accesses a target website is received, whether the PHP service exception message is received, and if so, determine whether a target page corresponding to the target access information is stored in the page library;
a sending module 303, configured to send the target page to the target client if the target page is stored in the page library.
The apparatus for improving website service stability provided in this embodiment is suitable for the method for improving website service stability provided in the foregoing embodiment, and details are not repeated here.
The embodiment provides a device for improving the stability of website service, which stores an access page sent to a client when the PHP service of a server side is not abnormal, so that after the PHP service is abnormal, the stored access page provides a corresponding access page for the client. According to the method, after the PHP service is abnormal, the normal service is provided for the client to a certain extent, and compared with a device which cannot access the webpage once the PHP service fails, the device improves the stability of website access.
In a third aspect, fig. 4 is a block diagram illustrating a structure of an electronic apparatus provided in the present embodiment.
Referring to fig. 4, the electronic device includes: a processor (processor)401, a memory (memory)402, a communication Interface (Communications Interface)403, and a bus 404;
wherein the content of the first and second substances,
the processor 401, the memory 402 and the communication interface 403 complete mutual communication through the bus 404;
the communication interface 403 is used for information transmission between the electronic device and a server-side communication device or a client-side communication device;
the processor 401 is configured to call the program instructions in the memory 402 to execute the methods provided by the above-mentioned method embodiments, for example, including: in the process that the PHP service sends the access page to the client, storing the access page to obtain a page library; if target access information of a target client for accessing a target website is received, judging whether the PHP service abnormal message is received or not, and if so, judging whether a target page corresponding to the target access information is stored in the page library or not; and if the target page is stored in the page library, sending the target page to the target client.
In a fourth aspect, the present embodiment provides a non-transitory computer-readable storage medium storing computer instructions that cause the computer to perform the method provided by the above method embodiments, for example, including: in the process that the PHP service sends the access page to the client, storing the access page to obtain a page library; if target access information of a target client for accessing a target website is received, judging whether the PHP service abnormal message is received or not, and if so, judging whether a target page corresponding to the target access information is stored in the page library or not; and if the target page is stored in the page library, sending the target page to the target client.
In a fifth aspect, the present embodiments disclose a computer program product comprising a computer program stored on a non-transitory computer-readable storage medium, the computer program comprising program instructions that, when executed by a computer, enable the computer to perform the methods provided by the above-described method embodiments, for example, comprising: in the process that the PHP service sends the access page to the client, storing the access page to obtain a page library; if target access information of a target client for accessing a target website is received, judging whether the PHP service abnormal message is received or not, and if so, judging whether a target page corresponding to the target access information is stored in the page library or not; and if the target page is stored in the page library, sending the target page to the target client.
Those of ordinary skill in the art will understand that: all or part of the steps for implementing the method embodiments may be implemented by hardware related to program instructions, and the program may be stored in a computer readable storage medium, and when executed, the program performs the steps including the method embodiments; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
The above-described embodiments of the electronic device and the like are merely illustrative, where the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may also be distributed on multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above embodiments are only used for illustrating the technical solutions of the embodiments of the present invention, and are not limited thereto; although embodiments of the present invention have been described in detail with reference to the foregoing embodiments, those skilled in the art will understand that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (8)

1. A method for improving the stability of website service is characterized by comprising the following steps:
in the process that a PHP service of a server side sends an access page to a client side, a plurality of access pages which respectively have one-to-one correspondence with respective access information of a plurality of client sides are stored to obtain a page library, and the method comprises the following steps: when the PHP service is not abnormal, if the server side receives access information sent by a client side, searching page information corresponding to the access information, sending the page information to the PHP service, generating an access page by the PHP service according to the page information, and sending the access page to the client side; in the process that the PHP service sends the access page to the client, acquiring a static page corresponding to the access page, and storing the static page as a page corresponding to the access information into the page library through a bloom filter; the PHP service exception refers to a PHP program exception of a server side, and the PHP program exception comprises an engine exception of a PHP;
if target access information of a target client for accessing a target website is received, judging whether the PHP service abnormal message is received, if so, judging whether a target page corresponding to the target access information is stored in a page library according to the one-to-one correspondence of each access page in the page library and the respective access information of a plurality of clients;
if the target page is stored in the page library, the target page is sent to the target client;
and if the target page is not stored in the page library, sending a first prompt message that the PHP service is abnormal and the target page cannot be viewed to the target client.
2. The method of claim 1, wherein the determining whether the PHP service exception message is received further comprises:
and periodically acquiring a message whether the PHP service is abnormal, and sending a second prompt message of the abnormal PHP service if the message of the abnormal PHP service is received.
3. A system suitable for the method of claim 1 or 2, comprising a server side, a client side and an access side, wherein the server side and the client side perform information interaction through the access side;
the method for storing, by the access terminal, multiple access pages having a one-to-one correspondence relationship with respective access information of multiple clients in a process of sending the access pages to the clients by the PHP service of the server terminal includes: when the PHP service is not abnormal, if the server side receives access information sent by a client side, searching page information corresponding to the access information, sending the page information to the PHP service, generating an access page by the PHP service according to the page information, and sending the access page to the client side; in the process that the PHP service sends the access page to the client, acquiring a static page corresponding to the access page, and storing the static page as a page corresponding to the access information into the page library through a bloom filter; the PHP service exception refers to a PHP program exception of a server side, and the PHP program exception comprises an engine exception of a PHP;
if the access terminal receives the target access information accessed by the target client terminal, judging whether the message of the PHP service abnormity is received or not, if so, judging whether a target page corresponding to the target access information is stored in a page library or not according to the one-to-one correspondence of each access page in the page library and the respective access information of the plurality of client terminals;
if the access terminal judges that the target page is stored in the page library, the target page is sent to the target client terminal;
and if the access terminal judges that the target page is not stored in the page library, sending a first prompt message that the PHP service is abnormal and the target page cannot be viewed to the target client.
4. The system according to claim 3, wherein the access terminal is a proxy server, the proxy server is provided with a storage device, and the page library is obtained by storing the access page through the storage device.
5. The system of claim 4, wherein the storage device is an openResty cache.
6. An apparatus for improving stability of web services, comprising:
the storage module is configured to store, in a process that the PHP service at the server side sends an access page to the client, a plurality of access pages that respectively have one-to-one correspondence with respective access information of a plurality of clients, to obtain a page library, and includes: the PHP service is used for searching page information corresponding to the access information if the server side receives the access information sent by the client side when the PHP service is not abnormal, and sending the page information to the PHP service, and the PHP service generates the access page according to the page information and sends the access page to the client side; in the process that the PHP service sends the access page to the client, acquiring a static page corresponding to the access page, and storing the static page as a page corresponding to the access information into the page library through a bloom filter; the PHP service exception refers to a PHP program exception of a server side, and the PHP program exception comprises an engine exception of a PHP;
the judging module is used for judging whether the message of the PHP service abnormity is received or not if target access information of a target client for accessing a target website is received, and judging whether a target page corresponding to the target access information is stored in a page library or not according to the one-to-one correspondence between each access page in the page library and the respective access information of a plurality of clients if the message of the PHP service abnormity is received;
the sending module is used for sending the target page to the target client if the target page is stored in the page library; and the system is further used for sending a first prompt message that the PHP service is abnormal and the target page cannot be viewed to the target client if the target page is not stored in the page library.
7. An electronic device, comprising:
at least one processor, at least one memory, a communication interface, and a bus; wherein the content of the first and second substances,
the processor, the memory and the communication interface complete mutual communication through the bus;
the communication interface is used for information transmission between the electronic equipment and the communication equipment of the server side or the communication equipment of the client side;
the memory stores program instructions executable by the processor, the processor calling the program instructions to perform the method of improving website service stability as claimed in claim 1 or 2.
8. A non-transitory computer readable storage medium storing computer instructions for causing a computer to perform the method for improving website service stability of claim 1 or 2.
CN201810024368.XA 2018-01-10 2018-01-10 Method, system and device for improving stability of website service Active CN108400884B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810024368.XA CN108400884B (en) 2018-01-10 2018-01-10 Method, system and device for improving stability of website service

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810024368.XA CN108400884B (en) 2018-01-10 2018-01-10 Method, system and device for improving stability of website service

Publications (2)

Publication Number Publication Date
CN108400884A CN108400884A (en) 2018-08-14
CN108400884B true CN108400884B (en) 2021-08-03

Family

ID=63094653

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810024368.XA Active CN108400884B (en) 2018-01-10 2018-01-10 Method, system and device for improving stability of website service

Country Status (1)

Country Link
CN (1) CN108400884B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111199000B (en) * 2019-12-02 2023-10-27 建信金融科技有限责任公司 Method and device for processing request
CN111046310B (en) * 2019-12-12 2024-03-19 北京奇艺世纪科技有限公司 Page processing method, device, server and computer readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102722559A (en) * 2012-05-31 2012-10-10 奇智软件(北京)有限公司 Method, device and system for controlling processes of abnormal pages
CN103793538A (en) * 2014-03-06 2014-05-14 赛特斯信息科技股份有限公司 System and method for realizing restoration of web service in case of crash of database
CN103853577A (en) * 2013-06-26 2014-06-11 携程计算机技术(上海)有限公司 Loading method and device of website header navigation bar
CN104794193A (en) * 2015-04-17 2015-07-22 南京大学 Webpage increment capture method for valid link acquisition

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102722559A (en) * 2012-05-31 2012-10-10 奇智软件(北京)有限公司 Method, device and system for controlling processes of abnormal pages
CN103853577A (en) * 2013-06-26 2014-06-11 携程计算机技术(上海)有限公司 Loading method and device of website header navigation bar
CN103793538A (en) * 2014-03-06 2014-05-14 赛特斯信息科技股份有限公司 System and method for realizing restoration of web service in case of crash of database
CN104794193A (en) * 2015-04-17 2015-07-22 南京大学 Webpage increment capture method for valid link acquisition

Also Published As

Publication number Publication date
CN108400884A (en) 2018-08-14

Similar Documents

Publication Publication Date Title
AU2021240176B2 (en) System, method and computer-readable storage medium for customizable event-triggered computation at edge locations
CN110753112A (en) Elastic expansion method and device of cloud service
US10169139B2 (en) Using predictive analytics of natural disaster to cost and proactively invoke high-availability preparedness functions in a computing environment
CN113010818A (en) Access current limiting method and device, electronic equipment and storage medium
CN103607312A (en) Data request processing method and system for server system
CN108400884B (en) Method, system and device for improving stability of website service
US11061727B1 (en) Preventing performance degradation over time in a cache
CN111221861A (en) Method and device for synchronizing local cache and database data
CN113761565B (en) Data desensitization method and device
CN113282589A (en) Data acquisition method and device
CN115190180A (en) Method and device for scheduling network resource request during sudden increase of network resource request
CN113890906A (en) Call forwarding method and device, electronic equipment and computer readable storage medium
CN113704305A (en) Authority verifying method and device, storage medium and electronic equipment
CN109213815B (en) Method, device, server terminal and readable medium for controlling execution times
CN112433891A (en) Data processing method and device and server
CN112612848A (en) Method, device and system for real-time data synchronization, electronic equipment and storage medium
CN108133154B (en) Method and device for storing file
CN105577795A (en) Service interface invoking method and apparatus
CN107666497B (en) Data access method and device
CN112699116A (en) Data processing method and system
CN116996481B (en) Live broadcast data acquisition method and device, electronic equipment and storage medium
CN111769965B (en) Information processing method, device and equipment
CN108241684B (en) Data updating method and cluster system
CN117792704A (en) Website access method and device, electronic equipment and computer readable medium
CN117014333A (en) Network request anti-duplicate detection method, device, equipment and 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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 100085 Floor 101 102-1, No. 35 Building, No. 2 Hospital, Xierqi West Road, Haidian District, Beijing

Applicant after: Seashell Housing (Beijing) Technology Co.,Ltd.

Address before: 100085 Floor 101 102-1, No. 35 Building, No. 2 Hospital, Xierqi West Road, Haidian District, Beijing

Applicant before: LIANJIA(BEIJING) TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant