Patents
Literature
Hiro is an intelligent assistant for R&D personnel, combined with Patent DNA, to facilitate innovative research.
Hiro

33results about How to "Implement asynchronous processing" patented technology

Data processing method, data processing device and information processing system

The invention discloses a data processing method, a data processing device and an information processing system. The data processing method is applied to a cluster, wherein the cluster comprises a plurality of nodes. The data processing method comprises the steps that a data processing request is received, wherein the data processing request comprises a to-be-processed first data object; the first data object is stored to a database of the cluster to generate a task message, wherein the task message carries task identification related to the first data object; and the task message is released to the nodes in the cluster, so that the nodes extract the first data object for processing from the database according to the task identification. According to the data processing method, the data processing device and the information processing system, asynchronous processing of data is realized; use of a new thread pool and a thread queue is avoided; the complexity is reduced; the processing efficiency is improved; a data processing flow is optimized and clear; an idle node resource in the cluster can be fully used; and resource waste is avoided.
Owner:ANT WEALTH (SHANGHAI) FINANCIAL INFORMATION SERVICES CO LTD

Log data processing method and device, computer equipment and storage medium

The invention discloses a log data processing method, which is applied to the technical field of cloud services, and comprises the steps of identifying a log type of log data in a cloud server; segmenting the log data according to a preset segmentation template to obtain log fields; receiving a log viewing request instruction sent by the terminal, and calling the asynchronous task queue to retrieve a log field matched with the log viewing request instruction in the cloud server; loading a log field matched with the log viewing request instruction through an asynchronous message queue, and generating a corresponding log index; and pushing the generated log indexes to a display interface of the terminal, and generating visual display. The invention further provides a log data processing device, computer equipment and a storage medium. In addition, the invention also relates to a blockchain technology, and the log data of the user can be stored in the blockchain. Asynchronous processing of the log data can be achieved, the cooperative work efficiency is improved, and log data analysis is provided.
Owner:PING AN TECH (SHENZHEN) CO LTD

Queue-based service request asynchronous processing method and device

The invention discloses a queue-based service request asynchronous processing method and device, and the method comprises the steps: obtaining a service request received by a foreground server, and packaging the service request and processing information corresponding to the service request into a message according to a preset packaging format; performing delay processing on the message accordingto a preset delay mechanism, and storing the delayed message into cache middleware; periodically reading expired messages in the cache middleware; and selecting a corresponding message queue accordingto the service type of the service request, sending the read message to a corresponding background server for asynchronous processing, and returning response information to the foreground server. According to the method and the device, during asynchronous processing of the service, response is returned firstly, and then post-processing are carried out on the service, so that the response time ofthe service is shortened, meanwhile, overtime abnormity of the system is avoided, messages of different levels pass through different queues, unimportant services are prevented from influencing important services, the performance and the reliability of the system are improved, and meanwhile, the complexity of the system is reduced.
Owner:JIANGSU SUNING LOGISTICS CO LTD

Message processing method and apparatus, and electronic device

The invention provides a message processing method and apparatus, and an electronic device. The method and the apparatus are applied to an application comprising multiple business logics. The method comprises the steps of judging whether target business logic needs to perform asynchronous message processing or not in an abstract class based on a judgment condition set in an implementation class of the target business logic, wherein the implementation class inherits the abstract class; when the target business logic needs to perform the asynchronous message processing, judging whether an asynchronous message processing class is instantiated in the abstract class or not, and if the asynchronous message processing class is not instantiated, instantiating the asynchronous message processing class; and calling an instantiation object of the asynchronous message processing class in the implementation class to process a message of the target business logic. Therefore, the asynchronous message processing class can be instantiated in the abstract class only; and when the business logic in the application needs to perform the asynchronous message processing, the asynchronous message processing can be realized by calling the instantiation object of the asynchronous message processing class, so that the memory overhead is greatly reduced and the development efficiency is improved.
Owner:WUHAN DOUYU NETWORK TECH CO LTD

Data synchronization method

The invention discloses a data synchronization method. The method is realized through a trigger, a publishing and subscribing system and a connection module, and comprises the following steps of: receiving data change information in a related business table in a source database by the trigger in real time, and sending the data change information to the connection module; carrying out connection communication on the publishing and subscribing system by the connection module so as to send the data change information to the publishing and subscribing system; and after the data change informationis received by the publishing and subscribing system, publishing the change information to a business system which subscribes a business table change operation theme. By adoption of the method, asynchronous processing of the data synchronization process can be realized, so that the problem of database performance reduction caused by real-time query and real-time writing is avoided.
Owner:SUZHOU JINGYIHUI INFORMATION TECH

Abnormity monitoring method and device

The invention discloses an abnormity monitoring method and device, and relates to the technical field of computers. A specific embodiment of the method comprises the steps of determining a monitoringobject needing to be monitored in a source code of a to-be-monitored system; wherein the monitoring object comprises a class and / or a method; when the to-be-monitored system is started, injecting an abnormal monitoring code into the monitoring object; and based on the exception monitoring code, carrying out exception monitoring on the to-be-monitored system. According to the embodiment, various abnormities appearing in the to-be-monitored system can be dynamically obtained under the condition that source codes of the to-be-monitored system are not damaged, and large-scale management of mass systems is achieved. A platform management mode is adopted, so that various abnormities appearing in the to-be-monitored system can be conveniently found and retrieved. When the to-be-monitored system is abnormal, notification information can be sent out in time. The abnormal information appearing in the to-be-monitored system can be visually displayed.
Owner:BEIJING JINGDONG SHANGKE INFORMATION TECH CO LTD +1

System convenient for family members and doctors to obtain delivery information in real time

The invention provides a system convenient for family members and doctors to obtain delivery information in real time. The system comprises a delivery monitoring terminal, a delivery monitoring server and a plurality of delivery rooms; a monitoring camera and a controller are arranged in each delivery room; the controller captures video and audio information of the delivery room through the monitoring camera and uploads the video and audio information of the delivery room to the delivery monitoring server; a user can register information on the delivery monitoring server in advance and set a delivery room code of a puerpera corresponding to the user. The delivery monitoring server matches the identity information with a corresponding delivery room code, and after the delivery room is matched, delivery video and audio information is sent to the delivery monitoring terminal, so that family members or medical staff of a delivery person can monitor the whole delivery process and know the delivery process. It is guaranteed that the delivery video and audio information can be matched with a user with permission when transmitted, and the situation that the delivery video and audio information is checked by a delivery monitoring terminal without a permission controller, and personal privacy leakage is caused is avoided.
Owner:山东起跑线母婴健康管理有限公司

Message processing method, device and electronic device

A message processing method and apparatus, an electronic device and a computer readable storage medium. The method and apparatus are applied to an application program comprising a plurality of pieces of service logic. The method comprises: based on a determination condition set in an implementation class of a target service logic, determining, in an abstract class, whether the target service logic needs to perform asynchronous message processing, wherein the implementation class inherits the abstract class (S110); when the target service logic needs to perform asynchronous message processing, determining whether an asynchronous message processing class is instantiated in the abstract class, and if the asynchronous message processing class is not instantiated, instantiating the asynchronous message processing class (S120); and invoking an instantiation object of the asynchronous message processing class in the implementation class, so as to process a message of the target service logic (S130). Therefore, an asynchronous message processing class can only be instantiated in an abstract class, and asynchronous message processing can be realized by invoking an instantiation object of the asynchronous message processing class when various pieces of service logic in an application program need to perform asynchronous message processing, such that the memory overhead is greatly reduced and the development efficiency is improved.
Owner:WUHAN DOUYU NETWORK TECH CO LTD

Telephone traffic data association and integration method

The invention relates to a telephone traffic data association and integration method. The method comprises the following steps: a PBX / gateway / SBC receives a call from a PSTN; the PBX / gateway / SBC transfers the call to the CTI; the CTI receives the call, generates a telephone traffic unique identifier ConnID, transfers the call to the IVR, and generates a CTI real-time event at the same time; the IVR receives the call, transfers the call needing to be transferred to the CTI, and generates an IVR real-time event at the same time; the CTI allocates a call needing to be forwarded to a designated agent, receives the call needing to be forwarded to the person through the CSR, and generates a CSR real-time event at the same time; data is acquired; data integration processing is performed; data isstored. Compared with the prior art, the client telephone traffic data dispersed in PBX / gateway / SBC, CTI, IVR and CSR are associated and integrated by adopting a telephone traffic unique identifier and message queue mode, so that access to a plurality of switching devices is supported, and meanwhile, the integrity of the telephone traffic data and the traceability of a link track can be effectively ensured.
Owner:上海浦东发展银行股份有限公司信用卡中心

Automatic transaction device, automatic transaction device control program, recording medium and automatic transaction device control method

An automatic transaction device (10) is connected with a management device (remote server (42)) through a network (50). In the automatic transaction device (10), a browser (52) controls a transaction screen (14) to carry out transaction processing. An asynchronous server (36) receives an asynchronous message (34) from the management device at arbitrary timing by HTTP communication. An asynchronous control frame (23) receives the asynchronous message (34) through a control (28) of an application interface frame (21). An asynchronous frame (24) interprets the asynchronous message (34). An application A(B) frame (25) reads in the interpreted asynchronous message (34) during a standby time of the transaction processing while the transaction processing is on standby and requests a management application (31) to carry out asynchronous processing. The application A(B) frame (25) switches the transaction screen (14) to an asynchronous processing screen.
Owner:ATM JAPAN LTD

Intelligent question answering method, device and equipment based on user portrait and storage medium

The invention relates to the field of artificial intelligence, and discloses a user portrait-based intelligent question and answer method, which comprises the following steps of: obtaining a question text proposed by a user, and obtaining user stream data in real time; performing data cleaning on the user stream data to obtain cleaned stream data; obtaining user behavior data, and determining a user tag according to the user behavior data; constructing a user portrait according to the user tag; searching whether abnormal information exists in the user portrait or not; when the abnormal information exists, extracting a keyword in the question text by utilizing the trained question and answer model, and searching a reply text corresponding to the keyword from a question and answer database; and when the abnormal information does not exist, searching a reply text corresponding to the keyword from a standard question and answer database. The invention further relates to a block chain technology, and reply texts can be stored in block chain nodes. The invention further provides an intelligent question answering device and equipment based on the user portrait and a medium. According to the invention, the efficiency and accuracy of intelligent question answering based on the user portrait can be improved.
Owner:WEIKUN (SHANGHAI) TECH SERVICE CO LTD

Mail attachment threat detection method and system

The embodiment of the invention provides a mail attachment threat detection method and system, which relate to the technical field of network security. The mail attachment threat detection method comprises the following steps that a flow analysis module firstly obtains mail data between a client and a server, then analyzes the mail data to obtain attachment related information, then the attachment related information is sent to a threat detection module; and then, the threat detection module performs threat detection on the mail attachment according to the attachment related information to obtain a detection result, and generates a detection log according to the detection result, so that asynchronous processing of flow processing and threat detection can be realized, the delay of flow processing is reduced, subsequent flow can be rapidly and continuously processed, and the threat detection efficiency is improved.
Owner:北京微步在线科技有限公司
Who we serve
  • R&D Engineer
  • R&D Manager
  • IP Professional
Why Eureka
  • Industry Leading Data Capabilities
  • Powerful AI technology
  • Patent DNA Extraction
Social media
Try Eureka
PatSnap group products