CN109474759B - Information processing method, device and storage medium - Google Patents

Information processing method, device and storage medium Download PDF

Info

Publication number
CN109474759B
CN109474759B CN201811244173.2A CN201811244173A CN109474759B CN 109474759 B CN109474759 B CN 109474759B CN 201811244173 A CN201811244173 A CN 201811244173A CN 109474759 B CN109474759 B CN 109474759B
Authority
CN
China
Prior art keywords
service
content
content type
data
management server
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
CN201811244173.2A
Other languages
Chinese (zh)
Other versions
CN109474759A (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.)
MIGU Music Co Ltd
MIGU Culture Technology Co Ltd
Original Assignee
MIGU Music Co Ltd
MIGU Culture 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 MIGU Music Co Ltd, MIGU Culture Technology Co Ltd filed Critical MIGU Music Co Ltd
Priority to CN201811244173.2A priority Critical patent/CN109474759B/en
Publication of CN109474759A publication Critical patent/CN109474759A/en
Application granted granted Critical
Publication of CN109474759B publication Critical patent/CN109474759B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M3/00Automatic or semi-automatic exchanges
    • H04M3/42Systems providing special services or facilities to subscribers
    • H04M3/42017Customized ring-back tones
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • 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/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching

Landscapes

  • Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Computer And Data Communications (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The application discloses an information processing method, an information processing device and a storage medium, wherein the method comprises the following steps: receiving a content reporting request, and determining the content type of the content reporting request; determining an interface corresponding to the content type, and calling a service processing template corresponding to the content type based on the interface corresponding to the content type; and processing the content reporting request based on the service processing template corresponding to the content type.

Description

Information processing method, device and storage medium
Technical Field
The present application relates to data processing technologies, and in particular, to an information processing method, an information processing apparatus, and a storage medium.
Background
In the related art, an operator provides a service bureau data of content types of polyphonic ringtone, ringing, music downloading for a user. The color ring back tone service is customized by the called user, and provides a piece of pleasant music or a greeting for the calling user to replace the common ring back tone service; the ringing service is actually a mobile phone ring downloading service, that is, the ringing sound of a calling subscriber when a called subscriber makes a call. The music downloading is the services of music full tune, MV downloading, pictures, Miguo love singing and the like.
The service bureau data is generated in the service management server. When the content management server reports the content to the service management server, the service management server verifies the content reported by the content management server and generates service bureau data, and the service manager has high coupling degree of content type and service processing and poor system expandability in the process of generating the service bureau data.
Disclosure of Invention
The embodiment of the application provides an information processing method, an information processing device and a storage medium, which can improve the expandability of a service management server.
On one hand, the information processing method provided by the embodiment of the application is applied to a first service management server, and the method includes:
receiving a content reporting request, and determining the content type of the content reporting request;
determining an interface corresponding to the content type, and calling a service processing template corresponding to the content type based on the interface corresponding to the content type;
and processing the content reporting request based on the service processing template corresponding to the content type.
On the other hand, the information processing method provided by the embodiment of the present application is applied to an information processing system, and the information processing system includes: the system comprises a scheduling server and a first service management server; the first management server executes the above-described information processing method, wherein,
and when the target node in the scheduling server comprises the first service management server, indicating the at least first service management server to receive a content reporting request.
In another aspect, an embodiment of the present application provides an information processing apparatus, which is applied to a service management server, and the apparatus includes: the device comprises a type determining unit, a scheduling unit and a processing unit; wherein the content of the first and second substances,
a type determining unit, configured to receive a content reporting request and determine a content type of the content reporting request;
the scheduling unit is configured to determine an interface corresponding to the content type, and call a service processing template corresponding to the content type based on the interface corresponding to the content type;
and the processing unit is used for processing the content reporting request based on the service processing template corresponding to the content type.
In another aspect, an embodiment of the present application provides an information processing apparatus, including: a processor and a memory for storing a computer program operable on the processor, wherein the processor is configured to perform the steps of the information processing method described above when executing the computer program.
In another aspect, an embodiment of the present application provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements the steps of the information processing method described above.
After the service management server receives the content reporting request, the information processing method provided by the embodiment of the application judges a content type corresponding to the content reporting request, calls a corresponding service processing template according to an interface corresponding to the content type, and processes the content reporting request through the corresponding service processing template; therefore, the content reporting request corresponding to the content type is processed through the service processing templates of different content types, the coupling between the content type and the service processing is reduced, and the expandability of information processing is improved.
Drawings
Fig. 1 is a schematic diagram of a network structure provided in an embodiment of the present application;
fig. 2 is a schematic flowchart of an information processing method according to an embodiment of the present application;
fig. 3 is a schematic flow chart of a service processing template corresponding to a color ring according to an embodiment of the present application;
fig. 4 is a schematic flowchart of a service processing template corresponding to a full song according to an embodiment of the present application;
fig. 5 is a first schematic diagram illustrating a comparison of an information processing method according to a third embodiment of the present application;
fig. 6 is a second comparison diagram illustrating an information processing method according to a third embodiment of the present application;
fig. 7A is an architecture diagram of a zookeeper cluster provided in the third embodiment of the present application;
fig. 7B is a schematic diagram of a scheduling method of a zookeeper cluster according to a third embodiment of the present application;
fig. 8 is a schematic flowchart of an information processing method according to a fourth embodiment of the present application;
fig. 9 is a schematic structural diagram of an information processing apparatus according to a fifth embodiment of the present application;
fig. 10 is a schematic structural diagram of an information processing apparatus according to a sixth embodiment of the present application.
Detailed Description
In the embodiment of the application, a content reporting request is received, and the content type of the content reporting request is determined; determining an interface corresponding to the content type, and calling a service processing template corresponding to the content type based on the interface corresponding to the content type; and processing the content reporting request based on the service processing template corresponding to the content type.
The following describes the embodiments in further detail with reference to the accompanying drawings.
Example one
The embodiment of the present application provides an information processing method, which is applied to the information processing system shown in fig. 1, wherein, as shown in fig. 1, the information processing system includes an information content server 11, an information management server 12, and a data center 13.
After determining the reported content data and the content type, the content management server 11 carries the content data and the content type in the content reporting request and sends the content data and the content type to the service management server 12. The carried content data may be media data, and the content type may be: color ring, ringing, full melody, etc.
The service management server 12 receives the content reporting request from the content management server 11, analyzes the content reporting request to obtain a content type corresponding to the content reporting request, calls a service processing template corresponding to the content type to process the content reporting request, generates service office data corresponding to the content data, and reports the service office data to the data center 13.
The data center 13 stores service bureau data, and upon receiving an order request initiated by a user through the client 14, performs billing according to the service bureau data and provides content data to the user according to a content type.
An embodiment of the present application provides an information processing method, as shown in fig. 2, the method includes:
s201, receiving a content reporting request, and determining the content type of the content reporting request;
and the service management server receives the content reporting request reported by the content management server and analyzes the content reporting request to obtain the content type corresponding to the content reporting request. The content reporting request carries content data and a content type identifier.
The content type represents a service type corresponding to the content data corresponding to the content reporting request, such as a color ring, a full song, and the like. The embodiment of the present application does not limit the specific types of the content types at all.
S202, determining an interface corresponding to the content type, and calling a service processing template corresponding to the content type based on the interface corresponding to the content type;
and after determining the content type corresponding to the content reporting request, the service management server determines an interface corresponding to the content type according to the corresponding relationship between the set content type identifier and the interface, and calls a service processing template corresponding to the interface based on the interface corresponding to the content type. Here, different service templates correspond to different content types, and a logic flow for processing a corresponding content reporting request is set in the service template.
Here, one service processing template may be a template including a code for processing a content reporting request, and the interface may be a corresponding template name. At this time, the template name corresponding to the content type is searched in the database according to the content type, and the template corresponding to the template name is called. Such as: the interface corresponding to the color ring is field 1, field 2 is the template name of template A, and the template A comprises a logic flow for processing the content reporting request of the color ring type; the interface corresponding to the ringing is field 2, field 2 is the template name of template B, and the template B includes the logic flow for processing the ringing type content reporting request. And when the content reporting request is of the color ring type, calling the template A through the field A.
Here, the interface may also be a path for storing the service processing template, and at this time, the storage path where the service processing template corresponding to the content type is located is searched in the database according to the content type. Such as: the interface corresponding to the color ring back tone is a path 1, the storage content corresponding to the path 1 is a template A, and the template A comprises a logic flow for processing a content reporting request of the color ring back tone content type; the interface corresponding to the ringing is path 2, the storage content corresponding to path 2 is template B, and the template B includes a logic flow for processing the ringing type content reporting request. And when the content reporting request is of the color ring type, calling the template A through the path 1.
And S203, processing the content reporting request based on the service processing template corresponding to the content type.
In S202, after the service processing template corresponding to the content type is called, the content reporting request is processed through the service processing template. Here, the logic flows in different service processing templates may be the same or different, and the logic flow in each service processing template is determined by the processing procedure of the content reporting request for the corresponding content type according to the actual requirement.
Here, the processing method corresponding to the logic flow of the service processing template corresponding to the color ring may be as shown in fig. 3, and includes:
s301, verifying the color ring back tone content carried by the content reporting request;
the types of the color ring back tone include: the ring back tone box and the ring back tone service verify the ring back tone content carried by the content reporting request, and determine whether the type of the ring back tone judges the ring back tone box or the multimedia ring back tone service; if so, the verification is passed and S306 is executed, otherwise, the verification is failed and S302 is executed.
S302, mapping, modifying and deleting the relation between the content and the service;
s303, whether the mapping rule was successful?
If the failure occurs, executing S304; if successful, S305 is executed.
S304, failure of return receipt reporting;
s306, inserting synchronous information;
s306, generating service bureau data;
and S307, reporting the service bureau data to a data center.
As shown in fig. 4, the processing method corresponding to the logic flow of the service processing template corresponding to the full song includes:
s401, checking a content reporting request;
s402, mapping the content and the service bureau data;
s403, establishing a relation between the content and the month;
s404, inserting synchronous content information;
s405, generating service bureau data;
and S406, reporting the data of the service bureau.
In the information processing method provided by the embodiment of the application, the content management server sends a content reporting request with a content type of polyphonic ringtone to the service management server, and content data carried by the content reporting request is audio content with a duration of 20 seconds. And after determining that the content type of the content reporting request is the color ring, the service management server calls a service processing template corresponding to the color ring to process the content reporting request, so that service office data with charging information is obtained and reported to the data center. Wherein, the service bureau data comprises: service code, price, share ratio, validity period, etc. of the information related to charging.
In an embodiment, the processing the content reporting request based on the service processing template corresponding to the content type includes: generating service bureau data from the content data carried by the content reporting request based on the service processing template corresponding to the content type; and when a scheduling instruction is received, reporting the service bureau data to a data center based on the service processing template corresponding to the content type.
In the embodiment of the application, when the service management server calls the service processing to process the received content reporting request, the service content reporting request is analyzed to obtain content data carried by the service content reporting request, the content data is verified, and after the verification is passed, the content data is bound with service codes, added with price, proportion, validity period and other information related to charging, so as to generate service bureau data. After the service office data is generated, the service office data is cached until a scheduling instruction is received, and the cached service office data is reported to the data center, so that the processing of the service data and the asynchronous processing of the reporting are realized.
The asynchronous processing of the application can reduce the loss rate of the data of the service bureau. In the related art, when a content reporting request is received, service bureau data generated by the service reporting request is directly reported. Therefore, under the condition of simultaneously receiving a large number of content reporting requests, the service management server cannot process the part of the content reporting requests in time based on the influence of the performance of the service management server, so that the part of the content reporting requests are lost, and the data of a slave part of the service bureau is lost. In the embodiment of the application, all received content reporting requests are generated into the business bureau data, the generated business bureau data are cached, and the cached business bureau data are reported in a centralized manner based on scheduling, so that processing omission of the content reporting requests can be avoided, and the processing reliability of the business management server is improved.
Here, when the cached data of the service bureau is reported to the data center, the data of the service bureau can be reported to the data center in a File form, where the File can be a File Transfer Protocol (FTP) File, and each FTP File can be written with a plurality of data of the service bureau according to requirements.
In the information processing method provided in the embodiment of the present application, after the service office data corresponding to the content reporting request is generated, the service office data is not directly reported to the data center, but the service office data is cached, and when a scheduling instruction is received, the cached service office data is reported to the data center. Such as: after S306 shown in fig. 3, S307 is not directly executed, but after receiving the scheduling instruction, S307 is executed to report the service bureau data to the data center. For another example: after S405 shown in fig. 4, S406 is not directly executed, but after receiving the scheduling instruction, S406 is executed and service bureau data is reported.
In practical application, after determining the content type corresponding to the content report request in S201, the service management server invokes a corresponding service processing template, generates service office data according to the content data carried in the content report request, and sends the service office data to a queue in a file module corresponding to the content type. And when a call instruction is received, acquiring service office data to be processed from a queue in the file module, acquiring configuration information which can be related to a required service processing template for processing a content reporting request to be processed from the file module, and reporting the service office data to a data center by the reporting module based on the service processing template corresponding to the content type.
In an embodiment, after the content data carried by the content reporting request is generated into service bureau data, the method further includes: adding the service bureau data into a first queue corresponding to the content type; correspondingly, when a scheduling instruction is received, reporting the service bureau data to a data center based on the service processing template corresponding to the content type, including: and when a scheduling instruction is received, acquiring the service bureau data from the first queue corresponding to the content type.
Here, different queues are provided for different content types, such as: the queue corresponding to the polyphonic ringtone is queue 1, the queue corresponding to the ringing is queue 2, and the queue corresponding to the full melody class is queue 3. And when the service office data with the content type of the polyphonic ringtone is obtained, adding the service office data into the queue 1.
And when a scheduling instruction is received, selecting one queue from the plurality of queues, and acquiring service office data from the selected queue.
And when the selected queue is a first queue, acquiring the service office data from the first queue corresponding to the content type according to the enqueue sequence of the service office data in the first queue. Here, the ingress and egress mechanism of the service office data in the queue is a first-in first-out mechanism.
Here, when the scheduling instruction is received, the queue to be currently processed may be selected according to the content type indicated by the scheduling instruction, or the queue including the most service bureau data may be selected as the currently selected queue according to the number of service bureau data in each queue in the system.
In an embodiment, the adding the service bureau data into the first queue corresponding to the content type includes: and storing the service bureau data into a file corresponding to the content type in a queue table mode.
Here, each content type is provided with a file module, one file module can comprise one or more files, and the content types of the files in one file module are the same. When the business office data is cached, the business office data is cached into the files of the corresponding types according to the content types of the business office data to be cached, and caching is carried out in a list mode.
In an embodiment, when a scheduling instruction is received, acquiring the service bureau data from the first queue corresponding to the content type includes: when a scheduling instruction is received, determining a content type corresponding to the scheduling type; comparing the content type corresponding to the scheduling instruction with the content type corresponding to the first queue; and when the content type corresponding to the scheduling instruction is the same as the content type corresponding to the first queue, acquiring the service bureau data from the first queue.
When the content type corresponding to the scheduling instruction is different from the content type corresponding to the first queue, acquiring service bureau data in a second queue corresponding to the content type corresponding to the scheduling instruction; and processing the service bureau data in the second queue through the service processing template corresponding to the content type corresponding to the scheduling instruction.
Each queue can compare the identifier in the scheduling instruction with the content type of the queue, and when the identifier is different from the content type of the queue, the queue is determined not to be the selected queue, and when the identifier is the same as the content type of the queue, the queue is determined to be the selected queue. Such as: and when the dispatching instruction indicates to report the service bureau data of the color ring back tone type, selecting the queue corresponding to the color ring back tone from the plurality of queues. At this time, service office data is obtained from the queue corresponding to the color ring back tone for reporting.
In practical application, when the service management server receives the scheduling instruction, the service management server can sequentially acquire a set number of service bureau data from the queue based on the service processing template corresponding to the content type, and report the acquired service bureau data.
The scheduling command may be triggered by the service management server itself or received from the scheduling server. And when receiving the scheduling instruction from the scheduling server, the scheduling server is used as a scheduling party of the service management server to schedule the reporting of the service bureau data of the service management server. The scheduling server stores a task list, and sends a scheduling instruction to the service management server based on the task list. And setting the task processing time and the corresponding content type of the service server in the task list.
Here, the scheduling server may send scheduling instructions indicating different types of contents to different service management servers, such as: the scheduling server sends a scheduling instruction with a scheduling type of polyphonic ringtone type to the service management server 1, sends a scheduling instruction with a scheduling type of ringing to the service management server 2, and sends a scheduling instruction with a scheduling type of full song type to the service management server 3. At this time, the service management server 1 acquires service office data from the queue corresponding to the color ring and reports the color ring type service office data; the service management server 2 acquires service office data from the queue corresponding to the ringing, and reports the service office data of the ringing type; the service management server 3 obtains service bureau data from the queue corresponding to the full song and reports the content reporting request of the full song type.
After the service management server receives the content reporting request, the information processing method provided by the embodiment of the application judges a content type corresponding to the content reporting request, calls a corresponding service processing template according to an interface corresponding to the content type, and processes the content reporting request through the corresponding service processing template; therefore, the content reporting request corresponding to the content type is processed through the service processing templates of different content types, the coupling between the content type and the service processing is reduced, and the expandability of information processing is improved.
Example two
An embodiment of the present application provides an information processing method, which is applied to an information processing system, where the information processing system includes: the system comprises a scheduling server and a first service management server; the first service management server executes the information processing method provided in the first embodiment.
And when the target node in the scheduling server comprises the first service management server, indicating the at least first service management server to receive a content reporting request.
The dispatching server is a distributed management server and dispatches a plurality of service management servers. The service server registers the information of all scheduled service management servers, each scheduling management server is used as a node for supervision, and the node identifier of each node can be the identifier of the service monitoring server to monitor the change of all the registered nodes. Here, the change of the node includes: modification, deletion, addition, etc. of nodes.
Here, the service supervision server is a temporary sequential numbering directory node in the scheduling server, after the service management server is disconnected from the scheduling server, the node is deleted, and the scheduling server performs sequential numbering for each node name.
And when the target node comprises the first service management server according to the number of the temporary sequence number directory node in the scheduling server, indicating the first service management server to receive the content reporting request. Here, the target node may be the node with the smallest sequential number.
In one embodiment, the scheduling server determines a scheduling instruction, where the scheduling instruction includes a content type and a node identifier; and the scheduling server sends the scheduling instruction to a first service management server corresponding to the node identifier, and the scheduling instruction indicates the first service management server corresponding to the node identifier to report the service office data corresponding to the content type.
The scheduling server stores a task list aiming at the first service management server, and sends a scheduling instruction to the first service management server based on the task list. And setting the task processing time and the corresponding content type of the service server in the task list. And when the task processing time is up, sending a scheduling instruction corresponding to the content type to the first service management server based on the content type.
The scheduling server may send scheduling instructions indicating different content types to different service management servers, such as: the scheduling server sends a scheduling instruction with a scheduling type of polyphonic ringtone type to the service management server 1, sends a scheduling instruction with a scheduling type of ringing to the service management server 2, and sends a scheduling instruction with a scheduling type of full song type to the service management server 3. At this time, the service management server 1 acquires service office data from the queue corresponding to the color ring and reports the color ring type service office data; the service management server 2 acquires service office data from the queue corresponding to the ringing, and reports the service office data of the ringing type; the service management server 3 acquires service bureau data from the queue corresponding to the full song and reports the service bureau data of the full song type.
In one embodiment, the information processing system further comprises: a second service management server; the method further comprises the following steps: and when the connection between the scheduling server and the first service management server is abnormally disconnected, setting a target node as the second service management server and indicating the first service management server to receive a content reporting request.
When the scheduling server detects that the node identifier corresponding to the first service management server is lost from the scheduling server, the first service management server is represented to have a fault, and the connection with the scheduling server is abnormally disconnected. At this time, the scheduling server takes the sequence label of the second service management server as the minimum sequence label, takes the second service management server as the target node, and indicates the second service management server as the backup server of the first service management server to receive the content reporting request.
In the information processing method provided by the embodiment of the application, the scheduling server of the third party schedules the process of the content service request by the first service management server, and when the first service management server fails, the second service management server can receive the content reporting request, so that the transfer of a single point of failure is realized.
EXAMPLE III
In the embodiment of the present application, the information processing method provided in the embodiment of the present application is further described in three aspects, namely, traffic processing template splitting, asynchronous processing, and distributed scheduling.
First, business processing template splitting
The information processing method of the content reporting request in the related art is shown as the processing logic of the system 1 in fig. 5, and is applied to a service management server. After receiving the content reporting request, the service management server judges the content type of the content reporting request when carrying out verification processing on the content reporting request, carries out corresponding verification processing according to the content type, and carries out service office data generation processing on the content reporting request to obtain service office data. When reporting the service bureau data, judging the content type of the service bureau data, namely the content type of the reporting request, and carrying out corresponding reporting processing according to the content type. Therefore, each time of service logic processing, the content type needs to be determined first, and then logic processing is performed on the content type, which results in too high coupling degree between the service processing and the content type.
The information processing method provided by the embodiment of the present application is applied to a service management server, as shown in the processing logic of the system 2 in fig. 5. After receiving the content reporting request, the service manager acquires the content type of the content reporting request, queries a database, searches for a template name corresponding to the content type from the database, and calls a corresponding template according to the template name, where the templates corresponding to different content types, such as: a color ring template, a ringing template, a full song template and the like. And after the service manager acquires the template, the service manager performs verification analysis processing, reporting processing and other processing on the content reporting request through the acquired template.
The business layer of the business manager abstracts all logic processing of different contents into 1 father template, each content type corresponds to 1 daughter template (namely, a business processing template) in the father template, and each daughter template realizes the business of the corresponding content type according to the business processing flow of the daughter template, so that the function configuration optimization is achieved through templating, the business processing is separated from the content type, the heavy-weight business can be decomposed, and the pressure of business operation is reduced.
By defining a template flow, the sub-template only needs to realize the corresponding interface of the template flow without changing the template flow, thereby improving the rationality of code logic and data structures of data in codes and improving the processing time of application programs by optimizing algorithms.
Second, asynchronous processing
In the related art, a system of the information processing method, as shown in a processing logic of the system 1 in fig. 6, includes a first file module and a first reporting module, where:
the first file module comprises contents such as queues, content data, configuration information and the like, and processes the content reporting request to generate service bureau data.
And the first reporting module is used for reporting the generated service bureau data to the data center.
After receiving the content reporting request, the service processing server processes the content reporting request in the first file module to obtain service office data, and reports the service office data to the data center through the first reporting module, and the first reporting module continuously acquires the required service office data from the first file module in the processing process. Here, in the process of processing the content reporting request, the first file module and the first reporting module are used in a nested manner, and a high coupling degree is provided between the two modules.
As shown in the processing logic of the system 2 in fig. 6, the system of the information processing method provided in the embodiment of the present application includes a second file module 1, a second file module 2 …, and a second file module N, where different second file modules correspond to different content types, and store service bureau data of different content types in a list manner. Where N >2, N being the number of content types.
After receiving the content reporting request, the service management server processes the content reporting request through the service processing template of the content type corresponding to the content reporting request to obtain service office data, and the service office data is cached in the queue of the file module of the corresponding content type. And when a scheduling instruction is received, acquiring the service office data from the queue in the second file module corresponding to the content type, and reporting the service office data to the data center by the second reporting module. Here, each second file module is separated from the second reporting module, so that the distribution and processing of the request are separated, the coupling degree between the modules is reduced, and the expandability of the system is improved.
It should be noted that, after receiving the service bureau data of the corresponding content type, the second file module does not directly report the service bureau data to the data center, but adds the service bureau data to the queue to wait for being processed. And when the service management server receives the scheduling instruction, reporting the service office data of the content type corresponding to the scheduling instruction. And acquiring the service bureau data from the queue corresponding to the service bureau data according to the adding sequence, and reporting the service bureau data to the data center. When the business management server reports the business office data in one queue, the business office data with the set number in the queue can be processed.
Therefore, in the related technology, the file modules for processing all the content reporting request messages are nested with the reporting modules, so that the system is too bloated, and meanwhile, the file modules are easy to have performance bottlenecks under high concurrency. According to the information processing method provided by the embodiment of the application, the generation of the data of the service bureau is separated from the reporting processing, the file modules are decoupled and then are independently formed into new modules, and different content types correspond to different second file modules, so that the coupling degree among the modules is reduced; meanwhile, the generated business office data is added into the queue, and the second file module asynchronously processes the business office data from the queue according to the content type and a certain threshold value, so that the performance bottleneck is solved.
Third, distributed scheduling
In the related technology, a business management server triggers execution of a content reporting request through a linux self-contained crontab command, the crontab command is used for submitting and managing tasks which need to be executed periodically by a user, the business management server starts a crond process based on the crontab command, the crond process periodically checks whether tasks need to be executed every minute, if the tasks need to be executed, the tasks are automatically executed, at the moment, a single point of failure easily occurs, namely, after the business management server is hung up, the tasks which are being processed cannot be continuously executed.
The information processing method provided by the embodiment of the application is applied to a distributed task management system, and the service management server cluster is scheduled through the distributed task management cluster. The service management server cluster comprises a plurality of pairs of service management servers, and each pair of service management servers comprises a first service management server (a main service management server) and a second service management server (a slave service management server).
Wherein, the distributed scheduling cluster may be a zookeeper cluster.
The system architecture of the distributed business management system may be as shown in fig. 7A, including a jobe component, a zookeeper cluster, and a Task component.
1. joba assembly
And the jobcomponent realizes single-point fault transfer and distributed task scheduling by monitoring the zookeeper cluster.
The job component has the following specific functions:
(1) and solving the single point fault, monitoring whether the minimum number in a temporary sequence number directory (EPHEMERAL _ SEQUENTIAL) of the zookeeper is the minimum number or not through a Master/slave election mode, if so, determining the minimum number is the Master, otherwise, determining the minimum number is the Master, and automatically sleeping.
(2) And maintaining a Task component, monitoring the state of the Task, and automatically restarting the Task if the zookeeper temporary directory of the Task disappears.
(3) Expanding: tasks are assigned to the task component by the job component.
2. zookeeper cluster
The specific functions of the zookeeper cluster are as follows:
(1) distributed task storage, see zookeeper storage directory in fig. 7A: the jobdirectory stores EPHEMERAL _ SEQUENTIAL nodes registered by the jobcomponent. Wherein XX _1 and XX _2 are relations between the master server and the slave server, XX _1 is a master, and XX _2 is a slave, for example: when XX _1 is 10.25.193.16, the corresponding XX _2 is 10.25.193.26. Multiple pairs of XX _1 and XX _2 may be stored in the jobdirectory.
the task directory stores the tasks and scheduling cycles executed.
(2) Distributed task notification, zookeeper stores the addition and deletion on the directory node and notifies the job component.
Such as: the current schedules 10.25.193.16, 10.25.193.17 and 10.25.193.18 perform task processing, and send an online instruction to the service management servers corresponding to 10.25.193.16, 10.25.193.17 and 10.25.193.18. At this point, 10.25.193.16 enters the task directory, and slave10.25.193.26 of 10.25.193.16 corresponds to the entry task directory.
When 10.25.193.16, 10.25.193.17 and 10.25.193.18 receive the on-line command, the on-line command serves as a task component, receives a content reporting request, and executes tasks based on task lists of nodes.
3. task component
the specific functions of the task component are as follows:
(1) and monitoring the state of each task of the current task under the directory of the zookeeper cluster, and if the current task is abnormally interrupted (the abnormal interruption is that the temporary node automatically disappears and is not maintained by a program), putting the current task into the first directory (which can be a fail directory). If the interruption is normal, the second directory is put in, and then the node automatically disappears.
(2) And monitoring a task list under the current crontab, executing a batch processing script if the task list reaches the time, generating a scheduling instruction, and controlling the main server to carry out batch reporting of the service bureau data based on the scheduling instruction.
In the architecture diagram shown in fig. 7A, the IP address in the jobcomponent is the IP address of the actual service management server, and the IP address in the zookeeper cluster is the configured IP address. In practical application, the IP address in the jobcomponent may be any IP address configured by the zookeeper cluster. And each master has the same configuration information as the slave corresponding to the master, and when the configured IP is used as a mapper, the slave corresponding to the master is monitored at the same time.
In the above framework, the job component is a service management server that does not execute the content reporting request processing, and the task component is a service management server that is executing the content reporting request processing.
As shown in fig. 7B, a method for scheduling a main server in an information processing method provided in an embodiment of the present application includes:
1. the method comprises the steps of cluster building of a cluster system, setting a master in a master/slave 2, and scheduling a task in a task scheduling center 3. Wherein;
1. the cluster building of the cluster system comprises the following steps:
s701, registering a cluster;
nodes (corresponding to the service management server) needing to be added into the cluster system carry out file configuration so as to register the cluster;
s702, monitoring registered cluster nodes;
after registering the cluster, nodes in the registered cluster listen to register new snoops.
S703, registering the cluster to execute jobs;
s704, the zookeeper automatically monitors changes of the cluster section based on heartbeat.
2. The master setting in the master/slave includes:
s705, acquiring node changes in the cluster;
and when the zookeeper automatically monitors the change of the nodes in the cluster system based on the heartbeat, the current cluster node acquires the change of the nodes in the cluster.
S706, judging whether the node is the minimum node serial number;
whether the node itself is the minimum node serial number is judged based on the change of the node in the cluster monitored by the zookeeper, and here, the judgment can be carried out based on the sequence number in the temporary sequence number catalog. And executing S707 when the node corresponding to the minimum node sequence number is the current cluster node, otherwise executing S708 for standby.
S707, judging whether the current cluster node is a master;
if the master is selected, executing S709 to start a scheduling task to perform task scheduling; if not, the setup execution S710 sets the master.
In S710, when the master is set, the slave corresponding to the master is set as the master, and the job registration is performed.
3. The task scheduling of the task scheduling center comprises the following steps:
s711, starting a task scheduling center;
s712, initializing a timing task according to the task tree node;
at the moment, traversing all tasks of the task tree nodes and adding the tasks into the timing task.
S713, adding task tree monitoring corresponding to the clusters;
s714, automatically heartbeat detecting task tree node changes by the zookeeper;
and S715, deleting the timing task according to the dynamic change.
Example four
The embodiment of the present application is further explained by using the information processing method of the service management server shown in fig. 8, as shown in fig. 8, the method includes:
s801, receiving a content reporting request;
here, the content management server reports the content reporting request, and the service management server receives the content reporting request initiated by the content management server.
S802, querying a database;
and the service management server acquires the template name of the corresponding service processing template from the database according to the content type of the content reporting request.
S803, acquiring a corresponding template class according to the template name;
here, the service management server obtains the corresponding sub-template class according to the template name of the service processing template by a java reflection method.
And S804, executing the sub-template class.
S804 includes: s841, checking and analyzing; s842, service processing, S843, a file calling module; and S844, other processing. Wherein, when the file module is called in S843, S805 and S806 are executed.
S844 may be processing other than generation and reporting of service bureau data, such as insertion of synchronization information.
S805, assembling business bureau data;
here, service bureau data, i.e., report data, is assembled according to the report interface specification.
And S806, inserting the service bureau data into the queue list.
At this time, processing of the distributed timing task is awaited.
S807, starting a timing task;
and when the main server elected by the distributed scheduling server is the current service management server, starting a timing task project. Here, the distributed scheduling server may be a zookeeper cluster.
S808, executing a timing task program;
the timing task program can be a Quartz program, and the Quartz program is a java self-contained timing task framework.
S809, registering a timing task list;
the current business management server registers the timed task list in the zookeeper into the Quartz.
S810, starting a task;
and the timed task list is configured with a reporting task, and after a specified time point, a scheduling instruction is sent to a reporting module of the current service management server.
S811, acquiring service bureau data from the queue list in the reporting module;
here, the data in the queue table is inserted by the file module, at this time, the file module is started, and the queue table is obtained from the started file module to obtain the service bureau data.
S812, generating a reporting file;
here, the reporting file is generated according to the service bureau data, and one reporting file may include a plurality of service bureau data.
And S813, reporting the report file to a data center.
Here, the Data Center may be a class one office Data Center (BDC).
EXAMPLE five
In order to implement the information processing method provided in the first embodiment, an embodiment of the present application provides an information processing apparatus, which is applied to a service management server, and as shown in fig. 9, the apparatus includes: a type determining unit 901, a scheduling unit 902 and a processing unit 903; wherein the content of the first and second substances,
a type determining unit 901, configured to receive a content reporting request and determine a content type of the content reporting request;
a scheduling unit 902, configured to determine an interface corresponding to the content type, and call a service processing template corresponding to the content type based on the interface corresponding to the content type;
a processing unit 903, configured to process the content reporting request based on the service processing template corresponding to the content type.
In one embodiment, the processing unit 903 comprises: a generating module and a reporting module; wherein the content of the first and second substances,
a generating module, configured to generate service bureau data from the content data carried in the content reporting request based on the service processing template corresponding to the content type;
and the reporting module is used for reporting the service bureau data to a data center based on the service processing template corresponding to the content type when receiving the scheduling instruction.
In one embodiment, the apparatus further comprises: the storage unit is used for adding the service bureau data into a first queue corresponding to the content type;
correspondingly, the reporting module is configured to: when a scheduling instruction is received, acquiring the service bureau data from a first queue corresponding to the content type; and reporting the service bureau data to a data center based on the service processing template corresponding to the content type.
In an embodiment, the storage unit stores the service bureau data in a file corresponding to the content type in a queue table manner.
In an embodiment, the reporting module is configured to:
when a scheduling instruction is received, determining a content type corresponding to the scheduling type;
comparing the content type corresponding to the scheduling instruction with the content type corresponding to the first queue;
and when the content type corresponding to the scheduling instruction is the same as the content type corresponding to the first queue, acquiring the service bureau data from the first queue.
In an embodiment, the reporting module is further configured to:
when the content type corresponding to the scheduling instruction is different from the content type corresponding to the first queue, acquiring service bureau data in a second queue corresponding to the content type corresponding to the scheduling instruction;
and reporting the service office data in the second queue through the service processing template corresponding to the content type corresponding to the scheduling instruction.
In practical applications, the type determining unit and the scheduling unit in the information processing apparatus provided in the embodiment of the present application may be implemented by a processor in the service management server. The storage unit corresponds to the function of the second file module in the third embodiment, and the reporting module corresponds to the function of the second reporting module in the third embodiment.
It should be noted that the above description of the embodiment of the apparatus, similar to the above description of the embodiment of the method, has similar beneficial effects as the embodiment of the method. For technical details not disclosed in the embodiments of the apparatus of the present application, reference is made to the description of the embodiments of the method of the present application for understanding.
EXAMPLE six
An embodiment of the present application further provides an information processing apparatus, which is applied to a service management server, and the information processing apparatus includes: a processor and a memory for storing a computer program operable on the processor, wherein the processor is operable when executing the computer program to perform:
receiving a content reporting request, and determining the content type of the content reporting request;
determining an interface corresponding to the content type, and calling a service processing template corresponding to the content type based on the interface corresponding to the content type;
and processing the content reporting request based on the service processing template corresponding to the content type.
Fig. 10 is a schematic structural diagram of an information processing apparatus according to a sixth embodiment of the present application, and the information processing apparatus shown in fig. 10 includes: at least one processor 1001 and memory 1002. The various components in the information processing apparatus are coupled together by a bus system 1003. It will be appreciated that the bus system 1003 is used to enable communications among these components.
It will be appreciated that the memory 1002 can be either volatile memory or nonvolatile memory, and can include both volatile and nonvolatile memory. Among them, the nonvolatile Memory may be a Read Only Memory (ROM), a Programmable Read Only Memory (PROM), an Erasable Programmable Read-Only Memory (EPROM), an Electrically Erasable Programmable Read-Only Memory (EEPROM), a magnetic random access Memory (FRAM), a Flash Memory (Flash Memory), a magnetic surface Memory, an optical disk, or a Compact Disc Read-Only Memory (CD-ROM); the magnetic surface storage may be disk storage or tape storage. Volatile Memory can be Random Access Memory (RAM), which acts as external cache Memory. By way of illustration and not limitation, many forms of RAM are available, such as Static Random Access Memory (SRAM), Synchronous Static Random Access Memory (SSRAM), Dynamic Random Access Memory (DRAM), Synchronous Dynamic Random Access Memory (SDRAM), Double Data Rate Synchronous Dynamic Random Access Memory (DDRSDRAM), Enhanced Synchronous Dynamic Random Access Memory (ESDRAM), Enhanced Synchronous Dynamic Random Access Memory (Enhanced DRAM), Synchronous Dynamic Random Access Memory (SLDRAM), Direct Memory (DRmb Access), and Random Access Memory (DRAM). The memory 902 described in embodiments herein is intended to comprise, without being limited to, these and any other suitable types of memory.
The memory 1002 in the embodiment of the present application is used to store various types of data to support the operation of the information processing apparatus of the sixth embodiment.
The method disclosed in the embodiments of the present application may be applied to the processor 1001, or may be implemented by the processor 1001. The processor 1001 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be implemented by integrated logic circuits of hardware or instructions in the form of software in the processor 1001. The Processor 1001 may be a general purpose Processor, a Digital Signal Processor (DSP), or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, or the like. The processor 1001 may implement or perform the methods, steps, and logic blocks disclosed in the embodiments of the present application. A general purpose processor may be a microprocessor or any conventional processor or the like. The steps of the method disclosed in the embodiments of the present application may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software modules may be located in a storage medium located in the memory 1002 and the processor 1001 reads the information from the memory 1002 and performs the steps of the method described above in conjunction with its hardware.
In an exemplary embodiment, the information processing apparatus of the fifth embodiment can be implemented by one or more Application Specific Integrated Circuits (ASICs), DSPs, Programmable Logic Devices (PLDs), Complex Programmable Logic Devices (CPLDs), Field Programmable Gate Arrays (FPGAs), general purpose processors, controllers, Micro Controllers (MCUs), microprocessors (microprocessors), or other electronic components, for performing the foregoing methods.
EXAMPLE seven
In an exemplary embodiment, the present application further provides a storage medium, i.e., a computer readable storage medium, such as a memory 1002 including a computer program, which can be executed by a processor 1001 in an information processing apparatus to perform the steps of the foregoing method. The computer readable storage medium may be Memory such as FRAM, ROM, PROM, EPROM, EEPROM, Flash Memory, magnetic surface Memory, optical disk, or CD-ROM.
A computer-readable storage medium, on which a computer program is stored which, when executed by a processor, performs:
receiving a content reporting request, and determining the content type of the content reporting request;
determining an interface corresponding to the content type, and calling a service processing template corresponding to the content type based on the interface corresponding to the content type;
and processing the content reporting request based on the service processing template corresponding to the content type.
The above description of the information processing apparatus and computer-readable storage medium embodiments is similar to the description of the above method embodiments, with similar advantageous effects as the method embodiments. For technical details not disclosed in the embodiments of the information processing apparatus and the computer-readable storage medium of the present application, reference is made to the description of the embodiments of the method of the present application for understanding.
The above description is only for the specific embodiments of the present application, but the scope of the present application is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present application, and shall be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (11)

1. An information processing method, applied to a service management server, the method comprising:
receiving a content reporting request, and determining the content type of the content reporting request;
determining an interface corresponding to the content type, and calling a service processing template corresponding to the content type based on the interface corresponding to the content type;
generating service bureau data from the content data carried by the content reporting request based on the service processing template corresponding to the content type;
and when a scheduling instruction is received, reporting the service bureau data to a data center based on the service processing template corresponding to the content type.
2. The method according to claim 1, wherein after the content data carried by the content reporting request is generated into service bureau data, the method further comprises:
adding the service bureau data into a first queue corresponding to the content type;
correspondingly, when a scheduling instruction is received, reporting the service bureau data to a data center based on the service processing template corresponding to the content type, including:
when a scheduling instruction is received, acquiring the service bureau data from a first queue corresponding to the content type;
and reporting the service bureau data to a data center based on the service processing template corresponding to the content type.
3. The method of claim 2, wherein the adding the service bureau data to the first queue corresponding to the content type comprises:
and storing the service bureau data into a file corresponding to the content type in a queue table mode.
4. The method according to claim 2 or 3, wherein obtaining the service bureau data from the first queue corresponding to the content type when receiving the scheduling instruction comprises:
when a scheduling instruction is received, determining a content type corresponding to the scheduling instruction;
comparing the content type corresponding to the scheduling instruction with the content type corresponding to the first queue;
and when the content type corresponding to the scheduling instruction is the same as the content type corresponding to the first queue, acquiring the service bureau data from the first queue.
5. The method of claim 4, further comprising:
when the content type corresponding to the scheduling instruction is different from the content type corresponding to the first queue, acquiring service bureau data in a second queue corresponding to the content type corresponding to the scheduling instruction;
and reporting the service office data in the second queue through the service processing template corresponding to the content type corresponding to the scheduling instruction.
6. An information processing method applied to an information processing system, the information processing system comprising: a scheduling server and a first traffic management server, the first traffic management server executing the information processing method of any one of claims 1 to 5; wherein the content of the first and second substances,
and when the target node in the scheduling server comprises the first service management server, indicating the first service management server to receive a content reporting request.
7. The method of claim 6, further comprising:
the scheduling server determines a scheduling instruction, wherein the scheduling instruction comprises a content type and a node identifier;
and the scheduling server sends the scheduling instruction to a first service management server corresponding to the node identifier, and the scheduling instruction indicates the first service management server corresponding to the node identifier to report the service office data corresponding to the content type.
8. The method of claim 6, wherein the information handling system further comprises: a second service management server; the method further comprises the following steps:
and when the connection between the scheduling server and the first service management server is abnormally disconnected, setting a target node as the second service management server and indicating the second service management server to receive a content reporting request.
9. An information processing apparatus, applied to a service management server, the apparatus comprising: the device comprises a type determining unit, a scheduling unit and a processing unit; wherein the content of the first and second substances,
the type determining unit is used for receiving a content reporting request and determining the content type of the content reporting request;
the scheduling unit is configured to determine an interface corresponding to the content type, and call a service processing template corresponding to the content type based on the interface corresponding to the content type;
the processing unit includes: a generating module and a reporting module; wherein the content of the first and second substances,
the generation module is used for generating the content data carried by the content reporting request into service bureau data based on the service processing template corresponding to the content type;
and the reporting module is used for reporting the service bureau data to a data center based on the service processing template corresponding to the content type when receiving the scheduling instruction.
10. An information processing apparatus characterized by comprising: a processor and a memory for storing a computer program operable on the processor, wherein the processor is configured to perform the steps of the information processing method of any one of claims 1 to 5 when executing the computer program.
11. A computer-readable storage medium, characterized in that a computer program is stored thereon, which, when being executed by a processor, implements the steps of the information processing method according to any one of claims 1 to 5.
CN201811244173.2A 2018-10-24 2018-10-24 Information processing method, device and storage medium Active CN109474759B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811244173.2A CN109474759B (en) 2018-10-24 2018-10-24 Information processing method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811244173.2A CN109474759B (en) 2018-10-24 2018-10-24 Information processing method, device and storage medium

Publications (2)

Publication Number Publication Date
CN109474759A CN109474759A (en) 2019-03-15
CN109474759B true CN109474759B (en) 2021-02-05

Family

ID=65664387

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811244173.2A Active CN109474759B (en) 2018-10-24 2018-10-24 Information processing method, device and storage medium

Country Status (1)

Country Link
CN (1) CN109474759B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110049116A (en) * 2019-04-04 2019-07-23 厦门网宿有限公司 A kind of method and system of intelligent scheduling service request
CN112988409B (en) * 2019-12-18 2024-01-30 腾讯科技(深圳)有限公司 Interface calling method and device, computer equipment and storage medium
CN113590213B (en) * 2021-06-24 2023-04-25 深圳开源互联网安全技术有限公司 Component maintenance method, electronic device and storage medium

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5883946A (en) * 1996-11-27 1999-03-16 Bell Communications Research, Inc. Method and apparatus for provisioning customized telecommunications services
CN101005388A (en) * 2006-12-30 2007-07-25 中国电信股份有限公司 Mobile service network system
CN101094051A (en) * 2007-06-27 2007-12-26 中国移动通信集团四川有限公司 System and method for synchronizing comparison of data consistency
CN101196831A (en) * 2007-12-29 2008-06-11 北京方正国际软件系统有限公司 Method, system and device for distributed multi-service logic asynchronous processing
CN101742505A (en) * 2009-11-24 2010-06-16 广东宇天信通通信科技有限公司 System and method for providing integration of multiple data services
CN101794419A (en) * 2010-04-13 2010-08-04 中兴通讯股份有限公司 Method and device for automatically implementing business flow
CN102025731A (en) * 2010-12-03 2011-04-20 华为技术有限公司 Intelligent service triggering method, related device and system
CN102780574A (en) * 2011-05-13 2012-11-14 中国移动通信集团广东有限公司 Service-oriented office data collocation method and device as well as service-oriented office data inspection method and device
CN104052881A (en) * 2013-03-11 2014-09-17 中兴通讯股份有限公司 Service realization method and apparatus of intelligent service system, and intelligent service system
CN106487538A (en) * 2015-08-25 2017-03-08 中国电信股份有限公司 Business accelerating method, policy control platform and system
CN106845815A (en) * 2017-01-13 2017-06-13 百度在线网络技术(北京)有限公司 Business management method and system

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5883946A (en) * 1996-11-27 1999-03-16 Bell Communications Research, Inc. Method and apparatus for provisioning customized telecommunications services
CN101005388A (en) * 2006-12-30 2007-07-25 中国电信股份有限公司 Mobile service network system
CN101094051A (en) * 2007-06-27 2007-12-26 中国移动通信集团四川有限公司 System and method for synchronizing comparison of data consistency
CN101196831A (en) * 2007-12-29 2008-06-11 北京方正国际软件系统有限公司 Method, system and device for distributed multi-service logic asynchronous processing
CN101742505A (en) * 2009-11-24 2010-06-16 广东宇天信通通信科技有限公司 System and method for providing integration of multiple data services
CN101794419A (en) * 2010-04-13 2010-08-04 中兴通讯股份有限公司 Method and device for automatically implementing business flow
CN102025731A (en) * 2010-12-03 2011-04-20 华为技术有限公司 Intelligent service triggering method, related device and system
CN102780574A (en) * 2011-05-13 2012-11-14 中国移动通信集团广东有限公司 Service-oriented office data collocation method and device as well as service-oriented office data inspection method and device
CN104052881A (en) * 2013-03-11 2014-09-17 中兴通讯股份有限公司 Service realization method and apparatus of intelligent service system, and intelligent service system
CN106487538A (en) * 2015-08-25 2017-03-08 中国电信股份有限公司 Business accelerating method, policy control platform and system
CN106845815A (en) * 2017-01-13 2017-06-13 百度在线网络技术(北京)有限公司 Business management method and system

Also Published As

Publication number Publication date
CN109474759A (en) 2019-03-15

Similar Documents

Publication Publication Date Title
US8141078B2 (en) Providing shared tasks amongst a plurality of individuals
CN116302719B (en) System and method for enabling high availability managed failover services
CN109474759B (en) Information processing method, device and storage medium
US7392421B1 (en) Framework for managing clustering and replication
US8719386B2 (en) System and method for providing configuration synchronicity
WO2019061720A1 (en) Data synchronization method and system
WO2021151312A1 (en) Method for determining inter-service dependency, and related apparatus
JPS61500751A (en) Method for stopping program processes in multiprocessing systems
EP2215804A2 (en) Apparatus and methods for managing communications between parties
CN111405130B (en) Voice interaction system and method
CN115115329A (en) Manufacturing middleware and cloud manufacturing framework for intelligent production line
CN111198662A (en) Data storage method and device and computer readable storage medium
CN105373563B (en) Database switching method and device
CN110737510A (en) Block device management system
CN114130035A (en) User matching method, device, equipment and storage medium
JPH10333925A (en) Autonomous agent architecture
CN113419818A (en) Basic component deployment method, device, server and storage medium
US6990608B2 (en) Method for handling node failures and reloads in a fault tolerant clustered database supporting transaction registration and fault-in logic
CN111274047A (en) Information processing method, terminal, system, computer device and storage medium
CN113220480B (en) Distributed data task cross-cloud scheduling system and method
US20090106781A1 (en) Remote call handling methods and systems
CN115333942A (en) Event retry method and device, storage medium and electronic equipment
CN115713317A (en) Conference implementation method, system, storage medium and terminal equipment
CN111782373B (en) Job scheduling method and device
CN114610413A (en) Method, device, equipment and storage medium for executing synchronous and asynchronous tasks based on Java

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
GR01 Patent grant
GR01 Patent grant