CN109614209B - Task processing method, application server and system - Google Patents

Task processing method, application server and system Download PDF

Info

Publication number
CN109614209B
CN109614209B CN201811261141.3A CN201811261141A CN109614209B CN 109614209 B CN109614209 B CN 109614209B CN 201811261141 A CN201811261141 A CN 201811261141A CN 109614209 B CN109614209 B CN 109614209B
Authority
CN
China
Prior art keywords
task
processed
application server
information
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
CN201811261141.3A
Other languages
Chinese (zh)
Other versions
CN109614209A (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.)
Advanced New Technologies Co Ltd
Advantageous New Technologies Co Ltd
Original Assignee
Advanced New Technologies 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 Advanced New Technologies Co Ltd filed Critical Advanced New Technologies Co Ltd
Priority to CN201811261141.3A priority Critical patent/CN109614209B/en
Publication of CN109614209A publication Critical patent/CN109614209A/en
Application granted granted Critical
Publication of CN109614209B publication Critical patent/CN109614209B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/541Client-server

Abstract

The embodiment of the specification provides a task processing method, when a task is created, corresponding task information comprises a server identifier for creating the task, when the task is processed, a task processing device distributes the task information to a first application server based on the user identifier in each piece of task information, the first application server generates a task list to be processed based on the task information, the task list to be processed is broadcast to all application servers, and each application server is controlled to process the task to be processed, wherein the task to be processed is consistent with the server identifier of the application server. Therefore, the task list to be processed can be broadcast to all application servers, and the application server receiving the task list only processes the task created by the application server and discards other tasks, so that the consistency of logic is ensured, and the success rate of task processing is ensured.

Description

Task processing method, application server and system
Technical Field
The embodiment of the specification relates to the technical field of Internet, in particular to a task processing method, an application server and a system.
Background
With the rapid development of the Internet, the continuous improvement and development of an Internet service system are promoted, and great convenience is brought to the life of people. However, as services increase, in a development environment, in order to verify respective services, servers with a plurality of different code logics are deployed offline, and codes deployed by the servers may not be consistent. Many tasks are easily scheduled to servers of other businesses in the task processing process, and the assigned servers have no code logic for processing the assigned tasks, resulting in task processing failure.
Disclosure of Invention
The embodiment of the specification provides a task processing method, an application server and a system.
In a first aspect, an embodiment of the present disclosure provides a task processing method, which is applied to a task processing system, where the task processing system includes a task processing device and a plurality of application servers, and the task processing method includes:
the task processing device obtains task information of a task to be processed, and distributes the task information to a first application server corresponding to the user identifier based on the user identifier in the task information, wherein the first application server belongs to the plurality of application servers, the task information comprises a server identifier of a second application server for creating the task to be processed and the user identifier corresponding to the task to be processed, and a processing module for processing the task to be processed is arranged in the second application server;
the first application server receives the task information, generates a task list to be processed based on the task information, and broadcasts the task list to be processed to the plurality of application servers, wherein the task list to be processed carries the server identification;
Each application server in the plurality of application servers receives the task list to be processed, and processes the task to be processed after confirming that the server identification in the task list to be processed is consistent with the server identification of the application server.
In a second aspect, embodiments of the present disclosure provide a task processing system, including a task processing device and a plurality of application servers, wherein:
the task processing device is used for acquiring task information of a task to be processed and distributing the task information to a first application server corresponding to the user identifier based on the user identifier in the task information, wherein the first application server belongs to the plurality of application servers, the task information comprises a server identifier of a second application server for creating the task to be processed and the user identifier corresponding to the task to be processed, and a processing module for processing the task to be processed is arranged in the second application server;
the first application server receives the task information, generates a task list to be processed based on the task information, and broadcasts the task list to be processed to the plurality of application servers, wherein the task list to be processed carries the server identification;
Each application server in the plurality of application servers receives the task list to be processed, and processes the task to be processed after confirming that the server identification in the task list to be processed is consistent with the server identification of the application server.
In a third aspect, embodiments of the present disclosure provide an application server, the method including:
creating a target task to be processed, and adding a server identifier of the application server to task information of the target task to be processed;
receiving a task list to be processed, wherein task information of each task to be processed is stored in the task list to be processed;
traversing task information of each task to be processed in the task list to determine the target task to be processed, wherein the server identification in the task information is consistent with the server identification of the application server;
and processing the target task to be processed.
In a fourth aspect, embodiments of the present disclosure provide an application server, including:
the creating unit is used for creating a target task to be processed and adding the server identification of the application server into task information of the target task to be processed;
The receiving unit is used for receiving a task list to be processed, and task information of each task to be processed is stored in the task list to be processed;
the determining unit is used for traversing the task information of each task to be processed in the task list to determine the target task to be processed, wherein the server identification in the task information is consistent with the server identification of the application server;
and the processing unit is used for processing the target task to be processed.
In a fifth aspect, embodiments of the present disclosure provide an application server, including a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the task processing method of the third aspect described above when the program is executed by the processor.
In a sixth aspect, embodiments of the present specification provide a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the task processing method of the third aspect described above.
The embodiment of the specification has the following beneficial effects:
in the task processing method applied to the task processing system provided in the embodiment of the present disclosure, when an application server creates a task, the corresponding task information includes a server identifier for creating the task, which server is used for creating the task, and further, when the task is processed, the task processing device obtains the task information of the task to be processed, and distributes the task information to a first application server corresponding to the user identifier based on the user identifier in the task information, where the first application server belongs to a plurality of application servers, the task information includes a server identifier of a second application server for creating the task to be processed and a user identifier corresponding to the task to be processed, a processing module for processing the task to be processed is disposed in the second application server, and further, the first application server receives the task information, generates a task list to be processed based on the task information, broadcasts the task list to the plurality of application servers, the task list to be processed carries the server identifier, and finally, each application server in the plurality of application servers receives the task list to be processed, and processes the task after confirming that the server identifier in the task list to be processed is consistent with the server identifier of the task to be processed. Therefore, the task list to be processed can be broadcast to all application servers, and the application server receiving the task list only processes the task created by the application server and discards other tasks, so that the consistency of logic is ensured, and the success rate of task processing is ensured.
Drawings
FIG. 1 is a schematic diagram of a task processing system according to a first aspect of an embodiment of the present disclosure;
FIG. 2 is a schematic diagram of an application of the task processing system according to the first aspect of the embodiment of the present disclosure to an account opening scenario;
FIG. 3 is a schematic diagram of a conventional distribution manner in a task processing system according to a first aspect of an embodiment of the present disclosure;
FIG. 4 is a schematic diagram of a task processing mode in the task processing system according to the first aspect of the embodiment of the present disclosure;
FIG. 5 is a system flow diagram of an application of the task processing system provided in the first aspect of the embodiments of the present description to a specific example;
FIG. 6 is a specific example of converting parameter information in an asynchronous task into JOSN format in a task processing system according to the first aspect of the embodiments of the present disclosure;
FIG. 7 is a diagram illustrating an example of a specific asynchronous task schedule in a task processing system according to the first aspect of the present disclosure;
FIG. 8 is a flow chart of a task processing method applied to a task processing system according to a second aspect of the embodiments of the present disclosure;
FIG. 9 is a flowchart of a task processing method applied to an application server according to a third aspect of the present embodiment;
fig. 10 is a schematic structural diagram of an application server according to a fourth aspect of the embodiment of the present disclosure;
Fig. 11 is a schematic structural diagram of an application server according to a fifth aspect of the embodiments of the present disclosure.
Detailed Description
In order to better understand the technical solutions described above, the technical solutions of the embodiments of the present specification are described in detail below through the accompanying drawings and the specific embodiments, and it should be understood that the specific features of the embodiments of the present specification and the specific features of the embodiments of the present specification are detailed descriptions of the technical solutions of the embodiments of the present specification, and not limit the technical solutions of the present specification, and the technical features of the embodiments of the present specification may be combined without conflict.
In a first aspect, an embodiment of the present disclosure provides a task processing system, please refer to fig. 1, including a task processing device 101 and a plurality of application servers 102, wherein:
the task processing device 101 is configured to obtain task information of a task to be processed, and distribute the task information to a first application server corresponding to a user identifier based on the user identifier in the task information, where the first application server belongs to a plurality of application servers, the task information includes a server identifier of a second application server for creating the task to be processed and a user identifier corresponding to the task to be processed, and a processing module for processing the task to be processed is disposed in the second application server;
The method comprises the steps that a first application server receives task information, a task list to be processed is generated based on the task information, the task list to be processed is broadcast to a plurality of application servers, and the task list to be processed carries a server identifier;
each application server in the application servers receives the task list to be processed, and processes the task to be processed after confirming that the server identification in the task list to be processed is consistent with the server identification of the application server.
The task processing system further includes a scheduling center 103, where the scheduling center 103 is configured to periodically trigger an asynchronous task, and notify the task processing device 101 to process a task to be processed in a preset task list, so that the task processing device 101 obtains task information of the task to be processed from the preset task list.
The task processing system further comprises a communication device, wherein the communication device is used for receiving the service request sent by the user terminal and notifying a second application server corresponding to the service request to create the task to be processed corresponding to the service request before the task processing device obtains the task information of the task to be processed.
After receiving the notification of the communication device, the second application server creates a task to be processed corresponding to the service request, and adds the server identifier to task information of the task to be processed.
Specifically, in this embodiment, firstly, a communication device receives a service request sent by a user terminal, and notifies a corresponding second application server to create a task to be processed corresponding to the service request, specifically, the user terminal sends some service requests, the system distributes the service requests to the corresponding second application server, the second application server creates the task to be processed for the service request of the user, in order to solve the problem that the task processing fails due to inconsistent code logic of each application server, when the second application server creates the task to be processed corresponding to the service request, the second server is provided with a processing module (code logic) for processing the task to be processed, and adds own server identification to task information of the task to be processed, and stores the task to be processed and the task information into a preset task table.
Then, the scheduling center 103 periodically triggers an asynchronous task, and notifies the task processing device 103 to process a preset number of tasks to be processed in a preset task table. Such as: 1000 tasks to be processed are scheduled each time. The notification task processing device 103 processes a preset number of tasks to be processed specified in a preset task table.
Further, the task processing device 103 receives task information of the task to be processed transmitted from the scheduling center 103, and then distributes the task in three layers. First, first layer distribution is performed, and task information is distributed to a first application server corresponding to a user identifier based on the user identifier in the task information. And then, carrying out second-layer distribution, and reading corresponding tasks to be processed according to a preset strategy by the first application server based on the distributed task information, generating a task list to be processed, and broadcasting the task list to all application servers. And finally, carrying out third-layer distribution, wherein each application server in the system processes the task to be processed, which is consistent with the self-server identification, in the task list to be processed, and discards the task to be processed, which is inconsistent with the self-server identification. Therefore, the task list to be processed can be broadcast to all application servers, and the application server receiving the task list only processes the task created by the application server and discards other tasks, so that the consistency of logic is ensured, and the success rate of task processing is ensured.
The task processing system in this embodiment may be an account opening service system, and the task to be processed is an account opening task, and specifically, in this embodiment, the task processing process of the task processing system in this embodiment is mainly described in detail in an account opening scenario.
Referring to fig. 2, the task processing system of the present embodiment is applied to an account opening scene. The user terminals 1 and 2 … … n at the user side are all sent to a task processing system (namely an account opening service system) when an account opening request is initiated, and the account opening service system converts the account opening service system into an asynchronous task to control the concurrent quantity of the task and initiate an account opening request service to a financial institution server. The number of the user terminals 1 and 2 … … n can be the centralized account opening requests of a large number of users in the same time period, and the requests can be synchronously received by an account opening service system or can be received in real time in the whole time period. The account opening service system mainly comprises a dispatching center 103 and a task processing device, and is used for processing the account opening requests of the user terminals 1 and 2 … … n, and storing the account opening requests of the user terminals 1 and 2 … … n in a preset task list through asynchronous threads. And then according to the time period configured by the dispatching center 103, periodically triggering asynchronous tasks to call account opening requests stored in a preset task list, and delivering the requests to application servers in the platform layer by a task processing device, so that on one hand, the tasks can be uniformly distributed to all the application servers in the platform for execution, the overall processing capacity of the system is obviously improved, on the other hand, the number of tasks for initiating account opening business to the financial institution server is controlled, and the processing load of the financial institution server is relieved.
First, the communication device receives the account opening request information sent by the user terminal.
The number of the user terminals initiating the account opening request may be thousands, even hundreds of millions, of massive users, and meanwhile, the time of the user terminals initiating the account opening request cannot be estimated accurately, in an embodiment, the account opening request sent by a plurality of user terminals respectively may be received, specifically, a large amount of account opening request information may be received simultaneously or may be received in a centralized manner in a period of time, and in addition, a plurality of account opening request information may be repeatedly initiated in the same user terminal due to factors such as misoperation of the user, network delay or network instability. Such a situation naturally brings about synchronous acceptance and high concurrency processing of massive account opening requests.
At this time, retransmission limitation can be set at the user terminal side through payment APP, when it is monitored that a user initiates multiple account opening requests (such as repeatedly initiating multiple account opening requests) in a short time, information of the account opening requests is limited to be sent outwards, and the page prompts the user to operate too frequently, so that account opening attempts are temporarily delayed. Therefore, the request burden of the financial institution server and the account opening service system applying the method can be reduced, and meanwhile, the problem that some illegal or malicious users cause request congestion paralysis or damage to the system in a flow storm mode is avoided.
Then, the account opening request is distributed to a corresponding second application server, the second application server creates an account opening task aiming at the account opening request, the server identification of the second application server is added to the task information of the account opening task, and the account opening task is stored in a preset task table.
The received account opening request information can be checked first, the validity of the transaction parameters in the account opening request is checked, and the account opening task corresponding to the checked account opening request information is stored in a preset task list.
Further, the verification may include identity verification of the open request information, such as: basic verification checks are performed on information such as the user's identification card number, identification card photograph, passport number, passport photograph, the user's own close-up, bank card number, and/or the year and month of birth. The specific examples are: the number of digits/rule of the identification card number, the number of digits/rule of the passport number, the matching degree of the birth month and the identification card number, the authenticity of the identification card photo/the passport photo is detected by a picture identification means, whether the close-up of the user is a face front picture or not, and the like. Therefore, the system fund risk caused by opening the financial account by the false user is ensured, and further, the information flooding of the false account opening request sent to the financial institution server can be prevented.
Still further, the verification may also include security verification, such as: the necessary data security detection is carried out on the account opening request information so as to prevent tampering through a special field or a reserved extension field in the information, thereby carrying malicious codes and causing great hidden trouble to system security.
The preset task list only stores the account opening task corresponding to the account opening request information passing the verification. Further, the account opening request information which is not checked is discarded, and the corresponding user terminal is informed that the account opening request is not checked, so that the user is requested to verify whether the account opening filling information is accurate again.
In addition, blacklist adding processing can be carried out on the account opening request information which is failed to be repeatedly checked, UIDs and account opening filling information corresponding to the failed account opening request information are extracted and stored in blacklist log information, and meanwhile, a system side issues control information to limit the use of payment APP on the user terminal.
Further, after checking that the account opening task corresponding to the passed account opening request information is stored in the preset task table, the communication device returns a message notification that the user terminal account opening request has been successfully accepted. Therefore, the user can timely acquire whether the account opening request is successfully accepted or not, and the user experience is not reduced due to the fact that the processing time of the financial institution server is uncertain.
And further, storing the account opening task corresponding to the account opening request information into a preset task list through an asynchronous thread. Therefore, a large number of account opening requests of a plurality of user terminals which are possibly sent synchronously are converted into asynchronous tasks and are processed after waiting for subsequent triggering, so that the account opening service applications with centralized time points are orderly and periodically processed in batches, the balance and stability of the task processing load of the whole system are ensured, and the influence on the service burden of a financial institution server is not increased.
Then, the scheduling center 103 periodically triggers the asynchronous task, and extracts the account opening task in the preset task table.
The dispatching center 103 is responsible for periodically triggering asynchronous tasks, and the asynchronous tasks are used for processing account opening tasks stored in a preset task table, so that synchronous acceptance and asynchronous processing of account opening requests are realized.
Further, the asynchronous tasks are triggered periodically according to the CRON expression configured by the dispatch center 103. Specifically, for example, the scheduling center 103 stores a configuration file, and based on a CRON expression in the configuration file, the sending of the asynchronous task trigger message is performed according to a contracted time period. The asynchronous task trigger message is sent to the task processing device 103, and corresponds to the account opening task in the preset task table.
Still further, the number of asynchronous tasks to be periodically transmitted at a time is set by the dispatch center 103 according to a profile. The asynchronous task can be corresponding to the processing of one piece of account opening request information, and can also be corresponding to the processing of a plurality of pieces of account opening request information. The number of asynchronous tasks per transmission may also be set to one piece or a specific number of pieces. And extracting a corresponding number of account opening requests in a preset task list according to configuration requirements in the asynchronous task, and delivering the account opening requests to the task processing device 103 for distribution processing.
The task processing device 103 includes a receiving unit, a first sub-unit, a second distribution unit, and a third distribution unit. Further, according to the expansion of the service scale, the service mode expansion is more diversified, and the like, the task processing device 103 may be expanded to a fourth, fifth, or more layers of processing units, so that each application server in the task processing device 103 is in a state that the task allocation is balanced and the load is stable. Further, the task processing device 103 can be a multi-layered application server cluster.
Taking the above three-layer distribution unit as an example, the first layer is that the task processing device 101 splits the 100 account opening tasks instructed by the dispatch center 103 according to the user identifier. Specifically, the account opening request information is split according to the numerical range of the UID in the account opening task information, and the split account opening request information is distributed to a plurality of application servers according to the UID.
Such as: the user account opening data are respectively stored in 100 tables of 100 databases according to the dimension of the user identification UID and the penultimate three bits. Assuming that the system provides a total of 100 databases of finauth_rz_00-finauth_rz_99, there are a total of 100 task tables corresponding to fa_task_00-fa_task_99. If the user identification 208800000190 of the current user, since the penultimate three bits are 19, the relevant data of the account opening task corresponding to the user is stored in the fa_task_19 table of the finauth_rz_19 database. The user identifiers uid= 2088000001 to 2088000991 corresponding to 100 account opening tasks scheduled by the scheduling center 103 can be split into 100 parts according to the penultimate of UID and three two digits.
Specifically, the account opening task information of the account opening task can be distributed to the designated first application server according to the numerical matching mode. The range of users that each application server can handle is controlled by a unit configuration center, and if the processing range of the application server a is 00, the user identification UID is assigned to the server a with the account opening task information of which the penultimate two digits are 00.
Of course, a random distribution scheme may also be employed. Such as: the method comprises 200 application servers, randomly selecting 100 first application servers, randomly distributing a number of 00-99 for each first application server, and enabling the first application server receiving the number to process an account opening task corresponding to the matched user identification. If the application server B is assigned the numeral 01, it means that the application server B can read the account opening task data with the user identifier uid= 2088000011 from the fa_task_01 table in the finauth_rz_01 database, and perform task processing.
And then a second tier of distribution. The first application server reads the allocated account opening task information, a user identifier, a database for performing task retrieval is determined according to the penultimate three two digits of the user identifier, and the application server can perform account opening task retrieval from the fa_task_03 table of the finauth_rz_03 database on the assumption that the penultimate three two digits of the user identifier of the account opening task information are 03, and a preset number (such as 5, 10 and the like) of account opening tasks can be read each time. And generating an account opening task list aiming at the read account opening task, and broadcasting the account opening task list to all application servers in the whole network. In the specific implementation process, the preset number can be set according to actual needs, and the application is not limited herein.
Before broadcasting, the first application server needs to judge the current environment, if the current environment is an offline development environment, because in the offline development environment, developers can deploy application servers according to service requirements, and the processing functions of each application server are not equivalent. As shown in the schematic fig. 3, if three service branch codes are respectively deployed in three application servers A, B, C, an account opening of an a bank type account with a task ID of 1 is created on three servers A, B, C, an account opening of an a bank type account with a task ID of 2 is queried, an account opening of a B bank type account with a task ID of 3 is randomly allocated when three-layer task is dispatched, if task ID2 is allocated to application server C, task ID3 is allocated to application server a, and the account opening logics of the a bank and the B bank are inconsistent, the processors of application server a and application server C are different, so that the application server a receiving the task and the application server C have no suitable processor to process the task, and the application server creating the task is deployed with a processing program for processing the task. Thus, in an offline development environment, a task needs to be assigned to the application server that created the task. In this embodiment, a distributed broadcasting manner may be adopted to send the task list to a plurality of master nodes, and then each master node broadcasts the task list to a plurality of application servers. And if the current environment is an off-line development environment, the first application server sends the read task list corresponding to the account opening task to all application servers in the whole network.
And finally, carrying out third-layer distribution, if the environment is developed on line, after each application server receives the task list, circularly traversing each task in the task list, judging whether the task is created by the application server or not, namely if the server identification in the task information of the task to be processed in the task list to be processed is consistent with the server identification of the application server, indicating that the task is created by the application server, and acquiring the task data corresponding to the task to be processed. If the task is not created by the user, the task is discarded, and the respective processing of various created tasks is realized through the broadcasting mode.
For the foregoing example in fig. 3, after the system in this embodiment is adopted, please refer to fig. 4, a Host field is added on the basis of the original task model, and is used for recording a server identifier, where the field records which server the current task is created from, and the previous three tasks are packaged into a task list and sent to the master node application server, and then the master node application server can implement broadcasting of the application servers in a corresponding range, so that each application server can obtain a total of 1, 2 and 3 tasks, each server determines whether the Host of the task is consistent with the Host of the current server, if so, processing is performed, otherwise discarding, and executing the task by the server that creates the task is implemented. The method solves the problems that the code streams of different servers are inconsistent, and the received tasks are not processed or the processing logic is incorrect.
If the current environment is not an off-line development environment, the read task can be randomly dispatched to an application server through remote method call, the application server performs different message assembly according to different task types, and the task of opening an account or inquiring the account result is sent to a financial institution server through a gateway.
Further, the account opening result can be returned to the user terminal. The account opening result information can be actively pushed to the corresponding user terminal, or the account opening result is returned to the user terminal after waiting for the user terminal to initiate the account opening result inquiry request. Thus, the situation of unbalanced load of the data flow of the system is effectively avoided.
Fig. 5 is a system flow diagram of the present application to a specific example. As shown in the figure, finsign web is payment APP of the user terminal, finauth is an application server in the account opening service system in the second embodiment, and main responsibilities include: signing the subscription facing to the mechanism; the process service arrangement related to the organization capability in the client authentication, the verification and the subscription request comprises the following steps: mechanism four-element authentication, three-element authentication, mechanism multi-certificate verification capability, mechanism short message verification, mechanism signature-free capability arrangement matching and the like. The account opening service system is composed of a finauth device cluster of a three-layer distribution mechanism. Firstly, a user sends request information for opening an account, such as bank card information, identity information and the like, to an opening service system of a finauth application server cluster of a three-layer distribution mechanism through a finasign web. And checking information validity by the system, and storing the checked account opening request information into a preset task list through an asynchronous thread. In the system, a dispatching center 103 triggers asynchronous tasks at fixed time, a task processing device 103 processes asynchronous account opening tasks, a three-layer distribution mechanism is called to process the asynchronous tasks, account opening requests are packaged into messages, the messages are sent to a bank through a gateway, and the bank can feed back acceptance results.
Further, when receiving the account opening request, the account opening service system converts the account opening request information into an asynchronous task through an asynchronous thread, the asynchronous task comprises parameter information such as a task type, a service ID, a service type, a task state, a task priority, a trigger time, retry times, an end time and the like, and meanwhile, the parameter information in the asynchronous task is converted into a JOSN format and stored in extension information (as shown in fig. 6), so that the task scheduling model can be abstracted into a universal asynchronous task without concerning specific service meanings, when the scheduling center 103 triggers the processing of three-layer tasks, the fished task can find a proper task processor according to the task type to process the service, and the account opening application and the account opening inquiry task are already available in the bank type household items. In the future, more other asynchronous task processors can be expanded according to the service requirement, the task processors are mutually isolated, and the newly added service can not influence the original service. The asynchronous task has good expansion capability.
FIG. 7 is a diagram illustrating an example of a specific asynchronous task schedule for the solution of the present specification. The dispatching center 103 periodically sends a message to a message center according to the configured CRON expression, the message center delivers the message to the finauth application server cluster, and in the first layer of distribution, the task processing device 101 splits the account opening request information according to the UID processing range of the current application deployment unit, and the split account opening request information is distributed to other finauth application servers of the current application deployment unit through remote method call. Setting up part of the devices in the cluster to serve only user terminals within a certain range, for example: the user terminal uid= 2088000001 to 2088000991 can be split into 100 parts according to the penultimate of UID, the range of users that each device can process is controlled by a unit configuration center, and if the current processing range of the finauth application server a is 00-19, the condition that the penultimate of UID is met means that the penultimate of the user is met in the interval of 00-19.
In the second-layer distribution, the finauth application server which receives the account opening request information sent by the task processing device extracts tasks meeting the conditions from the corresponding databases according to the UID and the state information in the account opening request information, generates a task list, and broadcasts the task list to each application server.
In the third tier of distribution, each application server then processes according to the tasks extracted from the task list to its own creation. Specifically, the application server assembles the message according to the task, and sends the task of opening an account or inquiring the account opening result to the financial institution server through the gateway.
For a task with successful account opening acceptance, the system executes a request for inquiring account opening results in the following task scheduling, updates the task state after acquiring an explicit account opening result, and writes back account opening result information into a service table, specifically, the service table can be stored in a table of a database, and the table can be used as the service table and can be used for storing information about the account opening results applied by a user to a banking institution server, for example: and storing the account after the account is opened successfully.
Through the system in the embodiment, when three-layer task distribution is performed, the task list to be processed can be broadcast to all application servers, and the application server receiving the task list only processes the task created by itself and discards other tasks, so that the consistency of logic is ensured, and the success rate of task processing is ensured.
In a second aspect, based on the same inventive concept, an embodiment of the present disclosure provides a task processing method, which is applied to a task processing system, where the task processing system includes a task processing device and a plurality of application servers, please refer to fig. 8, and the task processing method includes the following steps:
s801: the task processing device obtains task information of a task to be processed, and distributes the task information to a first application server corresponding to the user identifier based on the user identifier in the task information, wherein the first application server belongs to the plurality of application servers, the task information comprises a server identifier of a second application server for creating the task to be processed and the user identifier corresponding to the task to be processed, and a processing module for processing the task to be processed is arranged in the second application server;
s802: the first application server receives the task information, generates a task list to be processed based on the task information, and broadcasts the task list to be processed to the plurality of application servers, wherein the task list to be processed carries the server identification;
S803: each application server in the plurality of application servers receives the task list to be processed, and processes the task to be processed after confirming that the server identification in the task list to be processed is consistent with the server identification of the application server.
In an alternative, the task processing system further includes a dispatch center, the method further comprising:
the scheduling center periodically triggers asynchronous tasks and notifies the task processing device to process tasks to be processed in a preset task list, so that the task processing device obtains task information of the tasks to be processed from the preset task list.
In an alternative manner, the task processing system further includes a communication device, and before the task processing device obtains the task information of the task to be processed, the method further includes:
the communication device receives a service request sent by a user terminal and notifies the second application server corresponding to the service request to create a task to be processed corresponding to the service request;
and the second application server creates a task to be processed corresponding to the service request, and adds the server identification to task information of the task to be processed.
In an alternative way, the scheduling center periodically triggers an asynchronous task, including: and the dispatching center periodically triggers the asynchronous task according to the configured CRON expression.
In an alternative way, the task processing device distributes the task information to a first application server corresponding to the user identifier based on the user identifier in the task information, and the task processing device includes:
the task processing device splits the task information according to the numerical range of the user identifier, and distributes the split task information to the corresponding first application server.
In an alternative manner, the first application server receives the task information, generates a task list to be processed based on the task information, and includes:
the first application server reads the task to be processed from the database indicated by the task information, and generates a task list to be processed based on the read task to be processed.
In an alternative manner, the first application server broadcasts the task list to be processed to the plurality of application servers, including:
and the first application server determines a current environment, judges whether the current environment is an offline development environment, and if so, broadcasts the task list to be processed to the plurality of application servers.
In one optional manner, after the determining whether the current environment is an offline development environment, the first application server further includes:
and the first application server randomly distributes the read task to be processed to the plurality of application servers under the condition that the current environment is not an offline development environment.
In an alternative manner, the task to be processed is an account opening task.
The detailed process of task processing in this embodiment is described in detail in the foregoing first embodiment, and specific reference may be made to the corresponding content in the first embodiment, which is not described herein.
In a second aspect, based on the same inventive concept, an embodiment of the present disclosure provides a task processing method, please refer to fig. 8, including the steps of:
s801: receiving task information of a task to be processed sent by a dispatching center, wherein each task information comprises a server identifier for creating a corresponding task to be processed;
s802: distributing the task information to a plurality of application servers based on user identification in each task information;
s803: each application server in the plurality of application servers is controlled to read corresponding tasks to be processed according to a second preset strategy based on the allocated task information, a task list to be processed is generated, and the task list to be processed is broadcast to all application servers;
S804: and controlling each application server to process the task to be processed, which is consistent with the self server identification, in the task to be processed list.
In an alternative manner, the distributing the task information to a plurality of application servers based on the user identification in each task information includes:
splitting the task information according to the numerical range of the user identifier;
and distributing the split task information to a corresponding application server.
In an optional manner, the controlling each application server in the plurality of application servers to read a corresponding task to be processed according to a second preset policy based on the allocated task information includes:
and controlling each application server in the plurality of application servers to read a preset number of tasks to be processed from a database indicated by the allocated task information.
In an alternative manner, the broadcasting the task list to be processed to all application servers includes:
determining a current environment;
judging whether the current environment is an offline development environment or not;
and if so, broadcasting the task list to be processed to all application servers.
In one alternative, after said determining whether the current environment is an offline development environment, the method further comprises:
And if the current environment is not an offline development environment, each application server in the plurality of application servers randomly distributes the read task to be processed to the plurality of application servers.
In an optional manner, the task to be processed is an account opening task, the account opening task is stored in a preset task table, and the scheduling center periodically triggers an asynchronous task to extract task information in the account opening task in the preset task table.
The detailed process of task processing in this embodiment is described in detail in the foregoing first embodiment, and specific reference may be made to the corresponding content in the first embodiment, which is not described herein.
In a third aspect, based on the same inventive concept, an embodiment of the present disclosure provides a task processing method, applied to an application server, please refer to fig. 9, including the following steps:
s901: creating a target task to be processed, and adding a server identifier of the application server to task information of the target task to be processed;
s902: receiving a task list to be processed, wherein task information of each task to be processed is stored in the task list to be processed;
s903: traversing task information of each task to be processed in the task list to determine the target task to be processed, wherein the server identification in the task information is consistent with the server identification of the application server;
S904: and processing the target task to be processed.
Specifically, as described in the foregoing first embodiment, when the application server needs to create a target task to be processed when receiving an assigned service request, a server identifier of the application server is added to task information of the target task to be processed, which indicates that the target task to be processed is created for itself. The target task to be processed is distributed to a first application server for task retrieval, a task list to be processed is generated after the task retrieved by the first application server comprises the target task to be processed, task information of the target task to be processed is carried in the task list to be processed, the task information comprises a server identifier of an application server for creating the target task to be processed, and the first application server broadcasts the task list to all application servers. Furthermore, after the current application server receives the task list containing the target task to be processed, which is consistent with the self server identification, can be matched by extracting the task information of each task to be processed in the task list, and the target task to be processed is processed. Other tasks which are not created by the user are discarded, so that the consistency of logic is ensured, and the success rate of task processing is ensured.
Further, if the application server in the present embodiment is selected as the first server for performing task retrieval, task information distributed by the task processing device is received, and a task list to be processed is generated based on the task information. Specifically, a preset number of tasks to be processed can be fished from a database indicated by the task information, a task list to be processed is generated, each task to be processed in the task list to be processed carries task information, and the task information contains a server identifier of an application server for creating the task. And then, broadcasting the task list to be processed to all application servers in the whole network by the application servers, wherein each application server can process the task to be processed, which is consistent with the self server identification, in the task list to be processed, and discarding the task to be processed, which is inconsistent with the self server identification.
In a fourth aspect, based on the same inventive concept, an embodiment of the present disclosure provides an application server, please refer to fig. 10, including the following units:
a creating unit 1001, configured to create a target task to be processed, and add a server identifier of the application server to task information of the target task to be processed;
A receiving unit 1002, configured to receive a task list to be processed, where task information of each task to be processed is stored in the task list to be processed;
a determining unit 1003, configured to traverse task information of each task to be processed in the task list to determine the target task to be processed in which a server identifier in the task information is consistent with a server identifier of the application server;
and the processing unit 1004 is configured to process the target task to be processed.
The detailed process of task processing performed by the application server in this embodiment is described in detail in the foregoing third embodiment, and the description of the present application is omitted here.
In a fifth aspect, based on the same inventive concept as the task processing method in the foregoing embodiment, the present application further provides a task processing device, as shown in fig. 11, including a memory 1104, a processor 1102, and a computer program stored in the memory 1104 and capable of running on the processor 1102, where the processor 1102 implements steps of any one of the foregoing task processing methods when executing the program.
Where in FIG. 11 a bus architecture (represented by bus 1100), bus 1100 may include any number of interconnected buses and bridges, with bus 1100 linking together various circuits, including one or more processors, represented by processor 1102, and memory, represented by memory 1104. Bus 1100 may also link together various other circuits such as peripheral devices, voltage regulators, power management circuits, etc., as are well known in the art, and therefore, the method of the present embodiment will not be further described. Bus interface 1106 provides an interface between bus 1100 and receiver 1101 and transmitter 1103. The receiver 1101 and the transmitter 1103 may be the same element, i.e. a transceiver, providing a means for communicating with various other apparatus over a transmission medium. The processor 1102 is responsible for managing the bus 1100 and general processing, while the memory 1104 may be used to store data used by the processor 1102 in performing operations.
In a sixth aspect, based on the inventive concept as the task processing method in the foregoing embodiments, the present invention further provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of any one of the foregoing task processing methods.
The present description is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the specification. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present description have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. It is therefore intended that the following claims be interpreted as including the preferred embodiments and all such alterations and modifications as fall within the scope of the disclosure.
It will be apparent to those skilled in the art that various modifications and variations can be made in the present specification without departing from the spirit or scope of the specification. Thus, if such modifications and variations of the present specification fall within the scope of the claims and the equivalents thereof, the present specification is also intended to include such modifications and variations.

Claims (22)

1. The task processing method is applied to a task processing system, the task processing system comprises a task processing device and a plurality of application servers, and the task processing method comprises the following steps:
The task processing device obtains task information of a task to be processed, and distributes the task information to a first application server corresponding to the user identifier based on the user identifier in the task information, wherein the first application server belongs to the plurality of application servers, the task information comprises a server identifier of a second application server for creating the task to be processed and the user identifier corresponding to the task to be processed, and a processing module for processing the task to be processed is arranged in the second application server;
the first application server receives the task information, generates a task list to be processed based on the task information, and broadcasts the task list to be processed to the plurality of application servers, wherein the task list to be processed carries the server identification;
each application server in the plurality of application servers receives the task list to be processed and processes the task to be processed after confirming that the server identification in the task list to be processed is consistent with the server identification of the application server;
the second application server only processes the task created by the second application server and discards other tasks.
2. The method of claim 1, the task processing system further comprising a dispatch center, the method further comprising:
the scheduling center periodically triggers asynchronous tasks and notifies the task processing device to process tasks to be processed in a preset task list, so that the task processing device obtains task information of the tasks to be processed from the preset task list.
3. The method of claim 2, the task processing system further comprising a communication device, the method further comprising, prior to the task processing device obtaining task information for a task to be processed:
the communication device receives a service request sent by a user terminal and notifies the second application server corresponding to the service request to create a task to be processed corresponding to the service request;
and the second application server creates a task to be processed corresponding to the service request, and adds the server identification to task information of the task to be processed.
4. The method of claim 2, the dispatch center periodically triggering asynchronous tasks, comprising: and the dispatching center periodically triggers the asynchronous task according to the configured CRON expression.
5. The method of claim 1, wherein the task processing device distributes the task information to a first application server corresponding to the user identifier based on the user identifier in the task information, and the method comprises:
the task processing device splits the task information according to the numerical range of the user identifier, and distributes the split task information to the corresponding first application server.
6. The method of claim 1, wherein the first application server receives the task information, generates a pending task list based on the task information, comprising:
the first application server reads the task to be processed from the database indicated by the task information, and generates a task list to be processed based on the read task to be processed.
7. The method of claim 1, the first application server broadcasting the list of pending tasks to the plurality of application servers, comprising:
and the first application server determines a current environment, judges whether the current environment is an offline development environment, and if so, broadcasts the task list to be processed to the plurality of application servers.
8. The method of claim 7, the first application server, after the determining whether the current environment is an offline development environment, further comprising:
And the first application server randomly distributes the read task to be processed to the plurality of application servers under the condition that the current environment is not an offline development environment.
9. The method according to any one of claims 1-8, wherein the task to be processed is an account opening task.
10. A task processing system comprising a task processing device and a plurality of application servers, wherein:
the task processing device is used for acquiring task information of a task to be processed and distributing the task information to a first application server corresponding to the user identifier based on the user identifier in the task information, wherein the first application server belongs to the plurality of application servers, the task information comprises a server identifier of a second application server for creating the task to be processed and the user identifier corresponding to the task to be processed, and a processing module for processing the task to be processed is arranged in the second application server;
the first application server receives the task information, generates a task list to be processed based on the task information, and broadcasts the task list to be processed to the plurality of application servers, wherein the task list to be processed carries the server identification;
Each application server in the plurality of application servers receives the task list to be processed and processes the task to be processed after confirming that the server identification in the task list to be processed is consistent with the server identification of the application server; the second application server only processes the task created by the second application server and discards other tasks.
11. The system of claim 10, wherein the task processing system further comprises a scheduling center for periodically triggering asynchronous tasks, notifying the task processing device to process tasks to be processed in a preset task list, so that the task processing device obtains task information of the tasks to be processed from the preset task list.
12. The system according to claim 11, wherein the task processing system further comprises a communication device, the communication device is configured to receive a service request sent by a user terminal before the task processing device obtains task information of a task to be processed, and notify the second application server corresponding to the service request to create the task to be processed corresponding to the service request.
13. The system of claim 12, wherein the second application server creates a task to be processed corresponding to the service request after receiving the notification of the communication device, and adds the server identifier to task information of the task to be processed.
14. The system of claim 11, wherein the dispatch center is configured to periodically trigger the asynchronous tasks according to a configured CRON expression.
15. The system of claim 10, wherein the task processing device splits the task information according to the numerical range of the user identifier, and distributes the split task information to the corresponding first application server.
16. The system of claim 10, wherein the first application server reads the task to be processed from a database indicated by the task information, and generates a task list to be processed based on the read task to be processed.
17. The system of claim 10, wherein the first application server determines a current environment, determines whether the current environment is an offline development environment, and if so, broadcasts the list of pending tasks to the plurality of application servers.
18. The system of claim 17, wherein the first application server randomly distributes the read task to be processed to the plurality of application servers if it is determined that the current environment is not an offline development environment after the determining whether the current environment is an offline development environment.
19. A task processing method applied to an application server, the method comprising:
creating a target task to be processed, and adding a server identifier of the application server to task information of the target task to be processed;
receiving a task list to be processed, wherein task information of each task to be processed is stored in the task list to be processed;
traversing task information of each task to be processed in the task list to determine the target task to be processed, wherein the server identification in the task information is consistent with the server identification of the application server;
processing the target task to be processed;
the application server only processes the task created by the application server and discards other tasks.
20. An application server, comprising:
the creating unit is used for creating a target task to be processed and adding the server identification of the application server into task information of the target task to be processed;
the receiving unit is used for receiving a task list to be processed, and task information of each task to be processed is stored in the task list to be processed;
the determining unit is used for traversing the task information of each task to be processed in the task list to determine the target task to be processed, wherein the server identification in the task information is consistent with the server identification of the application server;
The processing unit is used for processing the target task to be processed;
the application server only processes the task created by the application server and discards other tasks.
21. An application server comprising a processor and a memory:
the memory is used for storing a program for executing the method of claim 19;
the processor is configured to execute a program stored in the memory.
22. A computer readable storage medium storing a computer program, which when executed by a processor performs the steps of the method of claim 19.
CN201811261141.3A 2018-10-26 2018-10-26 Task processing method, application server and system Active CN109614209B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811261141.3A CN109614209B (en) 2018-10-26 2018-10-26 Task processing method, application server and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811261141.3A CN109614209B (en) 2018-10-26 2018-10-26 Task processing method, application server and system

Publications (2)

Publication Number Publication Date
CN109614209A CN109614209A (en) 2019-04-12
CN109614209B true CN109614209B (en) 2023-09-05

Family

ID=66002381

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811261141.3A Active CN109614209B (en) 2018-10-26 2018-10-26 Task processing method, application server and system

Country Status (1)

Country Link
CN (1) CN109614209B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110209488B (en) * 2019-06-10 2021-12-07 北京达佳互联信息技术有限公司 Task execution method, device, equipment, system and storage medium
CN110287266A (en) * 2019-06-28 2019-09-27 深圳前海微众银行股份有限公司 A kind of distributed system and data processing method
CN110287033A (en) * 2019-07-03 2019-09-27 网易(杭州)网络有限公司 Batch tasks processing method, device, system, equipment and readable storage medium storing program for executing
CN110750419B (en) * 2019-09-30 2023-03-14 北京百度网讯科技有限公司 Offline task processing method and device, electronic equipment and storage medium
CN110795218B (en) * 2019-10-11 2022-03-01 口碑(上海)信息技术有限公司 Task scheduling system and method based on unitization
CN111338797B (en) * 2020-02-19 2023-09-05 望海康信(北京)科技股份公司 Task processing method, device, electronic equipment and computer readable storage medium
CN111708618A (en) * 2020-06-12 2020-09-25 北京思特奇信息技术股份有限公司 Processing method and device based on Java multithreading
CN113449023A (en) * 2020-09-01 2021-09-28 北京新氧科技有限公司 Service processing method and device and electronic equipment
CN113127172A (en) * 2021-04-21 2021-07-16 上海销氪信息科技有限公司 Task execution method and device, electronic equipment and storage medium

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004348549A (en) * 2003-05-23 2004-12-09 Nippon Telegr & Teleph Corp <Ntt> Task assignment method and device and resource assignment method and device
CN104253702A (en) * 2013-06-27 2014-12-31 华为软件技术有限公司 Terminal management method and system
CN104461747A (en) * 2014-12-31 2015-03-25 合一网络技术(北京)有限公司 Distributed type task scheduling system
CN105074686A (en) * 2013-01-24 2015-11-18 华美宏道公司 Systems and methods for creating and sharing tasks
CN105531675A (en) * 2013-06-19 2016-04-27 日立数据系统工程英国有限公司 Decentralized distributed computing system
CN105550025A (en) * 2015-12-08 2016-05-04 北京航空航天大学 Distributed IaaS (Infrastructure as a Service) scheduling method and system
CN106998370A (en) * 2017-06-15 2017-08-01 北京微影时代科技有限公司 Access control method, device and system
CN107330069A (en) * 2017-06-30 2017-11-07 北京金山安全软件有限公司 Multimedia data processing method and device, server and storage medium
CN107689994A (en) * 2017-08-29 2018-02-13 环球智达科技(北京)有限公司 A kind of mission bit stream processing method
CN107861811A (en) * 2017-10-24 2018-03-30 平安科技(深圳)有限公司 Mission bit stream transmission method, device and computer equipment in Workflow system
CN108132830A (en) * 2016-12-01 2018-06-08 北京金山云网络技术有限公司 A kind of method for scheduling task, apparatus and system
CN108156236A (en) * 2017-12-22 2018-06-12 平安养老保险股份有限公司 Service request processing method, device, computer equipment and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
SE0200418D0 (en) * 2002-02-13 2002-02-13 Ericsson Telefon Ab L M A method and apparatus for computer load sharing and data distribution
JP5512215B2 (en) * 2009-09-30 2014-06-04 株式会社日立システムズ Job processing system and method, and program thereof
JP5906950B2 (en) * 2012-06-06 2016-04-20 富士通株式会社 Information processing method and apparatus for content distribution

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004348549A (en) * 2003-05-23 2004-12-09 Nippon Telegr & Teleph Corp <Ntt> Task assignment method and device and resource assignment method and device
CN105074686A (en) * 2013-01-24 2015-11-18 华美宏道公司 Systems and methods for creating and sharing tasks
CN105531675A (en) * 2013-06-19 2016-04-27 日立数据系统工程英国有限公司 Decentralized distributed computing system
CN104253702A (en) * 2013-06-27 2014-12-31 华为软件技术有限公司 Terminal management method and system
CN104461747A (en) * 2014-12-31 2015-03-25 合一网络技术(北京)有限公司 Distributed type task scheduling system
CN105550025A (en) * 2015-12-08 2016-05-04 北京航空航天大学 Distributed IaaS (Infrastructure as a Service) scheduling method and system
CN108132830A (en) * 2016-12-01 2018-06-08 北京金山云网络技术有限公司 A kind of method for scheduling task, apparatus and system
CN106998370A (en) * 2017-06-15 2017-08-01 北京微影时代科技有限公司 Access control method, device and system
CN107330069A (en) * 2017-06-30 2017-11-07 北京金山安全软件有限公司 Multimedia data processing method and device, server and storage medium
CN107689994A (en) * 2017-08-29 2018-02-13 环球智达科技(北京)有限公司 A kind of mission bit stream processing method
CN107861811A (en) * 2017-10-24 2018-03-30 平安科技(深圳)有限公司 Mission bit stream transmission method, device and computer equipment in Workflow system
CN108156236A (en) * 2017-12-22 2018-06-12 平安养老保险股份有限公司 Service request processing method, device, computer equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
面向云计算的小粒度应用容器模型研究与应用;白伟华;《中国博士学位论文全文数据库 信息科技辑》(第5期);I137-1 *

Also Published As

Publication number Publication date
CN109614209A (en) 2019-04-12

Similar Documents

Publication Publication Date Title
CN109614209B (en) Task processing method, application server and system
CN110290189B (en) Container cluster management method, device and system
CN106899648B (en) Data processing method and equipment
CN111091429A (en) Electronic bill identification distribution method and device and electronic bill generation system
CN110888858B (en) Database operation method and device, storage medium and electronic device
CN101854351A (en) The system and/or the method that are used for measured transmission of messages
CN107451853B (en) Method, device and system for real-time red packet distribution and storage medium
CN107276970B (en) Unbinding and binding method and device
CN106484321A (en) A kind of date storage method and data center
CN111698315B (en) Data processing method and device for block and computer equipment
CN111726370B (en) Method, system and device for automatically switching block chain consensus protocol
CN109491765B (en) Method and device for processing cross-domain service request
CN109446208A (en) A kind of date storage method, computer readable storage medium and server
CN110673933A (en) ZooKeeper-based distributed asynchronous queue implementation method, device, equipment and medium
CN112003940B (en) Payment network state processing method and server based on block chain and online service
CN112418794A (en) Service transfer method and device
CN111784329A (en) Service data processing method and device, storage medium and electronic device
CN107147610B (en) Resource processing method and device
CN109598603B (en) Account opening task processing method and account opening service system
CN113849320A (en) Development method, control method and computing device
CN112087497A (en) Data synchronization method and device, electronic equipment and readable storage medium
CN115643271A (en) Method, device, server and medium for synchronizing multi-application data on cloud
CN113032188B (en) Method, device, server and storage medium for determining main server
CN112434241A (en) Service processing method, computer device and storage medium
CN113051152B (en) Task data generation method and device and processing equipment

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20200924

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant before: Advanced innovation technology Co.,Ltd.

Effective date of registration: 20200924

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Advanced innovation technology Co.,Ltd.

Address before: A four-storey 847 mailbox in Grand Cayman Capital Building, British Cayman Islands

Applicant before: Alibaba Group Holding Ltd.

GR01 Patent grant
GR01 Patent grant