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

Message processing method, device and equipment and storage medium

The embodiment of the invention discloses a message processing method and device, equipment and a storage medium. The method comprises the following steps: acquiring a user access request from a terminal; if the number of the to-be-processed user access requests is greater than or equal to a first number threshold, storing the obtained user access requests in a message cache queue, the first number threshold being smaller than the maximum page view of the server; and if the cache request response condition is met, processing the user access request in the message cache queue. The embodiment ofthe invention provides a message processing method and device, equipment and a storage medium, and aims to realize peak clipping and valley flattening in a high-concurrency scene, improve the processing speed of user access information and reduce the pressure of a server and a database.
Owner:北京蜜莱坞网络科技有限公司

Server and service processing method thereof

The invention discloses a service processing method of a server. The method comprises the following steps that a service request from a client is received by a network process; when the network process receives the service request, the service request is sent to a corresponding logic processing process via a message queue; and when the logic processing process receives the service request, corresponding service processing is carried out according to the service request. The invention also discloses the server. According to the invention, the connection efficiency as well as the data transmitting-receiving efficiency of the client are improved, and the system throughput is improved; asynchronous message processing is realized; the coupling degree among processes is reduced; and the message queue can store a message that cannot be processed by the logic processing process, and a service corresponding to the logic processing progress is thus prevented from being unavailable.
Owner:SHENZHEN GAMESCI INTERACTION SCI & TECH CO LTD

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

Microservice-based asynchronous processing method, server, storage medium and device

PendingCN109634738AImplement asynchronous processingSolve technical problems that cannot process business requests asynchronouslyResource allocationTransmissionMicroservicesThread pool
The invention discloses an asynchronous processing method, a server, a storage medium and a device based on microservice. When the service request is received, the preset thread pool for processing the service request is determined in the preset micro service access frame. A first preset thread is called from a preset thread pool, and request information is extracted from a service request throughthe first preset thread. Transmitting the request information to the second preset thread and returning the first preset thread to the preset thread pool; A service response is made to the request information by a second preset thread to realize asynchronous processing of the service request. Obviously, the complete processing of the service request is separated, the information extraction step is delivered to the first preset thread, and the information response step is delivered to the second preset thread, which is equivalent to adding the operation logic of asynchronous processing in thepreset microservice access framework. Therefore, it can be considered that it solves the technical problem that business requests cannot be processed asynchronously.
Owner:深圳平安财富宝投资咨询有限公司

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

Processing method and device for request timeout of hypertext transfer protocol

The invention discloses a processing method and device for request timeout of a hypertext transfer protocol (HTTP) and belongs to the technical field of network. The method includes: sending a second HTTP request to a receiving server and detecting whether HTTP request objects in a timeout state exist in prestored HTTP request objects at every interval of a preset time; and if the HTTP request objects in the timeout state exist, taking the HTTP request objects in the timeout state as to-be-destroyed HTTP request objects and destroying the to-be-destroyed HTTP request objects. The device includes: a sending module, a detection module and a destruction module. In the processing method and device for the timeout of the HTTP, the HTTP request is sent while the HTTP request objects which are in the timeout state are destroyed so that processing on the request timeout of the HTTP is more instantaneous and asynchronous processing on the request timeout of the HTTP is realized and thus resource waste is reduced compared with a synchronous processing method of the request timeout of the HTTP.
Owner:BEIJING FEINNO COMM TECH

Data processing method and apparatus based on cluster

The invention discloses a data processing method based on clusters and a device thereof. The method comprises the steps that a first data comprising a control identifier is sent to an exterior; the control identifier comprises a sole identifier and control information corresponding to the first data; load balancing equipment receives a second data returned by the exterior; the second data comprises the control identifier; the second data is routed according to control information corresponding to the second data, thereby avoiding the problems that a great deal of server resource is occupied and performance is degraded in the prior art which keeps network connection with an external server to transmit data by the clusters.
Owner:ADVANCED NEW 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

File transmission method and system based on asynchronous processing

The invention provides a file transmission method and system based on asynchronous processing. The method comprises the steps that S1, a service management system records a file downloading request and a file uploading request to an uploading and downloading center task table; s2, the uploading and downloading application processes the tasks in the uploading and downloading center task table to generate a processing result file; and S3, the task processing result in the uploading and downloading application is queried and aprocessing result file is downloaded. The asynchronous processing of the business data is realized, wherein the business management system provides the maintenance function of addition, deletion, modification and check of the business data, the uploading and downloading application provides the functions of reading and analyzing files, generating files and providing uploading and downloading services, and the uploading and downloading processing threads do not occupy server resources of the business system any more; therefore, data volume of business data batch import and export processing is increased, and the response speed and stability of a business management system are improved.
Owner:银盛支付服务股份有限公司

Data processing method and device, computer readable medium and electronic equipment

The embodiment of the invention provides a data processing method, a data processing device, a computer readable medium and electronic equipment, and relates to the technical field of data processing.The data processing method comprises the steps of obtaining a table file containing financial data; reading the table file through an asynchronous task, and analyzing the table file into a data record to obtain a message queue; reading the data record from the message queue, and verifying the data record according to the file type of the data record; and determining the data record passing the verification as importable data for a financial system to import into a database. According to the technical scheme of the embodiment of the invention, the table file of the financial data is analyzed into the data record, so that the financial data is uniformly processed, manual account checking is converted into automatic checking, and the operation complexity is reduced.
Owner:BEIJING JINGDONG ZHENSHI INFORMATION TECH CO LTD

Power environment monitoring system for hyperscale data center

The invention provides a power environment monitoring system for a hyperscale data center to achieve real-time reliable monitoring of the running state of the hyperscale data center. The system comprises a data access module, a data buffer module, a data calculation module, a data storage module, an enterprise service bus module and a data analysis module, wherein the data buffer module is used for adding data collected by the data access module into a maintained data queue and reading monitoring data from the queue to submit the monitoring data to the data calculation module; the data calculation module is used for judging whether alarm information needs to be generated or not according to the obtained monitoring data; the data storage module is used for storing configuration data, real-time and historical monitoring data and alarm data; the data storage module stores the data by adopting different database combination modes; and the data analysis module is used for obtaining corresponding data from the data storage module through the enterprise service bus module to respond to a service request after receiving the service request.
Owner:NAT COMP NETWORK & INFORMATION SECURITY MANAGEMENT CENT

Data processing method and device, electronic equipment and storage medium

The invention provides a data processing method and device, electronic equipment and a storage medium, and relates to the technical field of computers. The data processing method comprises the steps of obtaining to-be-counted data, and performing fragmentation processing on the to-be-counted data to generate task fragmentation data; distributing the task fragment data to an event monitor through a preset event broadcaster; and based on the event monitor, querying and assembling data according to the task fragment data to generate multi-level category data corresponding to the to-be-counted data. According to the technical scheme, the multi-level category data of the tree structure can be planarized, and the data processing efficiency of an information system is effectively improved.
Owner:BEIJING WODONG TIANJUN INFORMATION TECH CO LTD +1

Asynchronous data exchange method and system

The invention discloses an asynchronous data exchange method and an asynchronous data exchange system, which belong to the technical field of data exchange. In the prior art, data transmission among computers or among computer networks is executed by a transmission control protocol / internet protocol (TCP / IP), the supported transmission format is relatively singular, and the security of file transmission is relatively low. In the method and the system of the invention, a non-IP data exchange channel is established between a data sender and a data receiver, the data sender sends data to the data receiver through the non-IP data exchange channel, and after receiving the data, the data receiver judges the type of the data, calls the corresponding data processor for processing according to the data type, and after the treatment, feeds a processing result back to the data sender. In the invention, the data is not exchanged by the TCP / IP, so that the security of the data exchange is improved.
Owner:CHINA DIGITAL VIDEO BEIJING

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:山东起跑线母婴健康管理有限公司

Interface calling processing method and system

The invention provides an interface calling processing method and system. The method comprises the steps that a first server obtains an interface calling request sent by a browser, and the interface calling request is used for requesting to call an interface of a webpage element in a webpage; the first server determines a calling function needing to be executed for calling the interface; the firstserver stores the calling function corresponding to the interface into a first queue; the second server acquires a calling function from the first queue; the second server executes the obtained calling function to obtain data of the target webpage element; and the first server returns the data of the target webpage element obtained by the second server to a target browser, wherein the target browser is a browser requesting to call an interface of the target webpage element. According to the scheme, the response speed of interface calling for the webpage elements can be increased, and the response speed of the webpage request can be increased.
Owner:ZHENGZHOU XIZHI INFORMATION TECH

Message processing method and message processing device

The invention provides a message processing method. The message processing method includes: receiving source message packets sent by at least one client side, storing the source message packets into a database, invoking at least one processing procedure, scanning arrived source message packets in the database on the bases of the processing procedures, and processing the source message packets on the bases of the processing procedures when the source message packets meet preset conditions. Compared with the prior art, the message processing method is capable of realizing asynchronous message processing and many-to-many message processing at the same time.
Owner:BANK OF CHINA

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:上海浦东发展银行股份有限公司信用卡中心

Data flow risk control method and device, electronic equipment and storage medium

The invention provides a data flow risk control method and device, electronic equipment and a storage medium. The method comprises the steps that S110, data is received and converted into unit data; S120, the unit data is input into a regular unit tree structure, wherein the regular unit tree structure comprises multiple nodes, each node can be any one of a prediction unit, a first regular unit and a second regular unit, and the root nodes of the regular unit tree structure are prediction units; the prediction units are used for determining the next node according to the unit data input into the prediction units; the first regular unit comprises a thread pool; the second regular unit comprises two thread pools and a buffer queue; S130, processing data, passing through the nodes, of a unitdata flow is stored in an execution report. The method and device achieve real-time processing of wind control data flow.
Owner:CTRIP TRAVEL NETWORK TECH SHANGHAI0

Case failure detection method and system

The invention discloses a case failure detection method and system. The method includes the steps: timing by the aid of a time management thread, and transmitting failure detection signals to a failure detection thread when a preset time period reaches; detecting hardware in a case by the aid of the failure detection thread, acquiring error information of a failure when a failure of some hardware is detected, and reporting the error information to an error processing thread; determining categories of the error information by the aid of the error processing thread according to preset classifying rules, and processing the error information according to the categories of the error information. According to the method, timing, case failure detection and error information processing are achieved by the aid of three independent modules, case failure detection and error information reporting are asynchronously processed, case failure detection and reporting efficiency is improved, processing efficiency of case failures is further improved, error information of the failures is classified and cached, and the error information is conveniently sought by users.
Owner:ZHENGZHOU YUNHAI INFORMATION TECH CO LTD

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:北京微步在线科技有限公司

A task processing method, device, equipment and medium

The present application discloses a task processing method, device, device and medium. The method includes: acquiring multiple tasks to be processed; multiple tasks to be processed corresponding to multiple buffer management request sets; The information in the processing link is stored in different storage queues, and multiple storage queue sets corresponding to multiple buffer management request sets are obtained; the hardware processes multiple pending tasks in parallel, and pipeline parallel processing of different buffers in the buffer management request set For zone management requests, different storage queues in the storage queue set are used to store the information of the corresponding processing link. Through the above method, the software and hardware cooperate to process tasks, which reduces the use of software and the utilization rate of the processor. In addition, hardware parallel processing tasks and pipeline parallel processing of each request in the task improve the performance of the buffer management algorithm and further improve the performance of the buffer management algorithm. Improved task processing speed.
Owner:INSPUR SUZHOU INTELLIGENT TECH CO LTD
Who we serve
  • R&D Engineer
  • R&D Manager
  • IP Professional
Why Patsnap Eureka
  • Industry Leading Data Capabilities
  • Powerful AI technology
  • Patent DNA Extraction
Social media
Patsnap Eureka Blog
Learn More
PatSnap group products