CN102868600B - Method and system for multi-threaded packet forwarding - Google Patents

Method and system for multi-threaded packet forwarding Download PDF

Info

Publication number
CN102868600B
CN102868600B CN201210332655.XA CN201210332655A CN102868600B CN 102868600 B CN102868600 B CN 102868600B CN 201210332655 A CN201210332655 A CN 201210332655A CN 102868600 B CN102868600 B CN 102868600B
Authority
CN
China
Prior art keywords
bureau
finance
bank
message
processing threads
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
CN201210332655.XA
Other languages
Chinese (zh)
Other versions
CN102868600A (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.)
Beijing UYU Government Software Co.,Ltd.
Original Assignee
BEIJING UFIDA SOFTWARE CO LTD
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by BEIJING UFIDA SOFTWARE CO LTD filed Critical BEIJING UFIDA SOFTWARE CO LTD
Priority to CN201210332655.XA priority Critical patent/CN102868600B/en
Publication of CN102868600A publication Critical patent/CN102868600A/en
Application granted granted Critical
Publication of CN102868600B publication Critical patent/CN102868600B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The invention discloses a method and a system for multi-threaded packet forwarding. At first, a bank proxy object and a finance bureau proxy object are respectively established for a bank and a finance bureau, a plurality of processing threads and a special thread are set for the proxy objects, wherein the special thread is used for receiving business packets beyond the system; and when a business packet is received by the special thread, the finance bureau or the bank to which the business packet is sent is searched according to packet header identifies of the business packet, the processing thread of the finance bureau or the bank is searched according to a business type, the business packet is stored in a special message queue of the processing thread, and the processing thread is started to process the business packet. By adopting the method and the system, configurable many-to-many and two-way real-time data exchange can be realized. In addition, all the processing threads work in a waiting-response multi-threaded mode, and computer resources can be saved.

Description

A kind of multithreading message forwarding method and system
Technical field
The present invention relates to Real Data Exchangs system, be specifically related to a kind of multithreading message forwarding method and system.
Background technology
Along with development and the every profession and trade informatization gradual perfection of information technology, between newly-built, old software systems or there is the requirement of Real Data Exchangs between the software systems of different user.For solving the Real Data Exchangs problem between software, all kinds of one to one, the Real Data Exchangs subsystem or technology of one-to-many or multi-to-multi arises at the historic moment.
By Ministry of Finance's requirement, relate in financial operation the allocation of the funds, payment, clearance business operation all jointly to be completed by the finance department and bank.For Jiangxi Financial Ofiice's district finance application system, the unified plan of the whole province's wealth (political affairs) silver (OK) data interchange platform is in the province Room, serve the whole province more than 30 whole nation of relating to financial fund business and local bank, 130 Duo Ge districts and cities (district) Bureau of Finances, up to ten thousand budget entities simultaneously, and financial operation system and banking system are all real-time systems, this is just to stability, reliability, the extensibility of wealth silver data interchange platform, and particularly communications protocol compatibility, data transmit-receive accuracy and system responses real-time propose high requirement.By analysis, existing wealth silver data exchange system mostly has following part or all of shortcoming:
one to one or one-to-many exchanges data, can only can not meet the functional requirement of Duo Jia bank of Jiangxi Province and multiple Bureau of Finances multi-to-multi exchanges data;
unidirectional Real Data Exchangs can only be provided, finance can not be met to bank and bank to the functional requirement of financial two-way Real Data Exchangs simultaneously;
built-in message forwarding module is single thread mode, and efficiency is lower.
Summary of the invention
For the defect existed in prior art, the object of the present invention is to provide a kind of multithreading message forwarding method and system, realize the exchange of wealth silver data interchange platform multi-to-multi real-time packet data, improve the efficiency of message repeating.
For achieving the above object, the technical solution used in the present invention is as follows:
A kind of multithreading message forwarding method, comprises the following steps:
(1) for Mei Jia bank creates a banking agency object, for each Bureau of Finance creates Bureau of Finance's agent object; Described banking agency object is for the treatment of wealth silver data interchange platform and the E-Packeting of banking system; Described Bureau of Finance agent object is for the treatment of wealth silver data interchange platform and the E-Packeting of Bureau of Finance's operation system; Described wealth silver data interchange platform refers to the operation exchange platform of banking system and Bureau of Finance's operation system;
(2) for each banking agency object arranges bank's dedicated thread and multiple banks processing threads, for each Bureau of Finance agent object arranges Bureau of Finance's dedicated thread and multiple Bureau of Finances processing threads; Described bank dedicated thread is sent to the service message of banking system for receiving Bureau of Finance's operation system; Described Bureau of Finance dedicated thread is sent to the service message of Bureau of Finance's operation system for receiving banking system;
(3) check whether bank's dedicated thread/Bureau of Finance's dedicated thread receives the service message of Bureau of Finance's operation system/banking system, if then enter step (4), then repeat step (3) if not; Described service message comprises heading mark; The bank that described heading mark comprises the bank in service message source or Bureau of Finance ID, service message will be sent to or Bureau of Finance ID and type of service;
(4) the bank's processing threads corresponding to the heading identifier lookup of service message or Bureau of Finance's processing threads, start bank's processing threads or Bureau of Finance's processing threads processes service message.
Further, a kind of multithreading message forwarding method as above, processing threads Dou Youyige bank of each bank proprietary message queue is used for depositing the inner pending service message forwarded of banking system; Each financial operation processing threads Dou Youyige Bureau of Finance proprietary message queue is used for depositing the inner pending service message forwarded of Bureau of Finance's operation system.
Further, a kind of multithreading message forwarding method as above, in step (4), under described bank's processing threads and Bureau of Finance's processing threads are all operated in wait-response modes, when in the proprietary message queue corresponding to processing threads stored in service message time, processing threads transfers operating state to by wait state and carries out service message process.This mode of operation can not consume cpu resource when thread is in wait state.
Further, a kind of multithreading message forwarding method as above, wealth silver data interchange platform is provided with Global Queue's mapping table, and its relevant information will be registered in Global Queue's mapping table by each bank proprietary message queue and Bureau of Finance's proprietary message queue; Described relevant information comprises bank or Bureau of Finance ID, type of service, the message queue ID of proprietary message queue.
Further, a kind of multithreading message forwarding method as above, in step (4), the concrete mode that startup bank's processing threads or Bureau of Finance's processing threads process service message is as follows:
1) from Global Queue's mapping table, search according to the bank in heading mark or the Bureau of Finance ID bank or the Bureau of Finance that service message will be sent to;
2) bank's processing threads corresponding to bank or the Bureau of Finance or Bureau of Finance's processing threads is searched according to type of service;
3) be saved in by service message in the proprietary message queue of bank's processing threads or financial operation processing threads, the processing threads corresponding to proprietary message queue processes the service message data in proprietary message queue from wait state transfers operating state to.
Further, a kind of multithreading message forwarding method as above, in step (3), after processing threads processes service message, processing threads enters wait state by operating state automatically, until in the proprietary message queue having new service message to put into corresponding to processing threads.
A kind of multithreading message forwarding system, comprising:
Agent object creation module: for creating a banking agency object for Mei Jia bank, for each Bureau of Finance creates Bureau of Finance's agent object; Described banking agency object is for the treatment of wealth silver data interchange platform and the message of banking system; Described Bureau of Finance agent object is for the treatment of wealth silver data interchange platform and the message of Bureau of Finance's operation system;
Processing threads arranges module: for arranging multiple banks processing threads for each banking agency object, for each Bureau of Finance agent object arranges multiple financial operation processing threads; The service message that described bank processing threads forwards for the treatment of banking system inside; The service message that described financial operation processing threads forwards for the treatment of Bureau of Finance's operation system inside;
Dedicated thread creation module: for arranging bank's dedicated thread for each banking agency object, for each Bureau of Finance agent object arranges Bureau of Finance's dedicated thread; Described bank dedicated thread is sent to the service message of banking system for receiving Bureau of Finance's operation system; Described Bureau of Finance dedicated thread is sent to the service message of Bureau of Finance's operation system for receiving banking system;
Dedicated thread checks module: check whether bank's dedicated thread/Bureau of Finance's dedicated thread receives the service message of Bureau of Finance's operation system/banking system, if then enter message processing module (MPM), then continues if not to check; Described service message comprises heading mark; Described heading mark comprises bank or Bureau of Finance ID and type of service;
Message processing module (MPM): for according to bank's processing threads corresponding to the heading identifier lookup of service message or Bureau of Finance's processing threads to the process of service message.
Further, a kind of multithreading message forwarding system as above, according to configuration information, the service message of bank's processing threads and Bureau of Finance's processing threads process different service types.
Further, a kind of multithreading message forwarding system as above, wealth silver data interchange platform is provided with Global Queue's mapping table, and its relevant information will be registered in Global Queue's mapping table by each bank proprietary message queue and Bureau of Finance's proprietary message queue; Described relevant information comprises bank or Bureau of Finance ID, type of service, the message queue ID of proprietary message queue.
Further, a kind of multithreading message forwarding system as above, described message processing module (MPM) comprises:
Send ground and search unit: the bank in identifying according to heading or Bureau of Finance ID search the bank or the Bureau of Finance that service message will be sent to from Global Queue's mapping table;
Processing threads searches unit: for searching bank's processing threads corresponding to bank or the Bureau of Finance or Bureau of Finance's processing threads according to type of service;
Service message processing unit: for being saved in by service message in the proprietary message queue of bank's processing threads or financial operation processing threads, the processing threads corresponding to proprietary message queue processes the service message data in proprietary message queue from wait state transfers operating state to.
Beneficial effect of the present invention is: method and system of the present invention, by arranging multiple processing threads for banking agency object and Bureau of Finance's agent object, the dedicated thread being used for banking system and Bureau of Finance's operation system exchanges data is set simultaneously, achieve two-way multipair multidata exchange in real time between the two, and can according to message traffic type to the sorting of built-in message, forwarding.
Accompanying drawing explanation
Fig. 1 is the operating diagram of a kind of multithreading message forwarding system of the present invention;
Fig. 2 is the structured flowchart of a kind of multithreading message forwarding system of the present invention;
Fig. 3 is the flow chart of a kind of multithreading message forwarding method of the present invention.
Embodiment
Below in conjunction with Figure of description and embodiment, the present invention is described in further detail.
Fig. 1 and Fig. 2 respectively illustrates operating diagram and the structured flowchart of a kind of multithreading message forwarding system of the present invention, as can be seen from Figure, this system mainly comprises agent object creation module 11, processing threads arranges module 12, dedicated thread creation module 13, dedicated thread check module 14 and message processing module (MPM) 15, wherein
Agent object creation module 11 for creating a banking agency object for Mei Jia bank, for each Bureau of Finance creates Bureau of Finance's agent object; Banking agency object is for the treatment of wealth silver data interchange platform and the message of banking system; Bureau of Finance's agent object is for the treatment of wealth silver data interchange platform and the message of Bureau of Finance's operation system;
Processing threads arranges module 12 for arranging multiple banks processing threads for each banking agency object, for each Bureau of Finance agent object arranges multiple financial operation processing threads; The service message that bank's processing threads forwards for the treatment of banking system inside; The service message that financial operation processing threads forwards for the treatment of Bureau of Finance's operation system inside.
Dedicated thread creation module 13 for arranging bank's dedicated thread for each banking agency object, for each Bureau of Finance agent object arranges Bureau of Finance's dedicated thread; Bank's dedicated thread is sent to the service message of banking system for receiving Bureau of Finance's operation system; Bureau of Finance's dedicated thread is sent to the service message of Bureau of Finance's operation system for receiving banking system;
Dedicated thread checks that module 14 is for checking whether bank's dedicated thread/Bureau of Finance's dedicated thread receives the service message of Bureau of Finance's operation system/banking system, if then enter message processing module (MPM) 15, then continues if not to check; Described service message comprises heading mark; Described heading mark comprises bank or Bureau of Finance ID and type of service;
Message processing module (MPM) 15 for according to bank's processing threads corresponding to the heading identifier lookup of service message or Bureau of Finance's processing threads to the process of service message.As can be seen from Fig. 2, message processing module (MPM) 15 searches unit 151 with including transmission for searching bank that service message will be sent to or the Bureau of Finance from Global Queue's mapping table according to the bank in heading mark or Bureau of Finance ID, processing threads for searching bank's processing threads corresponding to bank or the Bureau of Finance or Bureau of Finance's processing threads according to type of service searches unit 152, and for service message being saved in the proprietary message queue of bank's processing threads or financial operation processing threads, processing threads corresponding to proprietary message queue processes the service message processing unit 153 of the service message data in proprietary message queue from wait state transfers operating state to.
This system is when being forwarded to the Bureau of Finance that it will forward by the service message of banking system, first by banking agency 11, the service message in bank's communication front end processor is sent to wealth silver data interchange platform, service message comprises heading mark (Bureau of Finance ID that it will be sent to and type of service), now, the Bureau of Finance that service message will be sent to is found according to the Bureau of Finance ID in heading mark, and the processing threads of process the type service message is found according to type of service, service message is saved in the proprietary message queue corresponding to processing threads, when being put into by message in proprietary message queue, processing threads belonging to proprietary message queue can be notified the message data processed from wait state becomes operating state in proprietary message queue.For saving computer resource, after all message data process complete, this thread enters wait state (Waiting) automatically until the notice (Notify) that has new message to put into.Because the initialization when system starts of Global Queue's mapping table completes, during operation, relevant information can not be revised, so can by multiple thread Concurrency Access in this Global Queue's mapping table.
Fig. 3 shows the flow chart of the multithreading message forwarding method based on a kind of multithreading message forwarding system of Fig. 1 and Fig. 2, and the method comprises the following steps:
Step S11: for bank creates banking agency object, for the Bureau of Finance creates Bureau of Finance's agent object;
Wealth silver data interchange platform will support two-way, real-time, the high concurrent reciprocal exchange of business data in many whole nations and local bank and the Bureau of Finance, method and system of the present invention, first inner at data interchange platform, for Mei Jia bank creates a banking agency object, be responsible for the Message processing of silver-colored data interchange platform and banking system (bank's communication front end processor).For each Bureau of Finance creates Bureau of Finance's agent object, be responsible for the Message processing that wealth silver data interchange platform refers to banking system and Bureau of Finance's operation system.
Step S12: for banking agency object arranges bank's dedicated thread and multiple banks processing threads, for Bureau of Finance's agent object arranges Bureau of Finance's dedicated thread and Bureau of Finance's processing threads;
Be used for processing for each banking agency object arranges multiple (1 ~ N number of) bank's processing threads the service message that banking internal system forwards; Be used for processing for each Bureau of Finance agent object arranges multiple (1 ~ N number of) financial operation processing threads the service message that Bureau of Finance's operation system inside forwards.Wherein, the processing threads of banking agency object sends thread, and the processing threads of Bureau of Finance's agent object is response thread.According to configuration information, send thread or reply the message data that thread can process a kind or N kind type of service.Processing threads Dou Youyige bank of each bank proprietary message queue is used for temporarily depositing the inner pending service message forwarded of banking system; Each financial operation processing threads Dou Youyige Bureau of Finance proprietary message queue is used for temporarily depositing the inner pending service message forwarded of Bureau of Finance's operation system.Bank's proprietary message queue and Bureau of Finance's proprietary message queue all adopt fifo algorithm, and under being operated in wait-response multithread mode.The message queue of search correspondence when forwarding for ease of inside, all proprietary message queue all will register relevant information (Bureau of Finance or bank ID, type of service, message queue ID) in Global Queue's mapping table of wealth silver data interchange platform.
Be used for receiving the service message that Bureau of Finance's operation system is sent to banking system for each banking agency object arranges bank's dedicated thread; Be used for receiving the service message that banking system is sent to Bureau of Finance's operation system for each Bureau of Finance agent object arranges Bureau of Finance's dedicated thread.Bank's dedicated thread is receiving thread, and Bureau of Finance's dedicated thread is request thread.
Step S13: monitoring bank's dedicated thread and Bureau of Finance's dedicated thread;
Check whether bank's dedicated thread/Bureau of Finance's dedicated thread receives the service message of Bureau of Finance's operation system/banking system, if then enter step S14, then repeat this step if not; Service message comprises heading mark; Described heading mark comprises bank or Bureau of Finance ID and type of service.
Step S14: start treatment thread process service message.
The bank processing threads corresponding according to the heading identifier lookup of service message or Bureau of Finance's processing threads, start bank's processing threads or Bureau of Finance's processing threads processes service message.The concrete mode processed service message is as follows:
1) from Global Queue's mapping table, search according to the bank in heading mark or the Bureau of Finance ID bank or the Bureau of Finance that service message will be sent to;
2) bank's processing threads corresponding to bank or the Bureau of Finance or Bureau of Finance's processing threads is searched according to type of service;
3) be saved in by service message in the proprietary message queue of bank's processing threads or financial operation processing threads, the processing threads corresponding to proprietary message queue processes the service message data in proprietary message queue from wait state transfers operating state to.
When receiving the service message outside system when receiving thread or request thread, " Bureau of Finance or bank ID ", " type of service " according to heading mark searches corresponding processing threads " message queue ID " from Global Queue's mapping table, and this service message is put into this message queue.When message queue has message to put into, the processing threads belonging to message queue can be notified (Notify) from wait state (Waiting) becomes operating state (Running), process message data in proprietary message queue.For saving computer resource, after all message data process complete, this thread enters wait state (Waiting) automatically until the notice (Notify) that has new message to put into.Because the initialization when system starts of Global Queue's mapping table completes, during operation, relevant information can not be revised, so can by multiple thread Concurrency Access in this Global Queue's mapping table.
Method and system of the present invention.Make full use of the characteristic of computer multi miniprocessor, multi-thread concurrent process, introduce " the multithreading message forwarding system based on wait-response modes and queue map " implementation method of similar materials-sorting system, thus realize the multi-thread concurrent process of configurable multi-to-multi exchanges data and two-way Real Data Exchangs and forwarding.The method and system are applicable to all kinds of Real Data Exchangs system.
Obviously, those skilled in the art can carry out various change and modification to the present invention and not depart from the spirit and scope of the present invention.Like this, if these amendments of the present invention and modification belong within the scope of the claims in the present invention and equivalent technology thereof, then the present invention is also intended to comprise these change and modification.

Claims (10)

1. a multithreading message forwarding method, comprises the following steps:
(1) for Mei Jia bank creates a banking agency object, for each Bureau of Finance creates Bureau of Finance's agent object; Described banking agency object is for the treatment of wealth silver data interchange platform and the E-Packeting of banking system; Described Bureau of Finance agent object is for the treatment of wealth silver data interchange platform and the E-Packeting of Bureau of Finance's operation system; Described wealth silver data interchange platform refers to the operation exchange platform of banking system and Bureau of Finance's operation system;
(2) for each banking agency object arranges bank's dedicated thread and multiple banks processing threads, for each Bureau of Finance agent object arranges Bureau of Finance's dedicated thread and multiple Bureau of Finances processing threads; Described bank dedicated thread is sent to the service message of banking system for receiving Bureau of Finance's operation system; Described Bureau of Finance dedicated thread is sent to the service message of Bureau of Finance's operation system for receiving banking system;
(3) check whether bank's dedicated thread/Bureau of Finance's dedicated thread receives the service message of Bureau of Finance's operation system/banking system, if then enter step (4), then repeat step (3) if not; Described service message comprises heading mark; The bank that described heading mark comprises the bank in service message source or Bureau of Finance ID, service message will be sent to or Bureau of Finance ID and type of service;
(4) the bank's processing threads corresponding to the heading identifier lookup of service message or Bureau of Finance's processing threads, start bank's processing threads or Bureau of Finance's processing threads processes service message.
2. a kind of multithreading message forwarding method as claimed in claim 1, is characterized in that: processing threads Dou Youyige bank of each bank proprietary message queue is used for depositing the inner pending service message forwarded of banking system; Each financial operation processing threads Dou Youyige Bureau of Finance proprietary message queue is used for depositing the inner pending service message forwarded of Bureau of Finance's operation system.
3. a kind of multithreading message forwarding method as claimed in claim 2, it is characterized in that: in step (4), under described bank's processing threads and Bureau of Finance's processing threads are all operated in wait-response modes, when in the proprietary message queue corresponding to processing threads stored in service message time, processing threads transfers operating state to by wait state and carries out service message process.
4. a kind of multithreading message forwarding method as claimed in claim 3, it is characterized in that: wealth silver data interchange platform is provided with Global Queue's mapping table, and its relevant information will be registered in Global Queue's mapping table by each bank proprietary message queue and Bureau of Finance's proprietary message queue; Described relevant information comprises bank or Bureau of Finance ID, type of service, the message queue ID of proprietary message queue.
5. a kind of multithreading message forwarding method as claimed in claim 4, is characterized in that: in step (4), and the concrete mode that startup bank's processing threads or Bureau of Finance's processing threads process service message is as follows:
1) from Global Queue's mapping table, search according to the bank in heading mark or the Bureau of Finance ID bank or the Bureau of Finance that service message will be sent to;
2) bank's processing threads corresponding to bank or the Bureau of Finance or Bureau of Finance's processing threads is searched according to type of service;
3) be saved in by service message in the proprietary message queue of bank's processing threads or financial operation processing threads, the processing threads corresponding to proprietary message queue processes the service message data in proprietary message queue from wait state transfers operating state to.
6. a kind of multithreading message forwarding method as claimed in claim 5, it is characterized in that: in step (3), after processing threads processes service message, processing threads enters wait state by operating state automatically, until in the proprietary message queue having new service message to put into corresponding to processing threads.
7. a multithreading message forwarding system, comprising:
Agent object creation module: for creating a banking agency object for Mei Jia bank, for each Bureau of Finance creates Bureau of Finance's agent object; Described banking agency object is for the treatment of wealth silver data interchange platform and the message of banking system; Described Bureau of Finance agent object is for the treatment of wealth silver data interchange platform and the message of Bureau of Finance's operation system;
Processing threads arranges module: for arranging multiple banks processing threads for each banking agency object, for each Bureau of Finance agent object arranges multiple financial operation processing threads; The service message that described bank processing threads forwards for the treatment of banking system inside; The service message that described financial operation processing threads forwards for the treatment of Bureau of Finance's operation system inside;
Dedicated thread creation module: for arranging bank's dedicated thread for each banking agency object, for each Bureau of Finance agent object arranges Bureau of Finance's dedicated thread; Described bank dedicated thread is sent to the service message of banking system for receiving Bureau of Finance's operation system; Described Bureau of Finance dedicated thread is sent to the service message of Bureau of Finance's operation system for receiving banking system;
Dedicated thread checks module: for checking whether bank's dedicated thread/Bureau of Finance's dedicated thread receives the service message of Bureau of Finance's operation system/banking system, if then enter message processing module (MPM), then continues if not to check; Described service message comprises heading mark; Described heading mark comprises bank or Bureau of Finance ID and type of service;
Message processing module (MPM): for according to bank's processing threads corresponding to the heading identifier lookup of service message or Bureau of Finance's processing threads to the process of service message.
8. a kind of multithreading message forwarding system as claimed in claim 7, is characterized in that: according to configuration information, the service message of bank's processing threads and Bureau of Finance's processing threads process different service types.
9. a kind of multithreading message forwarding system as claimed in claim 7 or 8, it is characterized in that: wealth silver data interchange platform is provided with Global Queue's mapping table, and its relevant information will be registered in Global Queue's mapping table by each bank proprietary message queue and Bureau of Finance's proprietary message queue; Described relevant information comprises bank or Bureau of Finance ID, type of service, the message queue ID of proprietary message queue.
10. a kind of multithreading message forwarding system as claimed in claim 9, it is characterized in that, described message processing module (MPM) comprises:
Send ground and search unit: the bank in identifying according to heading or Bureau of Finance ID search the bank or the Bureau of Finance that service message will be sent to from Global Queue's mapping table;
Processing threads searches unit: for searching bank's processing threads corresponding to bank or the Bureau of Finance or Bureau of Finance's processing threads according to type of service;
Service message processing unit: for being saved in by service message in the proprietary message queue of bank's processing threads or financial operation processing threads, the processing threads corresponding to proprietary message queue processes the service message data in proprietary message queue from wait state transfers operating state to.
CN201210332655.XA 2012-09-10 2012-09-10 Method and system for multi-threaded packet forwarding Active CN102868600B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210332655.XA CN102868600B (en) 2012-09-10 2012-09-10 Method and system for multi-threaded packet forwarding

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210332655.XA CN102868600B (en) 2012-09-10 2012-09-10 Method and system for multi-threaded packet forwarding

Publications (2)

Publication Number Publication Date
CN102868600A CN102868600A (en) 2013-01-09
CN102868600B true CN102868600B (en) 2015-07-08

Family

ID=47447203

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210332655.XA Active CN102868600B (en) 2012-09-10 2012-09-10 Method and system for multi-threaded packet forwarding

Country Status (1)

Country Link
CN (1) CN102868600B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572290A (en) * 2013-10-11 2015-04-29 中兴通讯股份有限公司 Method and device for controlling message processing threads
CN105071976B (en) * 2015-09-08 2019-05-03 安一恒通(北京)科技有限公司 Data transmission method and device
CN107273190A (en) * 2017-05-19 2017-10-20 武汉票据交易中心有限公司 A kind of batch scheduled service processing method and system
CN113472690B (en) * 2021-06-29 2024-06-25 中国农业银行股份有限公司 Service message processing method and device
CN114418771B (en) * 2022-03-28 2022-08-09 深圳希施玛数据科技有限公司 Data transmission method and related device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1201941A (en) * 1997-06-10 1998-12-16 国际商业机器公司 Message handling method, message handling apparatus, and memory media for storing message handling apparatus controlling program
CN101826981A (en) * 2010-03-18 2010-09-08 华为技术有限公司 Method for processing event message, north interface and operation support system
CN102394885A (en) * 2011-11-09 2012-03-28 中国人民解放军信息工程大学 Information classification protection automatic verification method based on data stream

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1201941A (en) * 1997-06-10 1998-12-16 国际商业机器公司 Message handling method, message handling apparatus, and memory media for storing message handling apparatus controlling program
CN101826981A (en) * 2010-03-18 2010-09-08 华为技术有限公司 Method for processing event message, north interface and operation support system
CN102394885A (en) * 2011-11-09 2012-03-28 中国人民解放军信息工程大学 Information classification protection automatic verification method based on data stream

Also Published As

Publication number Publication date
CN102868600A (en) 2013-01-09

Similar Documents

Publication Publication Date Title
CN102868600B (en) Method and system for multi-threaded packet forwarding
EP2406723B1 (en) Scalable interface for connecting multiple computer systems which performs parallel mpi header matching
US20150347305A1 (en) Method and apparatus for outputting log information
WO2020000720A1 (en) Server, packet processing method, program, and computer-readable storage medium
CN109542964B (en) Data calling method and data calling system
US9633094B2 (en) Data load process
US9535702B2 (en) Asset management device and method in a hardware platform
US9411633B2 (en) System and method for barrier command monitoring in computing systems
EP2151752A1 (en) Thread ordering techniques
CN102868623A (en) Data exchange method capable of simultaneously supporting multiple communication protocols and multiple packet specifications
CN111858641A (en) Transaction processing method and device, electronic equipment and readable storage medium
CN111694866A (en) Data searching and storing method, data searching system, data searching device, data searching equipment and data searching medium
CN111538573A (en) Asynchronous task processing method and device and computer readable storage medium
KR20210108973A (en) Handling of input/output storage commands
CN112613964A (en) Account checking method, account checking device, account checking equipment and storage medium
CN111752920A (en) Method, system, and storage medium for managing metadata
CN111679892A (en) Distributed transaction processing method, device, equipment and medium
CN113760242B (en) Data processing method, device, server and medium
CN102932209A (en) Method and device for detecting state of server cluster
CN109271869B (en) Face feature value extraction method and device, computer equipment and storage medium
US10678749B2 (en) Method and device for dispatching replication tasks in network storage device
WO2020181798A1 (en) Data processing method and device, server and computer-readable storage medium
WO2022199229A1 (en) Suspended transaction inspection method and apparatus, electronic device and storage medium
US20160043977A1 (en) Data deduplication at the network interfaces
US8285775B2 (en) Expedited transaction failure handling by leveraging a reliable message transport protocol to assist detection of discarded processing

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: 100094 2F, building 11, UFIDA Software Park, 68 Beiqing Road, Haidian District, Beijing

Patentee after: Beijing UYU Government Software Co.,Ltd.

Address before: 100094 2F, building 11, UFIDA Software Park, 68 Beiqing Road, Haidian District, Beijing

Patentee before: YONYOU GOVERNMENT AFFAIRS SOFTWARE Co.,Ltd.

CP01 Change in the name or title of a patent holder