CN112533004B - Program information publishing method, system, computer equipment and storage medium - Google Patents

Program information publishing method, system, computer equipment and storage medium Download PDF

Info

Publication number
CN112533004B
CN112533004B CN202011239319.1A CN202011239319A CN112533004B CN 112533004 B CN112533004 B CN 112533004B CN 202011239319 A CN202011239319 A CN 202011239319A CN 112533004 B CN112533004 B CN 112533004B
Authority
CN
China
Prior art keywords
program
instruction
terminals
type
terminal
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
CN202011239319.1A
Other languages
Chinese (zh)
Other versions
CN112533004A (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.)
Colorlight Cloud Technology Co Ltd
Original Assignee
Colorlight Cloud 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 Colorlight Cloud Technology Co Ltd filed Critical Colorlight Cloud Technology Co Ltd
Priority to CN202011239319.1A priority Critical patent/CN112533004B/en
Publication of CN112533004A publication Critical patent/CN112533004A/en
Application granted granted Critical
Publication of CN112533004B publication Critical patent/CN112533004B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/21Server components or server architectures
    • H04N21/218Source of audio or video content, e.g. local disk arrays
    • H04N21/2183Cache memory
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/25Management operations performed by the server for facilitating the content distribution or administrating data related to end-users or client devices, e.g. end-user or client device authentication, learning user preferences for recommending movies
    • H04N21/258Client or end-user data management, e.g. managing client capabilities, user preferences or demographics, processing of multiple end-users preferences to derive collaborative data
    • H04N21/25808Management of client data

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Computer Graphics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a program publishing method, a system, computer equipment and a storage medium, wherein the method comprises the following steps: receiving a program issuing instruction; identifying a plurality of corresponding terminals and the number of the terminals according to the program issuing instruction; dividing the terminals into a first class terminal and a second class terminal according to the number of the terminals; acquiring a first instruction corresponding to a first type terminal in the program issuing instruction, acquiring a corresponding first type program data packet according to a program identifier carried by the first instruction, and sending the first type program data packet to the first type terminal; acquiring a second instruction corresponding to the second type terminal and caching the second instruction into a queue; reading a second instruction in the queue at regular time, and acquiring a corresponding second type program data packet according to a program identifier carried by the second instruction; and sending the second type program data packet to a second type terminal. According to the invention, the corresponding terminal is shunted after the instruction is received, and the instruction corresponding to the shunted terminal is processed in batches, so that the efficiency of issuing the program information is improved, and the server is prevented from being crashed due to excessive instruction data.

Description

Program information publishing method, system, computer equipment and storage medium
Technical Field
The invention belongs to the technical field of internet, and particularly relates to a program information publishing method, a system, computer equipment and a storage medium.
Background
Today, the mobile internet is developing vigorously, and various systems are developed, in which each client or front end corresponds to one or more back ends. With the increase of the number of application users, the server of the system also needs to support a large number of users and requests, so the server generally needs to support the function of processing request data at high concurrence.
Resources such as a cpu and a memory are allocated to each time a server processes a request, and under the condition of high concurrency or the condition that a system is attacked by traffic, the cpu utilization rate and the memory utilization rate of the server are always high, so that a risk of breakdown exists, and the efficiency of subsequent processing of request data is influenced.
Disclosure of Invention
The invention aims to provide a program information issuing method, a system, computer equipment and a storage medium, which can issue a large number of instructions in batches after receiving a large number of distribution instructions issued by a system to a play box terminal, prevent a server from crashing and improve instruction processing efficiency.
In order to achieve the purpose, the invention adopts the following technical scheme:
a program information distribution method includes:
receiving a program issuing instruction, wherein the program issuing instruction carries a program identifier of a corresponding program;
identifying a plurality of corresponding terminals according to the program issuing instruction, and acquiring the number of the terminals;
dividing the plurality of terminals into a first type terminal and a second type terminal according to the number of the terminals;
acquiring a first instruction corresponding to the first type terminal in the program issuing instruction, acquiring a corresponding first type program data packet according to the program identifier carried by the first instruction, and sending the first type program data packet to the first type terminal;
acquiring a second instruction corresponding to the second type terminal in the program issuing instruction, and caching the second instruction into a queue;
the second instruction in the queue is read regularly, and a corresponding second type program data packet is obtained according to the program identification carried by the second instruction;
and sending the second type program data packet to the second type terminal.
Further, the timing reading of the second instruction in the queue includes:
acquiring time corresponding to the first-class terminal for sending a preset number of the first-class program data packets, and defining the time as preset time;
and after the second instruction is cached to the queue, timing is started, and the second instruction in the queue is acquired when the timing time reaches the preset time.
Further, classifying the plurality of terminals into a first class of terminals and a second class of terminals according to the number of the terminals includes:
setting a threshold value of the number of the terminals;
and setting the terminal which does not exceed the threshold value as a first class terminal, and setting the terminal which exceeds the threshold value as a second class terminal.
Further, the method further comprises:
detecting the number of the second instructions in the queue;
when detecting that the number of the second instructions is not zero, acquiring the second instructions at regular time;
and detecting the number of the second instructions in the queue for preset detection times when detecting that the number of the second instructions is zero, and stopping or delaying the acquisition of the second instructions from the queue when detecting that the number of the second instructions is still zero.
Further, after the plurality of terminals are classified into a first class terminal and a second class terminal according to the number of the terminals, the method further includes:
acquiring corresponding program information according to a program identifier carried by the received program issuing instruction, and caching the program information to a first database;
acquiring program identifiers respectively corresponding to the first instruction and the second instruction, and matching program information corresponding to the program identifiers from the first database;
and acquiring corresponding material contents from the second database according to the matched program information, and acquiring a first-class program data packet and a second-class program data packet according to the material contents.
Further, after matching the program information corresponding to the program identifier from the first database, the method further includes:
recording the program identification which cannot be matched with the program information in the first database, and acquiring material information corresponding to the recorded program identification;
and generating corresponding program information according to the material information.
A program information release system comprises a processing module, a timing scheduling module and a terminal;
the processing module is used for identifying a plurality of corresponding terminals according to a program issuing instruction after receiving the program issuing instruction carrying the program identifier of the corresponding program, acquiring the number of the terminals, and dividing the plurality of terminals into a first type terminal and a second type terminal according to the number of the terminals; the processing module is further configured to obtain a first type program data packet and a second type program data packet corresponding to a first type terminal and a second type terminal according to the program identifier, and send the first type program data packet and the second type program data packet to the terminals;
the processing module is further configured to obtain the second instruction corresponding to the second class terminal, and cache the second instruction in a queue;
and the timing scheduling module is used for reading the second instruction in the queue at a timing and transmitting the second instruction to the processing module to obtain a corresponding second-type program data packet.
Further, the timing scheduling module includes a monitoring sub-module, and the monitoring sub-module is configured to detect whether the number of the second instructions in the queue is zero, and feed back a result to the timing scheduling module;
the timing scheduling module is further configured to obtain the second instruction in the queue at a fixed time according to a feedback result of the monitoring submodule.
A computer device comprising a memory and a processor, the memory having stored thereon a computer program operable on the processor, the computer program, when executed by the processor, implementing the program information distribution method.
A computer-readable storage medium on which a computer program is stored, which, when executed by a processor, implements the program information distribution method.
According to the technical scheme provided by the embodiment of the application, the terminals corresponding to the program issuing instructions are classified, the instructions corresponding to the classified terminals are processed in batches based on a timing acquisition mode, and the data packets capable of generating the programs are sent to the terminals in batches, so that the running server can be prevented from being blocked or even collapsing due to overlarge data flow, and the efficiency of issuing the program information is improved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the invention and not to limit the invention. In the drawings:
fig. 1 is a schematic structural diagram of a program information distribution system according to an embodiment of the present invention;
fig. 2 is a schematic flow chart of a program information distribution method according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a computer device according to another embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The hardware of the program information issuing system mainly comprises a server, a broadcasting box terminal and display equipment, wherein instruction information sent by the server, corresponding program information and program contents are sent to the broadcasting box terminal through a network (wide area network/local area network/special network is applicable and comprises a wireless network), then the broadcasting box terminal receives the instruction and obtains audio and video input which can be received by the display equipment such as the corresponding program information and program contents and transmits the program information and program contents to a display screen to form an audio and video file for playing, so that a set of system capable of sending all information of all servers to the terminal through the network is formed, one server can control a plurality of terminals all over the city, the whole country and even the whole world, the program can be issued at any position of the world covered by the network, labor cost is saved, and the program information issuing can achieve the effects of safety, accuracy and quickness.
Example one
The embodiment of the present application provides a program information publishing system, which is used for implementing the program information publishing method provided by the present application, and as shown in fig. 1, the system includes a processing module 1, a timing scheduling module 2, and a terminal 3;
the processing module 1 is configured to, after receiving a program issuing instruction carrying a program identifier of a corresponding program, identify a plurality of corresponding terminals 3 according to the program issuing instruction, acquire a terminal number 3, and divide the plurality of terminals 3 into a first type terminal and a second type terminal according to the terminal number; the processing module 1 is further configured to obtain a first type of program data packet and a second type of program data packet corresponding to a first type of terminal and a second type of terminal according to the program identifier, and send the first type of program data packet and the second type of program data packet to the terminal 3;
the processing module 1 is further configured to obtain the second instruction corresponding to the second class terminal, and cache the second instruction in a queue;
the timing scheduling module 2 is configured to read the second instruction in the queue at a timing, and transmit the second instruction to the processing module 1 to obtain a corresponding second type program data packet;
further, the timing scheduling module 2 includes a monitoring submodule 21, where the monitoring submodule 21 is configured to detect whether the number of the second instructions in the queue is zero, and feed back a result to the timing scheduling module 2;
the timing scheduling module 2 is further configured to obtain the second instruction in the queue at a fixed time according to the feedback result of the monitoring submodule 21.
The program information distribution system provided in this embodiment implements the program information distribution method of this application through the processing module 1, the timing scheduling module 2, and the terminal 3, and can improve the efficiency of program information distribution.
Example two
This embodiment of the present application provides a program information distribution method capable of preventing a server from crashing due to an excessive traffic, as shown in fig. 2, the method steps include:
s1, receiving a program issuing instruction, wherein the program issuing instruction carries a program identifier of a corresponding program.
In this embodiment, a front-end user issues a program issuing instruction through a server in a program information issuing system, where a program identifier carried by the program issuing instruction may be information, such as a program id, that is associated with the content of a program and plays a role in identifying the program.
And S2, identifying a plurality of corresponding terminals according to the program issuing instruction, and acquiring the number of the terminals.
In step S2, since the program issuing command does not necessarily correspond to all terminals in the system, the number of terminals corresponding to the command needs to be counted, that is, the total data traffic caused by the batch issued program issuing commands can be counted. The processing module obtains the number of the program issuing instructions after receiving the batch of program issuing instructions, and the number of the terminals can be obtained according to the number of the program issuing instructions because the program issuing instructions and the corresponding terminals are in one-to-one correspondence.
And S3, dividing the plurality of terminals into a first class terminal and a second class terminal according to the number of the terminals.
In step S3 provided in this embodiment, the step of classifying the terminal includes: setting a threshold value of the number of the terminals; and setting the terminals which do not exceed the threshold value as first-class terminals, and setting the terminals which exceed the threshold value as second-class terminals. Classifying a terminal may be understood as determining the number of real-time terminals based on a threshold, which may be a monitoring event in a task thread. The threshold value of the number of terminals may be obtained based on various information of the server used, and may be a terminal number value corresponding to the data traffic when the efficiency of the server is maximum, or may be smaller than this value, so as to ensure the operating efficiency of the server.
In another embodiment of the present application, after step S3, the method for distributing program information further includes:
and obtaining corresponding program information according to the program identifier carried by the program issuing instruction, and caching the program information to a first database, namely caching the program information by taking the program identifier (such as a program ID) as Key information. The first database is a cache space which is created in advance and used for caching the program information as a large object, and a data packet required by the corresponding program can be analyzed according to the program information.
And then, acquiring program identifiers respectively corresponding to the first-class terminal and the second-class terminal, and matching program information corresponding to the program identifiers from the first database.
And finally, acquiring corresponding material contents from the second database according to the matched program information, wherein all the material contents form corresponding first-class program data packets and second-class program data packets, and sending the first-class program data packets and the second-class program data packets to the terminals, or sequentially accessing data interfaces of the system after each terminal receives a corresponding program issuing command to acquire corresponding issued program data packets. In the embodiment, the material content can be various contents which can be displayed as programs on a display terminal, and the application caches data packets required by the programs by configuring Nginx, nginx is a high-performance HTTP and reverse proxy web server and serves as a load balancing service, the system resource expense and the CPU use efficiency are much better than those of Perlbal, and the method has the characteristics of less memory occupation and strong concurrency capability.
In other embodiments of the present application, after matching the program information corresponding to the program identifier from the first database, the program identifier that is not matched with the program information in the first database is recorded, the material information corresponding to the recorded program identifier is obtained from the system, and the material information is generated into the corresponding program information by asynchronous splicing or the like.
S4, acquiring a first instruction corresponding to the first type terminal in the program issuing instruction, acquiring a corresponding first type program data packet according to the program identifier carried by the first instruction, and sending the first type program data packet to the first type terminal. The first type of terminal within the set threshold value can directly process the corresponding program issuing instruction and the program identifier carried by the program issuing instruction because the maximum operation data volume of the server is not exceeded.
In the embodiment provided by the present application, step S4 specifically includes acquiring a first instruction corresponding to the first type terminal in the program issuing instruction, acquiring corresponding program information according to a program identifier carried by the first instruction, acquiring a corresponding first type program data packet including material content according to the program information, and sending the first type program data packet to the first type terminal, where the terminal acquires a corresponding program according to the material content.
And S5, acquiring a second instruction corresponding to the second type terminal in the program issuing instruction, and caching the second instruction into a queue.
In this embodiment, if the second instruction corresponding to the second type terminal exceeding the threshold value and the instruction corresponding to the first type terminal simultaneously pass through the server, the server may be blocked, so the second instruction corresponding to the second type terminal is cached after being obtained.
And S6, reading the second instruction in the queue at regular time, and acquiring a corresponding second type program data packet according to the program identifier carried by the second instruction.
In step S6 of this embodiment, by obtaining time corresponding to sending a preset number of the first type program data packets, which is defined as preset time, after sending the preset number of the first type program data packets to the first type terminal, the server releases a corresponding running memory, for example, after sending the preset number of or all the first type program data packets to the second terminal after 10min, the memory may be released, and then the preset time may be determined to be 10min according to the time of releasing the content, and in this embodiment, the program identifier in the queue is read at regular time by using a quartz plug-in.
In the second embodiment provided by the present application, after the second instruction corresponding to the second type terminal is cached into the queue, timing is started, when it is detected that the timing time reaches the preset time, the second instruction in the queue is obtained, corresponding program information is obtained according to a program identifier corresponding to the second instruction, and then a corresponding second type program data packet containing material content is obtained according to the program information.
In this embodiment, while reading the second instruction in the queue at a fixed time, the number of the second instruction in the queue is detected, and when detecting that the number of the second instruction is not zero, the second instruction is obtained at a fixed time; and detecting the number of the second instructions in the queue for a preset detection time when detecting that the number of the second instructions is zero, wherein the preset detection time is not less than two times in the embodiment, and the second instructions are stopped being obtained from the queue when detecting that the number of the second instructions is still zero.
In another embodiment of the application, after the timing time reaches the preset time, reading a second instruction in the queue, similarly identifying the number of terminals corresponding to the second instruction, and when the number of the identified terminals exceeds the threshold set in the step S3, repeating the step S3 to classify the terminals corresponding to the second instruction, sending the second instruction corresponding to the terminals within the threshold to the terminals, and obtaining corresponding program data packets according to the corresponding relationship between the instruction and the program data packets and sending the corresponding program data packets to the terminals; and caching a second instruction corresponding to the terminal outside the threshold value into a queue for subsequent timing acquisition, and ending the process until all the received program issuing instructions are issued.
And S7, sending the second type program data packet to the second type terminal. And after the second type program data packet is sent to the second type terminal, the terminal obtains a corresponding program according to the material content contained in the second type program data packet, and then the corresponding program is transmitted to display equipment by the terminal for displaying.
In the method for issuing the program information provided by the embodiment of the application, after a program issuing instruction sent by a system is received, a plurality of terminals corresponding to the program issuing instruction are identified, the number of the terminals is obtained, and the terminals are classified according to a preset threshold value to obtain a first class terminal and a second class terminal; directly processing a first instruction corresponding to a first class terminal within a threshold value, acquiring a first class program data packet from nginx in which the data packet is stored according to a program identifier carried by the first instruction, and transmitting the first class program data packet to the first class terminal so as to generate a program; and caching a second instruction corresponding to the second type terminal outside the threshold value into the LIST queue, then regularly reading the second instruction in the queue, acquiring a second type program data packet based on the second instruction, and sending the second type program data packet to the second type terminal for analyzing to complete the publishing of the program. According to the method and the device, the purpose of batch processing is achieved by shunting the batch program issuing instructions, and the program information and the material content are cached by taking the program identification as a Key through nginx which occupies a small memory space and has strong concurrency capability, namely, the corresponding relation between the program issuing instructions carrying the program identification and each item of program information and material content is established, the utilization rate of the memory space of the server is improved while the management is facilitated, and the LIST bidirectional linked LIST in the redis database is used as a queue, so that the updated program issuing instructions can be recorded and stored periodically, and the data can not be lost. Therefore, the running server can be prevented from being blocked or even crashed due to overlarge data flow, the program information distribution is optimized, and the efficiency of the program information distribution is improved.
A schematic structural diagram of an embodiment of the computer apparatus disclosed in the present invention is shown in fig. 3, which includes a memory 101 and a processor 102. Wherein the memory 101 may be a magnetic disk, a flash memory, or any other non-volatile storage medium. The memory 102 is used for storing instructions in the corresponding embodiments of the program information distribution method described above. Processor 102 is coupled to memory 101 and may be implemented as one or more integrated circuits, such as a microprocessor or microcontroller. The processor 102 is used for executing the instructions stored in the memory 101, and can prevent a server from crashing due to an excessive amount of instruction data, thereby improving the instruction processing efficiency.
In another embodiment, a computer readable storage medium has stored thereon computer program instructions which, when executed by a processor, implement the steps of the program information distribution method described. As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable non-transitory storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is not limited to the above preferred embodiments, and any modifications, equivalents or improvements made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A program information distribution method includes:
receiving a program issuing instruction, wherein the program issuing instruction carries a program identifier of a corresponding program;
identifying a plurality of corresponding terminals according to the program issuing instruction, and acquiring the number of the terminals;
dividing the plurality of terminals into a first class of terminals and a second class of terminals according to the number of the terminals;
acquiring a first instruction corresponding to the first class terminal in the program issuing instruction, acquiring a corresponding first class program data packet according to the program identifier carried by the first instruction, and sending the first class program data packet to the first class terminal;
acquiring a second instruction corresponding to the second type terminal in the program issuing instruction, and caching the second instruction into a queue;
the second instruction in the queue is read regularly, and a corresponding second type program data packet is obtained according to the program identification carried by the second instruction;
and sending the second type program data packet to the second type terminal.
2. The method for distributing program information according to claim 1, wherein the timing of reading the second instruction in the queue comprises:
acquiring time corresponding to the first-class terminal for sending a preset number of the first-class program data packets, and defining the time as preset time;
and after the second instruction is cached to the queue, timing is started, and the second instruction in the queue is obtained when the timing time reaches the preset time.
3. The method for distributing program information according to claim 1 or 2, wherein the step of classifying a plurality of terminals into a first type terminal and a second type terminal according to the number of terminals comprises:
setting a threshold value of the number of the terminals;
and setting the terminals which do not exceed the threshold value as first-class terminals, and setting the terminals which exceed the threshold value as second-class terminals.
4. The program information distribution method according to claim 3, wherein the method further comprises:
detecting the number of the second instructions in the queue;
when detecting that the number of the second instructions is not zero, acquiring the second instructions at regular time;
and detecting the number of the second instructions in the queue for preset detection times when detecting that the number of the second instructions is zero, and stopping or delaying the acquisition of the second instructions from the queue when detecting that the number of the second instructions is still zero.
5. The method according to claim 3, wherein after the plurality of terminals are classified into the first type terminals and the second type terminals according to the number of the terminals, the method further comprises:
acquiring corresponding program information according to a program identifier carried by the received program issuing instruction, and caching the program information to a first database;
acquiring program identifiers respectively corresponding to a first instruction and a second instruction, and matching program information corresponding to the program identifiers from the first database;
and acquiring corresponding material contents from a second database according to the matched program information, and acquiring a first-class program data packet and a second-class program data packet according to the material contents.
6. The method of claim 5, wherein after matching the program information corresponding to the program identifier from the first database, the method further comprises:
recording the program identification which cannot be matched with the program information in the first database, and acquiring material information corresponding to the recorded program identification;
and generating corresponding program information according to the material information.
7. A program information release system is characterized by comprising a processing module, a timing scheduling module and a terminal;
the processing module is used for identifying a plurality of corresponding terminals according to a program issuing instruction after receiving the program issuing instruction carrying the program identifier of the corresponding program, acquiring the number of the terminals, and dividing the plurality of terminals into a first type terminal and a second type terminal according to the number of the terminals; the processing module is further used for acquiring a first type program data packet and a second type program data packet corresponding to a first type terminal and a second type terminal according to the program identifier, and sending the first type program data packet and the second type program data packet to the terminals;
the processing module is further configured to acquire a second instruction corresponding to the second class terminal, and cache the second instruction in a queue;
and the timing scheduling module is used for reading the second instruction in the queue at a timing and transmitting the second instruction to the processing module to obtain a corresponding second-type program data packet.
8. The system according to claim 7, wherein the timing scheduling module includes a monitoring sub-module, the monitoring sub-module is configured to detect whether the number of the second instructions in the queue is zero, and feed back the result to the timing scheduling module;
the timing scheduling module is further configured to obtain the second instruction in the queue at a fixed time according to a feedback result of the monitoring submodule.
9. A computer device comprising a memory and a processor, the memory having stored thereon a computer program operable on the processor, wherein the computer program, when executed by the processor, implements the program information distribution method of any one of claims 1 to 6.
10. A computer-readable storage medium on which a computer program is stored, the computer program realizing the program information distribution method according to any one of claims 1 to 6 when executed by a processor.
CN202011239319.1A 2020-11-09 2020-11-09 Program information publishing method, system, computer equipment and storage medium Active CN112533004B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011239319.1A CN112533004B (en) 2020-11-09 2020-11-09 Program information publishing method, system, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011239319.1A CN112533004B (en) 2020-11-09 2020-11-09 Program information publishing method, system, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112533004A CN112533004A (en) 2021-03-19
CN112533004B true CN112533004B (en) 2022-12-06

Family

ID=74980697

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011239319.1A Active CN112533004B (en) 2020-11-09 2020-11-09 Program information publishing method, system, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112533004B (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080049617A1 (en) * 2006-08-23 2008-02-28 International Business Machines Corporation System for fine grained flow-control concurrency to prevent excessive packet loss
CN103138886B (en) * 2011-12-05 2017-04-12 深圳迈瑞生物医疗电子股份有限公司 Pre-hospital emergency end, pre-hospital emergency system and data transmission method of pre-hospital emergency end
CN107844524A (en) * 2017-10-12 2018-03-27 金蝶软件(中国)有限公司 Data processing method, data processing equipment, computer equipment and storage medium
CN111479142B (en) * 2020-04-14 2022-10-21 深圳市鸿合创新信息技术有限责任公司 Program content updating method and system based on information release
CN111565154B (en) * 2020-07-15 2020-11-03 太平金融科技服务(上海)有限公司 Image identification request processing method and device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN112533004A (en) 2021-03-19

Similar Documents

Publication Publication Date Title
CN111510395B (en) Service message reporting method, device, equipment and medium
CN110109953B (en) Data query method, device and equipment
CN110401720B (en) Information processing method, device, system, application server and medium
CN107451853B (en) Method, device and system for real-time red packet distribution and storage medium
CN110232010A (en) A kind of alarm method, alarm server and monitoring server
CN110708256B (en) CDN scheduling method, CDN scheduling device, network equipment and storage medium
US20140059179A1 (en) Auto-scaling management of web content
CN112650558B (en) Data processing method and device, readable medium and electronic equipment
CN111273999B (en) Data processing method and device, electronic equipment and storage medium
CN112714192A (en) Data synchronization method and device, computer readable medium and electronic equipment
CN111431813A (en) Access current limiting method, device and storage medium
CN113687781A (en) Method, device, equipment and medium for pulling up thermal data
CN110727507B (en) Message processing method and device, computer equipment and storage medium
CN113422808B (en) Internet of things platform HTTP information pushing method, system, device and medium
CN114567674A (en) Data processing method and device, computer equipment and readable storage medium
CN112653736B (en) Parallel source returning method and device and electronic equipment
CN112533004B (en) Program information publishing method, system, computer equipment and storage medium
CN114584618A (en) Information interaction method, device, equipment, storage medium and system
CN115643166A (en) Method and device for returning CDN log with high reliability
CN114363379A (en) Vehicle data transmission method and device, electronic equipment and medium
CN115686746A (en) Access method, task processing method, computing device, and computer storage medium
CN112202781B (en) E-commerce large data volume receipt message processing method, device and system
CN116418893A (en) Data management method and corresponding device
CN111104528B (en) Picture acquisition method and device and client
CN113760940A (en) Quota management method, device, equipment and medium applied to distributed system

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: 518000 room 3801, block a, block 8, block C, Wanke Yuncheng phase III, Liuxin 4th Street, Xili community, Xili street, Nanshan District, Shenzhen City, Guangdong Province (37-39 floors)

Applicant after: Carlette cloud Technology Co.,Ltd.

Address before: 518000 room 3801, block a, block 8, block C, Wanke Yuncheng phase III, Liuxin 4th Street, Xili community, Xili street, Nanshan District, Shenzhen City, Guangdong Province (37-39 floors)

Applicant before: COLORLIGHT (SHENZHEN) CLOUD TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant