CN110839074A - Data request receiving and processing method and device - Google Patents

Data request receiving and processing method and device Download PDF

Info

Publication number
CN110839074A
CN110839074A CN201911080082.4A CN201911080082A CN110839074A CN 110839074 A CN110839074 A CN 110839074A CN 201911080082 A CN201911080082 A CN 201911080082A CN 110839074 A CN110839074 A CN 110839074A
Authority
CN
China
Prior art keywords
request
target
client
target content
request information
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
CN201911080082.4A
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.)
Beijing Shougang Automation Information Technology Co Ltd
Original Assignee
Beijing Shougang Automation Information 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 Beijing Shougang Automation Information Technology Co Ltd filed Critical Beijing Shougang Automation Information Technology Co Ltd
Priority to CN201911080082.4A priority Critical patent/CN110839074A/en
Publication of CN110839074A publication Critical patent/CN110839074A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a data request receiving and processing method and a device, which are both applied to a server, wherein the method comprises the following steps: receiving first request information sent by a first client; acquiring first target content from a terminal device connected to the server based on a first request target in the first request information; transmitting first target content to a first client according to the unique identification information of the first client carried in the first request information, and storing the first target content to a preset backup database; receiving second request information sent by a second client; searching a first target content in a backup database according to the first request target; and transmitting the first target content to the second client according to the unique identification information of the second client carried in the second request information. The method of the invention can quickly correspond to the client when processing the request information of the client, realizes multi-path transmission and reduces the overhead when the server processes in parallel.

Description

Data request receiving and processing method and device
Technical Field
The present invention relates to the field of data transmission technologies, and in particular, to a method and an apparatus for receiving and processing a data request.
Background
In the field of internet service, a user is limited by various aspects such as network environment, regional limitation, server processing rate and the like in the data transmission process.
For the data transmission method, the prior art can not ensure that the transmission process is always kept smooth, safe and convenient, and basically adopts the traditional single path and single resource transmission. Such multiple concurrency states can result in significant increases in server processing overhead and reduced feedback speed to clients when faced with multiple users or clients making some of the same resource requests.
Disclosure of Invention
In view of the above problems, the present invention provides a method and an apparatus for receiving and processing a data request, which can quickly correspond to a client when processing request information of the client, and implement multipath transmission, thereby reducing overhead when a server performs parallel processing.
In a first aspect, the present application provides the following technical solutions through an embodiment:
a data request receiving and processing method is applied to a server and comprises the following steps:
receiving first request information sent by a first client;
acquiring first target content from a terminal device connected to the server based on a first request target in the first request information; the first request target is used for requesting to acquire first target content;
transmitting the first target content to the first client according to the unique identification information of the first client carried in the first request information, and storing the first target content to a preset backup database;
receiving second request information sent by a second client; wherein, the second request information comprises the first request target;
searching the first target content in the backup database according to the first request target;
and transmitting the first target content to the second client according to the unique identification information of the second client carried in the second request information.
Preferably, the second request information further includes a second request target; after the transmitting the first target content to the second client according to the unique identification information of the second client carried in the second request information, the method further includes:
acquiring second target content from the terminal device connected to the server based on the second request target;
and transmitting the second target content to the second client according to the unique identification information of the second client carried in the second request information, and storing the second target content to a preset backup database.
Preferably, the storing the first target content to a preset backup database includes:
forming an association relation between the first target content and the first request target; wherein the incidence relation represents that the first target content can be indexed according to the first request target;
storing the first target content and the first request target to the backup database.
Preferably, the transmitting the first target content to the second client according to the unique identification information of the second client carried in the second request information further includes:
acquiring a storage address of the first target content;
and sending the storage address to the second client according to the unique identification information of the second client carried in the second request information, so that the second client downloads the first target content according to the storage address.
Preferably, the type of the first request information and the second request information is an HTTP request.
In a second aspect, based on the same inventive concept, the present application provides the following technical solutions through an embodiment:
a data request receiving and processing device is applied to a server and comprises:
the first receiving module is used for receiving first request information sent by a first client;
a first content obtaining module, configured to obtain first target content from a terminal device connected to the server based on a first request target in the first request information; the first request target is used for requesting to acquire first target content;
the first transmission module is used for transmitting the first target content to the first client according to the unique identification information of the first client carried in the first request information, and storing the first target content to a preset backup database;
the second receiving module is used for receiving second request information sent by a second client; wherein, the second request information comprises the first request target;
the second content acquisition module is used for searching the first target content in the backup database according to the first request target;
and the second transmission module is used for transmitting the first target content to the second client according to the unique identification information of the second client carried in the second request information.
Preferably, the second request information further includes a second request target; the device further comprises: a third transmission module, configured to, after the first target content is transmitted to the second client according to the unique identification information of the second client carried in the second request information,
acquiring second target content from the terminal device connected to the server based on the second request target;
and transmitting the second target content to the second client according to the unique identification information of the second client carried in the second request information, and storing the second target content to a preset backup database.
Preferably, the first transmission module is further configured to:
forming an association relation between the first target content and the first request target; wherein the incidence relation represents that the first target content can be indexed according to the first request target;
storing the first target content and the first request target to the backup database.
Preferably, the second transmission module is further configured to:
acquiring a storage address of the first target content;
and sending the storage address to the second client according to the unique identification information of the second client carried in the second request information, so that the second client downloads the first target content according to the storage address.
In a third aspect, based on the same inventive concept, the present application provides the following technical solutions through an embodiment:
a computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method of any of the first aspects.
The invention provides a data request receiving and processing method and device, which receive first request information sent by a first client; acquiring first target content from a terminal device connected to the server based on a first request target in the first request information; the first request target is used for requesting to acquire first target content; according to the unique identification information of the first client carried in the first request information, the first target content is transmitted to the first client, and the first target content is stored in a preset backup database, so that the quick response to the client can be realized when the same request target exists; receiving second request information sent by a second client; wherein, the second request information comprises the first request target; searching the first target content in the backup database according to the first request target without acquiring the corresponding first target content from the terminal equipment again; and transmitting the first target content to the second client according to the unique identification information of the second client carried in the second request information, so that the request content in the second request information is ensured to be transmitted respectively, shared transmission among multiple paths and different request information is realized, the response is fast, the processing overhead of the server is reduced, and the technical problem that the capacity of a load balancer and the expansion capacity of the application are limited in distributed application due to overlarge memory consumption of the server is solved.
The foregoing description is only an overview of the technical solutions of the present invention, and the embodiments of the present invention are described below in order to make the technical means of the present invention more clearly understood and to make the above and other objects, features, and advantages of the present invention more clearly understandable.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a flowchart illustrating a data request receiving processing method according to a first embodiment of the present invention;
fig. 2 shows a functional block diagram of a data request receiving and processing device according to a second embodiment of the present invention;
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
Referring to fig. 1, a data request receiving and processing method provided by a first embodiment of the present invention is shown, where the method is applicable to a server, and the method includes:
step S10: receiving first request information sent by a first client;
step S20: acquiring first target content from a terminal device connected to the server based on a first request target in the first request information; the first request target is used for requesting to acquire first target content;
step S30: transmitting the first target content to the first client according to the unique identification information of the first client carried in the first request information, and storing the first target content to a preset backup database;
step S40: receiving second request information sent by a second client; wherein, the second request information comprises the first request target;
step S50: searching the first target content in the backup database according to the first request target;
step S60: and transmitting the first target content to the second client according to the unique identification information of the second client carried in the second request information.
In this embodiment, specifically, there may be a plurality of clients, and a plurality of terminal devices are in communication connection with the server, where the clients are used to request data from the server; in addition, the terminal device is used for acquiring data, for example, acquiring images and scene information through the terminal device, and then processing the acquired data. For example, the terminal device may be a video camera, a sound recorder, or other collection device, the electrical signal is obtained through an image and speech processor, the electrical signal is obtained through an analog converter to obtain a data signal, and then the data signal is obtained through a digital processor, and the obtained data information may be stored locally in the terminal device or in a preset database. It should be noted that a plurality of clients connected to the server may also be used as terminal devices for collecting data.
Step S10: and receiving first request information sent by a first client.
In step S10, when the user needs to consult at the first client or the first client needs to call some content or data information, a first request message may be sent to the server through the first client; the specific first request information may be an HTTP request; for example, the first request information may include: request mode, request protocol, field and other important information. For example, the request mode is post, the request protocol is http protocol, and the field indicates the parameter name corresponding to the account number and the password. Details and specific forms of the HTTP request are technical means known in the art and are not described in detail.
Step S20: acquiring first target content from a terminal device connected to the server based on a first request target in the first request information; the first request target is used for requesting to acquire first target content.
In step S20, the first request information may carry a first request target (such as a name or an identification parameter of the content to be acquired, specifically, a video, a document, a picture, etc.), unique identification information (e.g., an ID) of the client, a transmission protocol, etc. The first target content may be a video, a document, a picture, an instruction, etc., without limitation.
The server acquires the first target content from the terminal device, wherein the first target content can be a storage address for acquiring the first target content, and the first target content can also be downloaded and stored to an address designated by the server.
Step S30: and transmitting the first target content to the first client according to the unique identification information of the first client carried in the first request information, and storing the first target content to a preset backup database.
Specifically, in step S30, the address of the first target content may be sent to the client, so that the client downloads the first target content using the existing transport protocol; the first target content may also be pushed to the client by the server for storage or use. Further, if the first target content does not exist in the preset backup database, the first target content backup value database may be used without interacting with the terminal device when other clients request the first target content.
Further, the step of storing the first target content in a preset backup database specifically includes the following steps:
firstly, forming an association relation between the first target content and the first request target; wherein the incidence relation represents that the first target content can be indexed according to the first request target; then, the first target content and the first request target are stored in the backup database. Therefore, the index of the first target content can be directly carried out in the backup database according to the first request target, and the feedback speed of the first request information is improved.
Step S40: receiving second request information sent by a second client; wherein the second request information includes the first request target.
In step S40, the second client may be the same client as the first client or a different client. The form and type of the second request message may refer to the description of the first request message, and are not described in detail. The second request message includes, but is not limited to, the first request target, that is, the content requested by the second client includes the content requested by the first client.
Furthermore, the first request target and the first target content are stored in the backup database, so that the first target content can be directly indexed in the backup database, the first target content is preferentially transmitted to the second client, and then other content is acquired. Namely, steps S50-S60, as follows.
Step S50: searching the first target content in the backup database according to the first request target;
step S60: and transmitting the first target content to the second client according to the unique identification information of the second client carried in the second request information.
The specific manner of transmission is described in step S30. The method specifically comprises the following steps:
firstly, acquiring a storage address of the first target content; and then, according to the unique identification information of the second client carried in the second request information, sending the storage address to the second client, so that the second client downloads the first target content according to the storage address.
When the second request information further includes the second request target, after step S60, the method further includes:
step S71: acquiring second target content from the terminal device connected to the server based on the second request target; the specific acquisition process refers to the explanation of the first target content acquisition process in step S20.
Step S72: and transmitting the second target content to the second client according to the unique identification information of the second client carried in the second request information, and storing the second target content to a preset backup database.
In step S72, the transmission method of the second target content may be similar to the transmission method of the first target content, and is not described again. When the second target content is stored in the backup database, the second target content can be associated with the second request target and then stored, so that when the request information of another client (such as a third client) includes the second request target, the second target content can be quickly indexed to be fed back. The client side can be quickly responded by the sequential feedback of the first target content and the second target content, so that the client side is prevented from waiting for a long time, and the processing pressure of the server is reduced.
The invention provides a data request receiving and processing method, which comprises the steps of receiving first request information sent by a first client; acquiring first target content from a terminal device connected to the server based on a first request target in the first request information; the first request target is used for requesting to acquire first target content; according to the unique identification information of the first client carried in the first request information, the first target content is transmitted to the first client, and the first target content is stored in a preset backup database, so that the quick response to the client can be realized when the same request target exists; receiving second request information sent by a second client; wherein, the second request information comprises the first request target; searching the first target content in the backup database according to the first request target without acquiring the corresponding first target content from the terminal equipment again; and transmitting the first target content to the second client according to the unique identification information of the second client carried in the second request information, so that the request content in the second request information is ensured to be transmitted respectively, shared transmission among multiple paths and different request information is realized, the response is fast, the processing overhead of the server is reduced, and the technical problem that the capacity of a load balancer and the expansion capacity of the application are limited in distributed application due to overlarge memory consumption of the server is solved.
Second embodiment
Based on the same inventive concept, the second embodiment of the present invention provides a data request receiving and processing apparatus 300. Fig. 2 shows a functional block diagram of a data request receiving and processing device 300 according to a second embodiment of the present invention.
The apparatus 300 is applicable to a server, and the apparatus 300 includes:
a first receiving module 301, configured to receive first request information sent by a first client;
a first content obtaining module 302, configured to obtain, based on a first request target in the first request information, first target content from a terminal device connected to the server; the first request target is used for requesting to acquire first target content;
a first transmission module 303, configured to transmit the first target content to the first client according to the unique identification information of the first client carried in the first request information, and store the first target content in a preset backup database;
a second receiving module 304, configured to receive second request information sent by a second client; wherein, the second request information comprises the first request target;
a second content obtaining module 305, configured to search the backup database for the first target content according to the first request target;
a second transmission module 306, configured to transmit the first target content to the second client according to the unique identification information of the second client carried in the second request information.
As an optional implementation manner, the second request information further includes a second request target; the device further comprises: a third transmission module, configured to, after the first target content is transmitted to the second client according to the unique identification information of the second client carried in the second request information,
acquiring second target content from the terminal device connected to the server based on the second request target;
and transmitting the second target content to the second client according to the unique identification information of the second client carried in the second request information, and storing the second target content to a preset backup database.
As an optional implementation manner, the first transmission module 303 is further configured to:
forming an association relation between the first target content and the first request target; wherein the incidence relation represents that the first target content can be indexed according to the first request target;
storing the first target content and the first request target to the backup database.
As an optional implementation manner, the second transmission module 306 is further configured to:
acquiring a storage address of the first target content;
and sending the storage address to the second client according to the unique identification information of the second client carried in the second request information, so that the second client downloads the first target content according to the storage address.
It should be noted that, the implementation and technical effects of the data request receiving and processing apparatus 300 provided by the embodiment of the present invention are the same as those of the foregoing method embodiment, and for the sake of brief description, reference may be made to corresponding contents in the foregoing method embodiment for parts of the apparatus embodiment that are not mentioned.
The device-integrated functional modules provided by the present invention may be stored in a computer-readable storage medium if they are implemented in the form of software functional modules and sold or used as separate products. Based on such understanding, all or part of the flow of the method of implementing the above embodiments may also be implemented by a computer program, which may be stored in a computer readable storage medium and used by a processor to implement the steps of the above embodiments of the method. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media does not include electrical carrier signals and telecommunications signals as is required by legislation and patent practice.
The algorithms and displays presented herein are not inherently related to any particular computer, virtual machine, or other apparatus. Various general purpose systems may also be used with the teachings herein. The required structure for constructing such a system will be apparent from the description above. Moreover, the present invention is not directed to any particular programming language. It is appreciated that a variety of programming languages may be used to implement the teachings of the present invention as described herein, and any descriptions of specific languages are provided above to disclose the best mode of the invention.
In the description provided herein, numerous specific details are set forth. It is understood, however, that embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures and techniques have not been shown in detail in order not to obscure an understanding of this description.
Similarly, it should be appreciated that in the foregoing description of exemplary embodiments of the invention, various features of the invention are sometimes grouped together in a single embodiment, figure, or description thereof for the purpose of streamlining the disclosure and aiding in the understanding of one or more of the various inventive aspects. However, the disclosed method should not be interpreted as reflecting an intention that: that the invention as claimed requires more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive aspects lie in less than all features of a single foregoing disclosed embodiment. Thus, the claims following the detailed description are hereby expressly incorporated into this detailed description, with each claim standing on its own as a separate embodiment of this invention.
Those skilled in the art will appreciate that the modules in the device in an embodiment may be adaptively changed and disposed in one or more devices different from the embodiment. The modules or units or components of the embodiments may be combined into one module or unit or component, and furthermore they may be divided into a plurality of sub-modules or sub-units or sub-components. All of the features disclosed in this specification (including any accompanying claims, abstract and drawings), and all of the processes or elements of any method or apparatus so disclosed, may be combined in any combination, except combinations where at least some of such features and/or processes or elements are mutually exclusive. Each feature disclosed in this specification (including any accompanying claims, abstract and drawings) may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise.
Furthermore, those skilled in the art will appreciate that while some embodiments herein include some features included in other embodiments, rather than other features, combinations of features of different embodiments are meant to be within the scope of the invention and form different embodiments. For example, in the following claims, any of the claimed embodiments may be used in any combination.
The various component embodiments of the invention may be implemented in hardware, or in software modules running on one or more processors, or in a combination thereof. Those skilled in the art will appreciate that a microprocessor or Digital Signal Processor (DSP) may be used in practice to implement some or all of the functionality of some or all of the components in an apparatus according to an embodiment of the invention. The present invention may also be embodied as apparatus or device programs (e.g., computer programs and computer program products) for performing a portion or all of the methods described herein. Such programs implementing the present invention may be stored on computer-readable media or may be in the form of one or more signals. Such a signal may be downloaded from an internet website or provided on a carrier signal or in any other form.
It should be noted that the above-mentioned embodiments illustrate rather than limit the invention, and that those skilled in the art will be able to design alternative embodiments without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means may be embodied by one and the same item of hardware. The usage of the words first, second and third, etcetera do not indicate any ordering. These words may be interpreted as names.

Claims (10)

1. A data request receiving and processing method is applied to a server and comprises the following steps:
receiving first request information sent by a first client;
acquiring first target content from a terminal device connected to the server based on a first request target in the first request information; the first request target is used for requesting to acquire first target content;
transmitting the first target content to the first client according to the unique identification information of the first client carried in the first request information, and storing the first target content to a preset backup database;
receiving second request information sent by a second client; wherein, the second request information comprises the first request target;
searching the first target content in the backup database according to the first request target;
and transmitting the first target content to the second client according to the unique identification information of the second client carried in the second request information.
2. The method of claim 1, wherein the second request information further comprises a second request target; after the transmitting the first target content to the second client according to the unique identification information of the second client carried in the second request information, the method further includes:
acquiring second target content from the terminal device connected to the server based on the second request target;
and transmitting the second target content to the second client according to the unique identification information of the second client carried in the second request information, and storing the second target content to a preset backup database.
3. The method of claim 1, wherein storing the first target content to a preset backup database comprises:
forming an association relation between the first target content and the first request target; wherein the incidence relation represents that the first target content can be indexed according to the first request target;
storing the first target content and the first request target to the backup database.
4. The method according to claim 1, wherein the transmitting the first target content to the second client according to the unique identification information of the second client carried in the second request information further comprises:
acquiring a storage address of the first target content;
and sending the storage address to the second client according to the unique identification information of the second client carried in the second request information, so that the second client downloads the first target content according to the storage address.
5. The method of claim 1, wherein the type of the first request information and the second request information is an HTTP request.
6. A data request receiving and processing device, applied to a server, the device comprising:
the first receiving module is used for receiving first request information sent by a first client;
a first content obtaining module, configured to obtain first target content from a terminal device connected to the server based on a first request target in the first request information; the first request target is used for requesting to acquire first target content;
the first transmission module is used for transmitting the first target content to the first client according to the unique identification information of the first client carried in the first request information, and storing the first target content to a preset backup database;
the second receiving module is used for receiving second request information sent by a second client; wherein, the second request information comprises the first request target;
the second content acquisition module is used for searching the first target content in the backup database according to the first request target;
and the second transmission module is used for transmitting the first target content to the second client according to the unique identification information of the second client carried in the second request information.
7. The apparatus of claim 6, wherein the second request information further comprises a second request target; the device further comprises: a third transmission module, configured to, after the first target content is transmitted to the second client according to the unique identification information of the second client carried in the second request information,
acquiring second target content from the terminal device connected to the server based on the second request target;
and transmitting the second target content to the second client according to the unique identification information of the second client carried in the second request information, and storing the second target content to a preset backup database.
8. The apparatus of claim 6, wherein the first transmission module is further configured to:
forming an association relation between the first target content and the first request target; wherein the incidence relation represents that the first target content can be indexed according to the first request target;
storing the first target content and the first request target to the backup database.
9. The apparatus of claim 6, wherein the second transmission module is further configured to:
acquiring a storage address of the first target content;
and sending the storage address to the second client according to the unique identification information of the second client carried in the second request information, so that the second client downloads the first target content according to the storage address.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 5.
CN201911080082.4A 2019-11-07 2019-11-07 Data request receiving and processing method and device Pending CN110839074A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911080082.4A CN110839074A (en) 2019-11-07 2019-11-07 Data request receiving and processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911080082.4A CN110839074A (en) 2019-11-07 2019-11-07 Data request receiving and processing method and device

Publications (1)

Publication Number Publication Date
CN110839074A true CN110839074A (en) 2020-02-25

Family

ID=69576417

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911080082.4A Pending CN110839074A (en) 2019-11-07 2019-11-07 Data request receiving and processing method and device

Country Status (1)

Country Link
CN (1) CN110839074A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112486074A (en) * 2020-12-03 2021-03-12 上海哔哩哔哩科技有限公司 Data processing system, method and device
CN114401318A (en) * 2021-12-17 2022-04-26 上海绚显科技有限公司 Data transmission method and device, computer equipment and storage medium
CN116033187A (en) * 2023-01-05 2023-04-28 北京奇艺世纪科技有限公司 Video processing system, method, device, electronic equipment and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102710535A (en) * 2011-03-28 2012-10-03 腾讯科技(深圳)有限公司 Data acquisition method and equipment
CN103905526A (en) * 2014-03-05 2014-07-02 深圳市同洲电子股份有限公司 Dispatching method and server
CN106713506A (en) * 2017-02-22 2017-05-24 郑州云海信息技术有限公司 Data acquisition method and data acquisition system
CN106899639A (en) * 2015-12-21 2017-06-27 北京奇虎科技有限公司 The acquisition methods of data resource, index server and communication system
CN109213955A (en) * 2018-09-14 2019-01-15 腾讯科技(深圳)有限公司 Data processing method and relevant device
CN110311975A (en) * 2019-06-28 2019-10-08 北京奇艺世纪科技有限公司 A kind of data request processing method and device
CN110392119A (en) * 2019-08-15 2019-10-29 维沃移动通信有限公司 A kind of data transmission method and base station

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102710535A (en) * 2011-03-28 2012-10-03 腾讯科技(深圳)有限公司 Data acquisition method and equipment
CN103905526A (en) * 2014-03-05 2014-07-02 深圳市同洲电子股份有限公司 Dispatching method and server
CN106899639A (en) * 2015-12-21 2017-06-27 北京奇虎科技有限公司 The acquisition methods of data resource, index server and communication system
CN106713506A (en) * 2017-02-22 2017-05-24 郑州云海信息技术有限公司 Data acquisition method and data acquisition system
CN109213955A (en) * 2018-09-14 2019-01-15 腾讯科技(深圳)有限公司 Data processing method and relevant device
CN110311975A (en) * 2019-06-28 2019-10-08 北京奇艺世纪科技有限公司 A kind of data request processing method and device
CN110392119A (en) * 2019-08-15 2019-10-29 维沃移动通信有限公司 A kind of data transmission method and base station

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112486074A (en) * 2020-12-03 2021-03-12 上海哔哩哔哩科技有限公司 Data processing system, method and device
CN114401318A (en) * 2021-12-17 2022-04-26 上海绚显科技有限公司 Data transmission method and device, computer equipment and storage medium
CN114401318B (en) * 2021-12-17 2023-08-11 上海绚显科技有限公司 Data transmission method, device, computer equipment and storage medium
CN116033187A (en) * 2023-01-05 2023-04-28 北京奇艺世纪科技有限公司 Video processing system, method, device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN107566786B (en) Method and device for acquiring monitoring video and terminal equipment
CN110096660B (en) Method and device for loading page pictures and electronic equipment
CN110839074A (en) Data request receiving and processing method and device
CN110557284B (en) Data aggregation method and device based on client gateway
CN114222168B (en) Resource scheduling method and system
CN105208065A (en) File transmitting method and device
US20090222890A1 (en) Method and apparatus for providing streaming service based on p2p and streaming service system using the same
CN110764688B (en) Method and device for processing data
US20190370293A1 (en) Method and apparatus for processing information
CN108924183B (en) Method and device for processing information
CN108549586B (en) Information processing method and device
CN105979277A (en) File transfer method and electronic equipment
CN111131470B (en) Terminal device, data processing method thereof and data processing system
CN105812833A (en) File processing method and device
CN112653632A (en) Flow control realization method and device
CN109471713B (en) Method and device for inquiring information
CN113301081B (en) Data processing method and device for content distribution network and electronic equipment
US20170155711A1 (en) Processing Requests
CN107948337B (en) Electronic file transmission method, device and system and computer readable storage medium
CN111147568B (en) Identity data synchronization method and device
CN112541143B (en) Asynchronous picture acquisition method and system
CN111478951B (en) File issuing method and device
CN110309403B (en) Method and device for capturing data
CN110474954A (en) Sharing files method, apparatus, computer equipment and readable storage medium storing program for executing based on block chain
CN113301100A (en) Data disaster tolerance method, device, equipment and medium based on content distribution network

Legal Events

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

Application publication date: 20200225