CN113448755B - Transaction routing method and device for switching between new and old systems - Google Patents

Transaction routing method and device for switching between new and old systems Download PDF

Info

Publication number
CN113448755B
CN113448755B CN202110780885.1A CN202110780885A CN113448755B CN 113448755 B CN113448755 B CN 113448755B CN 202110780885 A CN202110780885 A CN 202110780885A CN 113448755 B CN113448755 B CN 113448755B
Authority
CN
China
Prior art keywords
transaction
new system
switching
routing table
corresponding area
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
CN202110780885.1A
Other languages
Chinese (zh)
Other versions
CN113448755A (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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202110780885.1A priority Critical patent/CN113448755B/en
Publication of CN113448755A publication Critical patent/CN113448755A/en
Application granted granted Critical
Publication of CN113448755B publication Critical patent/CN113448755B/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/54Interprogram communication
    • G06F9/544Buffers; Shared memory; Pipes

Abstract

The invention provides a transaction routing method and a transaction routing device for switching between a new system and an old system, which can be used in the field of distributed technology, and the method comprises the following steps: the method comprises the following steps: when the monitored switching mark is not switched, the newly received transaction is sent to an old system of the corresponding area according to the routing table; when the monitored switching mark is in switching, all in-transit transactions are acquired and added to a cache pool; adding the newly received transaction to a cache pool; when the monitored switching mark is after switching, transmitting the transaction in the cache pool to a new system in the corresponding area according to the routing table until the transaction in the cache pool is transmitted, and releasing the cache pool; transmitting the newly received transaction to a new system of the corresponding area according to the routing table; and when the monitored switching mark is that the switching is completed, the newly received transaction is sent to a new system in the corresponding area according to the routing table. The invention can support the switching between new and old systems, and has good transaction continuity.

Description

Transaction routing method and device for switching between new and old systems
Technical Field
The present invention relates to the field of distributed technologies, and in particular, to a transaction routing method and apparatus for switching between a new system and an old system.
Background
Large systems offer high performance nationwide high traffic services, and new systems in large systems have been developed that require a part-by-part handoff for security. When switching, not only can the transaction initiated by the service be supported to be successfully transacted under the new and old systems corresponding to the transaction account, but also the transaction can be continuously serviced during switching, so that the continuous switching flow can not influence the service of the composite system of the new and old systems. And there is currently a lack of a transaction routing mechanism for new and old system handoffs.
Disclosure of Invention
The embodiment of the invention provides a transaction routing method for switching between a new system and an old system, which is used for supporting the switching between the new system and the old system, and has good transaction continuity, and the method comprises the following steps:
when the monitored switching mark is not switched, the newly received transaction is sent to an old system of the corresponding area according to the routing table;
when the monitored switching mark is in switching, acquiring all in-transit transactions, and adding the in-transit transactions into a cache pool, wherein the in-transit transactions are transactions which are sent to an old system and are not fed back after overtime; adding the newly received transaction to a cache pool;
when the monitored switching mark is after switching, transmitting the transaction in the cache pool to a new system in the corresponding area according to the routing table until the transaction in the cache pool is transmitted, and releasing the cache pool; transmitting the newly received transaction to a new system of the corresponding area according to the routing table;
and when the monitored switching mark is that the switching is completed, the newly received transaction is sent to a new system in the corresponding area according to the routing table.
The embodiment of the invention provides a transaction routing device for switching between a new system and an old system, which is used for supporting the switching between the new system and the old system, and has good transaction continuity, and the device comprises:
the switching mark monitoring module is used for monitoring the switching mark;
the cache module is used for acquiring all in-transit transactions and adding the in-transit transactions to the cache pool when the monitored switching mark is in switching, wherein the in-transit transactions are transactions which are already sent to an old system and are not fed back after overtime; adding the newly received transaction to a cache pool; releasing the cache pool after the transaction in the cache pool is sent;
the routing module is used for sending the newly received transaction to the old system in the corresponding area according to the routing table when the monitored switching mark is not switched; when the monitored switching mark is after switching, transmitting the transaction in the cache pool to a new system in the corresponding area according to the routing table until the transaction in the cache pool is transmitted; transmitting the newly received transaction to a new system of the corresponding area according to the routing table; and when the monitored switching mark is that the switching is completed, the newly received transaction is sent to a new system in the corresponding area according to the routing table.
The embodiment of the invention also provides a computer device which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the transaction routing method for switching between the new system and the old system when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium, which stores a computer program for executing the transaction routing method for switching between the new system and the old system.
In the embodiment of the invention, when the monitored switching mark is not switched, the newly received transaction is sent to the old system in the corresponding area according to the routing table; when the monitored switching mark is in switching, acquiring all in-transit transactions, and adding the in-transit transactions into a cache pool, wherein the in-transit transactions are transactions which are sent to an old system and are not fed back after overtime; adding the newly received transaction to a cache pool; when the monitored switching mark is after switching, transmitting the transaction in the cache pool to a new system in the corresponding area according to the routing table until the transaction in the cache pool is transmitted, and releasing the cache pool; transmitting the newly received transaction to a new system of the corresponding area according to the routing table; and when the monitored switching mark is that the switching is completed, the newly received transaction is sent to a new system in the corresponding area according to the routing table. In the process, the transaction continuity of the new and old systems is ensured by performing caching or direct sending through triggering of a plurality of switching states.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art. In the drawings:
FIG. 1 is a flow chart of a transaction routing method for switching between a new system and an old system according to an embodiment of the present invention;
FIG. 2 is a detailed flow chart of a transaction routing method for switching between old and new systems according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a transaction routing device for switching between a new system and an old system according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of a transaction routing device for switching between a new system and an old system according to an embodiment of the present invention;
fig. 5 is a schematic diagram of a computer device according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the embodiments of the present invention will be described in further detail with reference to the accompanying drawings. The exemplary embodiments of the present invention and their descriptions herein are for the purpose of explaining the present invention, but are not to be construed as limiting the invention.
In the description of the present specification, the terms "comprising," "including," "having," "containing," and the like are open-ended terms, meaning including, but not limited to. Reference to the terms "one embodiment," "a particular embodiment," "some embodiments," "for example," etc., means that a particular feature, structure, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present application. In this specification, schematic representations of the above terms do not necessarily refer to the same embodiments or examples. Furthermore, the particular features, structures, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. The sequence of steps involved in the embodiments is used to schematically illustrate the practice of the present application, and is not limited thereto and may be appropriately adjusted as desired.
Fig. 1 is a flowchart of a transaction routing method for switching between a new system and an old system according to an embodiment of the present invention, where, as shown in fig. 1, the method includes:
step 101, when the monitored switching mark is not switched, the newly received transaction is sent to the old system of the corresponding area according to the routing table;
102, when the monitored switching mark is in switching, acquiring all in-transit transactions, which are the transactions already sent to the old system and not fed back after overtime, and adding the in-transit transactions to a cache pool; adding the newly received transaction to a cache pool;
step 103, when the monitored switching mark is after switching, transmitting the transaction in the cache pool to a new system in the corresponding area according to the routing table until the transaction in the cache pool is transmitted, and releasing the cache pool; transmitting the newly received transaction to a new system of the corresponding area according to the routing table;
and 104, when the monitored switching mark is that the switching is completed, transmitting the newly received transaction to a new system in the corresponding area according to the routing table.
In the embodiment of the invention, the transaction continuity of the new and old systems is ensured by performing caching or direct sending through triggering of a plurality of switching states.
In practice, when the new system is ready and the old system is ready for switching, the old system needs to be kept synchronous to the new system in real time. And stopping external service by the old system when the switching state is that the switching is completed.
In step 101, when the monitored switch flag is not switched, the newly received transaction is sent to the old system in the corresponding area according to the routing table, and the old system is not a distributed system generally, the second level route does not need to be read.
In step 102, when the monitored switch mark is in switch, all in-transit transactions are acquired and added to a cache pool, wherein the in-transit transactions are transactions which are already sent to an old system and are not fed back after overtime; the newly received transaction is added to the cache pool, wherein the time-out period is based on the business system processing speed, such as 99.9% of the time that the transaction can be completed.
In one embodiment, the routing table includes a primary route and a secondary route, where the primary route is routed according to an area (such as an organization number) to which the account number of the transaction belongs, and the secondary route is routed according to a system to which the account number of the transaction belongs.
In one embodiment, the method for sending the transaction in the cache pool to the new system of the corresponding area according to the routing table comprises the following steps: when the new system is one, the transaction in the cache pool is sent to the new system of the corresponding area according to the first-level route in the routing table; when the number of the new systems is multiple, the transaction in the cache pool is sent to the new system in the corresponding area according to the second-level route in the routing table;
transmitting the newly received transaction to a new system of the corresponding area according to the routing table, comprising: when the new system is one, the newly received transaction is sent to the new system of the corresponding area according to the first-level route in the routing table; when the new system is multiple, the newly received transaction is sent to the new system of the corresponding area according to the secondary route in the routing table.
In one embodiment, the method for sending the transaction in the cache pool to the new system of the corresponding area according to the routing table comprises the following steps:
and sending the transactions in the cache pool to a new system in the corresponding area according to the routing table according to the sequence of the transactions in the cache pool. Such as deposit, if a subsequent withdrawal transaction is sent to the new system in advance, an error in reporting of insufficient balance may result. In addition, the peak pressure can be reduced by sequentially transmitting.
In one embodiment, the handoff marker is updated from non-handoff to handoff when the old system switches to the new system during the low-valley phase of the transaction. In the off-peak stage of the transaction, the pressure of the old system synchronizing with the new system becomes lower, the amount of synchronized data becomes smaller, and thus the in-transit transaction of the old system becomes smaller.
The transaction routing device for switching between the new system and the old system, which corresponds to the method provided by the embodiment of the invention, can be a part of the new system or an independent device.
Fig. 2 is a detailed flowchart of a transaction routing method for switching between a new system and an old system according to an embodiment of the present invention, as shown in fig. 2, including:
step 101, when the monitored switching mark is not switched, the newly received transaction is sent to the old system of the corresponding area according to the routing table;
102, when the monitored switching mark is in switching, acquiring all in-transit transactions, which are the transactions already sent to the old system and not fed back after overtime, and adding the in-transit transactions to a cache pool; adding the newly received transaction to a cache pool;
step 103, when the monitored switching mark is after switching, judging whether the new system is a plurality of systems, if not, executing step 1031, if yes, executing step 1032;
step 1031, transmitting the transaction in the cache pool to a new system of the corresponding area according to the first-level route in the routing table; transmitting the newly received transaction to a new system of the corresponding area according to the first-level route in the routing table;
step 1032, transmitting the transaction in the buffer pool to the new system in the corresponding area according to the second level route in the route table until the transaction in the buffer pool is transmitted, and releasing the buffer pool; transmitting the newly received transaction to a new system of the corresponding area according to the secondary route in the routing table;
step 104, when the monitored switching flag is that the switching is completed, judging whether the new system is a plurality of systems, if not, executing step 1041, if yes, executing step 1042;
step 1041, transmitting the newly received transaction to a new system of the corresponding area according to the first level route in the routing table;
step 1042, the newly received transaction is sent to the new system of the corresponding area according to the second level route in the routing table.
Of course, it is understood that other steps may be performed in the above embodiments, and the related variations should fall within the protection scope of the present invention.
In summary, in the method provided by the embodiment of the present invention, when the monitored switch flag is not switched, the newly received transaction is sent to the old system in the corresponding area according to the routing table; when the monitored switching mark is in switching, acquiring all in-transit transactions, and adding the in-transit transactions into a cache pool, wherein the in-transit transactions are transactions which are sent to an old system and are not fed back after overtime; adding the newly received transaction to a cache pool; when the monitored switching mark is after switching, transmitting the transaction in the cache pool to a new system in the corresponding area according to the routing table until the transaction in the cache pool is transmitted, and releasing the cache pool; transmitting the newly received transaction to a new system of the corresponding area according to the routing table; and when the monitored switching mark is that the switching is completed, the newly received transaction is sent to a new system in the corresponding area according to the routing table. In the process, the transaction continuity of the new and old systems is ensured by performing caching or direct sending through triggering of a plurality of switching states.
The embodiment of the invention also provides a transaction routing device for switching between the new system and the old system, the principle of which is similar to that of the transaction routing method for switching between the new system and the old system, and the description thereof is omitted.
Fig. 3 is a schematic diagram of a transaction routing device for switching between a new system and an old system according to an embodiment of the present invention, where, as shown in fig. 3, the transaction routing device includes:
a switch flag monitoring module 301, configured to monitor a switch flag;
the buffer module 302 is configured to obtain all in-transit transactions and add the in-transit transactions to the buffer pool when the monitored switch flag is in switch, where the in-transit transactions are transactions that have been sent to the old system and have not received feedback after timeout; adding the newly received transaction to a cache pool; releasing the cache pool after the transaction in the cache pool is sent;
a routing module 303, configured to send the newly received transaction to the old system in the corresponding area according to the routing table when the monitored switch flag is not switched; when the monitored switching mark is after switching, transmitting the transaction in the cache pool to a new system in the corresponding area according to the routing table until the transaction in the cache pool is transmitted; transmitting the newly received transaction to a new system of the corresponding area according to the routing table; and when the monitored switching mark is that the switching is completed, the newly received transaction is sent to a new system in the corresponding area according to the routing table.
Fig. 4 is a schematic diagram of a transaction routing device for switching between a new system and an old system according to an embodiment of the present invention, where the new system may be a distributed system, and there are a plurality of cases.
In an embodiment, the routing table includes a primary route and a secondary route, where the primary route is routed according to an area to which the account number of the transaction belongs, and the secondary route is routed according to a system to which the account number of the transaction belongs.
In one embodiment, the routing module is specifically configured to:
when the new system is one, the transaction in the cache pool is sent to the new system of the corresponding area according to the first-level route in the routing table; when the number of the new systems is multiple, the transaction in the cache pool is sent to the new system in the corresponding area according to the second-level route in the routing table;
when the new system is one, the newly received transaction is sent to the new system of the corresponding area according to the first-level route in the routing table; when the new system is multiple, the newly received transaction is sent to the new system of the corresponding area according to the secondary route in the routing table.
In one embodiment, the routing module is specifically configured to:
and sending the transactions in the cache pool to a new system in the corresponding area according to the routing table according to the sequence of the transactions in the cache pool.
In one embodiment, the handoff marker is updated from non-handoff to handoff when the old system switches to the new system during the low-valley phase of the transaction.
In summary, in the device provided by the embodiment of the present invention, when the monitored switching flag is not switched, the newly received transaction is sent to the old system in the corresponding area according to the routing table; when the monitored switching mark is in switching, acquiring all in-transit transactions, and adding the in-transit transactions into a cache pool, wherein the in-transit transactions are transactions which are sent to an old system and are not fed back after overtime; adding the newly received transaction to a cache pool; when the monitored switching mark is after switching, transmitting the transaction in the cache pool to a new system in the corresponding area according to the routing table until the transaction in the cache pool is transmitted, and releasing the cache pool; transmitting the newly received transaction to a new system of the corresponding area according to the routing table; and when the monitored switching mark is that the switching is completed, the newly received transaction is sent to a new system in the corresponding area according to the routing table. In the process, the transaction continuity of the new and old systems is ensured by performing caching or direct sending through triggering of a plurality of switching states.
An embodiment of the present invention further provides a computer device, and fig. 5 is a schematic diagram of the computer device in the embodiment of the present invention, where the computer device can implement all the steps in the transaction routing method for switching between a new system and an old system in the foregoing embodiment, and the computer device specifically includes the following contents:
a processor (processor) 501, a memory (memory) 502, a communication interface (Communications Interface) 503, and a communication bus 504;
wherein the processor 501, the memory 502, and the communication interface 503 perform communication with each other through the communication bus 504; the communication interface 503 is configured to implement information transmission between related devices such as a server device, a detection device, and a user device;
the processor 501 is configured to invoke a computer program in the memory 502, where the processor executes the computer program to implement all the steps in the transaction routing method for old and new system switching in the above embodiment.
An embodiment of the present invention further provides a computer readable storage medium, which can implement all the steps in the transaction routing method for switching between new and old systems in the above embodiment, and the computer readable storage medium stores a computer program, where the computer program is executed by a processor, and implements all the steps in the transaction routing method for switching between new and old systems in the above embodiment.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. 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.
The foregoing description of the embodiments has been provided for the purpose of illustrating the general principles of the invention, and is not meant to limit the scope of the invention, but to limit the invention to the particular embodiments, and any modifications, equivalents, improvements, etc. that fall within the spirit and principles of the invention are intended to be included within the scope of the invention.

Claims (12)

1. A transaction routing method for a new and old system handoff, comprising:
when the monitored switching mark is not switched, the newly received transaction is sent to an old system of the corresponding area according to the routing table;
when the monitored switching mark is in switching, acquiring all in-transit transactions, and adding the in-transit transactions into a cache pool, wherein the in-transit transactions are transactions which are sent to an old system and are not fed back after overtime; adding the newly received transaction to a cache pool;
when the monitored switching mark is after switching, transmitting the transaction in the cache pool to a new system in the corresponding area according to the routing table until the transaction in the cache pool is transmitted, and releasing the cache pool; transmitting the newly received transaction to a new system of the corresponding area according to the routing table;
and when the monitored switching mark is that the switching is completed, the newly received transaction is sent to a new system in the corresponding area according to the routing table.
2. The method for switching between the old and new systems according to claim 1, wherein the routing table includes a primary route and a secondary route, the primary route being routed according to an area to which an account number of the transaction belongs, and the secondary route being routed according to a system to which the account number of the transaction belongs.
3. The transaction routing method for old and new system switching according to claim 2, wherein the step of transmitting the transaction in the cache pool to the new system of the corresponding area according to the routing table comprises: when the new system is one, the transaction in the cache pool is sent to the new system of the corresponding area according to the first-level route in the routing table; when the number of the new systems is multiple, the transaction in the cache pool is sent to the new system in the corresponding area according to the second-level route in the routing table;
transmitting the newly received transaction to a new system of the corresponding area according to the routing table, comprising: when the new system is one, the newly received transaction is sent to the new system of the corresponding area according to the first-level route in the routing table; when the new system is multiple, the newly received transaction is sent to the new system of the corresponding area according to the secondary route in the routing table.
4. The transaction routing method for old and new system switching according to claim 1, wherein the step of transmitting the transaction in the cache pool to the new system in the corresponding area according to the routing table comprises:
and sending the transactions in the cache pool to a new system in the corresponding area according to the routing table according to the sequence of the transactions in the cache pool.
5. The transaction routing method for a new and old system handoff according to claim 1, wherein said handoff marker is updated from non-handoff to handoff when an old system switches to a new system at a low-valley stage of a transaction.
6. A transaction routing arrangement for old and new system handoffs, comprising:
the switching mark monitoring module is used for monitoring the switching mark;
the cache module is used for acquiring all in-transit transactions and adding the in-transit transactions to the cache pool when the monitored switching mark is in switching, wherein the in-transit transactions are transactions which are already sent to an old system and are not fed back after overtime; adding the newly received transaction to a cache pool; releasing the cache pool after the transaction in the cache pool is sent;
the routing module is used for sending the newly received transaction to the old system in the corresponding area according to the routing table when the monitored switching mark is not switched; when the monitored switching mark is after switching, transmitting the transaction in the cache pool to a new system in the corresponding area according to the routing table until the transaction in the cache pool is transmitted; transmitting the newly received transaction to a new system of the corresponding area according to the routing table; and when the monitored switching mark is that the switching is completed, the newly received transaction is sent to a new system in the corresponding area according to the routing table.
7. The transaction routing mechanism for old and new system switching as recited in claim 6, wherein said routing table includes a primary route and a secondary route, said primary route being routed according to an area to which an account number of a transaction belongs, said secondary route being routed according to a system to which an account number of a transaction belongs.
8. The transaction routing apparatus for old and new system handoff according to claim 7, wherein said routing module is specifically configured to:
when the new system is one, the transaction in the cache pool is sent to the new system of the corresponding area according to the first-level route in the routing table; when the number of the new systems is multiple, the transaction in the cache pool is sent to the new system in the corresponding area according to the second-level route in the routing table;
when the new system is one, the newly received transaction is sent to the new system of the corresponding area according to the first-level route in the routing table; when the new system is multiple, the newly received transaction is sent to the new system of the corresponding area according to the secondary route in the routing table.
9. The transaction routing apparatus for old and new system handoff according to claim 6, wherein said routing module is specifically configured to:
and sending the transactions in the cache pool to a new system in the corresponding area according to the routing table according to the sequence of the transactions in the cache pool.
10. The transaction routing apparatus for a handoff between a new system and an old system according to claim 6, wherein said handoff marker is updated from non-handoff to handoff when the old system is handed off to the new system during a low-valley period of the transaction.
11. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1 to 5 when executing the computer program.
12. A computer-readable storage medium, characterized in that it stores a computer program which, when executed by a processor, implements the steps of the method according to any one of claims 1 to 5.
CN202110780885.1A 2021-07-09 2021-07-09 Transaction routing method and device for switching between new and old systems Active CN113448755B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110780885.1A CN113448755B (en) 2021-07-09 2021-07-09 Transaction routing method and device for switching between new and old systems

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110780885.1A CN113448755B (en) 2021-07-09 2021-07-09 Transaction routing method and device for switching between new and old systems

Publications (2)

Publication Number Publication Date
CN113448755A CN113448755A (en) 2021-09-28
CN113448755B true CN113448755B (en) 2024-02-23

Family

ID=77815798

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110780885.1A Active CN113448755B (en) 2021-07-09 2021-07-09 Transaction routing method and device for switching between new and old systems

Country Status (1)

Country Link
CN (1) CN113448755B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101478798A (en) * 2009-01-23 2009-07-08 深圳华为通信技术有限公司 Communication method, apparatus and system
CN110471712A (en) * 2019-08-12 2019-11-19 广州华多网络科技有限公司 Switching method, device, server and the storage medium of cross-system service
CN110750278A (en) * 2019-09-24 2020-02-04 苏宁云计算有限公司 Gray scale distribution method and device, routing equipment and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101478798A (en) * 2009-01-23 2009-07-08 深圳华为通信技术有限公司 Communication method, apparatus and system
CN110471712A (en) * 2019-08-12 2019-11-19 广州华多网络科技有限公司 Switching method, device, server and the storage medium of cross-system service
CN110750278A (en) * 2019-09-24 2020-02-04 苏宁云计算有限公司 Gray scale distribution method and device, routing equipment and storage medium

Also Published As

Publication number Publication date
CN113448755A (en) 2021-09-28

Similar Documents

Publication Publication Date Title
EP3125117B1 (en) Update management system and update management method
CA2975071A1 (en) Management of network functions virtualization and orchestration apparatus, system, management method, and program
CN107209710A (en) Node system, server apparatus, zoom control method and program
CN104778102A (en) Master-slave switching method and system
CN102136967B (en) Method, device and system for managing service state
CN113641511A (en) Message communication method and device
EP2723017A1 (en) Method, apparatus and system for implementing distributed auto-incrementing counting
CN105426271A (en) Lock management method and device for distributed storage system
CN104468521A (en) Online migration method, device and system
WO2017036332A1 (en) Distributed system-based gated launch method, client end and platform
CN102984214A (en) Method and device which are capable of achieving telecom cloud business migration
CN109921942B (en) Cloud platform switching control method, device and system and electronic equipment
CN105516086A (en) Service processing method and apparatus
CN106095483A (en) The Automation arranging method of service and device
CN107688512A (en) One kind optimization virtual-machine data backup method and system
CN106599323B (en) Method and device for realizing distributed pipeline in distributed file system
CN109995585B (en) Exception handling method, device and storage medium
CN111858050A (en) Server cluster mixed deployment method, cluster management node and related system
CN109684130B (en) Method and device for backing up data of computer room
CN108900441B (en) Network switching method, first electronic device and readable storage medium
CN113448755B (en) Transaction routing method and device for switching between new and old systems
CN102571311B (en) Master-slave switching communication system and master-slave switching communication method
CN104486215B (en) A kind of message method and equipment
CN106487884A (en) Data transmission method and client
CN113542314A (en) Method and system for realizing subscription mode based on keyword filtering

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