WO2017211192A1 - 信息处理方法和装置及动态信息的显示方法和装置 - Google Patents
信息处理方法和装置及动态信息的显示方法和装置 Download PDFInfo
- Publication number
- WO2017211192A1 WO2017211192A1 PCT/CN2017/085654 CN2017085654W WO2017211192A1 WO 2017211192 A1 WO2017211192 A1 WO 2017211192A1 CN 2017085654 W CN2017085654 W CN 2017085654W WO 2017211192 A1 WO2017211192 A1 WO 2017211192A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- information
- classification
- queue
- cache
- dynamic
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/23—Updating
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
- G06F12/0802—Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
- G06F12/0866—Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches for peripheral storage systems, e.g. disk cache
- G06F12/0871—Allocation or management of cache space
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/04—Addressing variable-length words or parts of words
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
- G06F12/0802—Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
- G06F12/0877—Cache access modes
- G06F12/0886—Variable-length word access
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2455—Query execution
- G06F16/24552—Database cache management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/957—Browsing optimisation, e.g. caching or content distillation
- G06F16/9574—Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q40/00—Finance; Insurance; Tax strategies; Processing of corporate or income taxes
- G06Q40/06—Asset management; Financial planning or analysis
Definitions
- the present application relates to the field of Internet technologies, and in particular, to an information processing method and apparatus, and a method and apparatus for displaying dynamic information.
- An internet finance solution is Internet crowdfunding. After the user enters the Internet crowdfunding page, it displays the dynamic information of the project corresponding to the crowdfunding project, for example, corresponding to the fundraising project, displaying browsing information, social information, and transaction information.
- the dynamic information is generated, it is directly written into the cache by the information generating module.
- the user interface directly writes the browsing information and the social information into the cache
- the transaction service module directly writes the transaction information. Into the cache.
- the present application aims to solve at least one of the technical problems in the related art to some extent.
- an object of the present application is to propose an information processing method and apparatus.
- the information processing method proposed by the embodiment of the first aspect of the present application includes: determining that a need is more A new information classification; the information in the determined classification is written into the cache; wherein the information in the classification is stored in the storage space corresponding to the classification according to the classification to which the information belongs after receiving.
- the information processing apparatus includes: a determining module, configured to determine an information classification that needs to be updated; and a writing module, configured to write information in the determined classification into a cache;
- the information in the classification is stored in the storage space corresponding to the classification according to the classification to which the information belongs after receiving.
- the method for displaying dynamic information includes: obtaining dynamic information from a cache of a server; displaying the dynamic information; wherein the dynamic information is related to information classification.
- the display device for dynamic information includes: an obtaining module, configured to obtain dynamic information from a cache of a server; and a display module, configured to display the dynamic information;
- the dynamic information is related to the information classification.
- an information processing apparatus includes: a processor; a memory for storing processor-executable instructions; wherein the processor is configured to: determine a classification of information that needs to be updated. The information in the determined classification is written into the cache; wherein the information in the classification is stored in the storage space corresponding to the classification according to the classification to which the information belongs after receiving.
- a display device for dynamic information includes: a processor; a memory for storing processor-executable instructions; wherein the processor is configured to: cache from a server Obtaining dynamic information; displaying the dynamic information; wherein the dynamic information is related to information classification.
- the information processing system of the seventh aspect of the present application includes: a collecting device, configured to receive dynamic information generated by a front-end interface; a message device, configured to receive dynamic information generated by a background server; Receiving the dynamic information sent by the collection module and the message module, and storing the storage space corresponding to the classification according to the classification to which the dynamic information belongs, and dynamically changing the determined classification when the cache needs to be updated.
- the information is written to the cache; the cache device is configured to receive the dynamic information written by the service module.
- More valuable information can be selected for writing to the cache. More valuable information can be displayed when the user interface reads information from the cache for display.
- the number of writes can be reduced, thereby reducing the write pressure of the cache and improving the cache performance. Further, by storing the information sent by the information producer, information precipitation can be realized, and data support is provided for the related process.
- FIG. 1 is a schematic flow chart of an information processing method according to an embodiment of the present application.
- FIG. 2 is a schematic flow chart of an information processing method according to another embodiment of the present application.
- FIG. 3 is a schematic flowchart of an information processing method according to another embodiment of the present application.
- FIG. 4 is a schematic flowchart of an information processing method according to another embodiment of the present application.
- FIG 5 is a schematic structural view of the processing system corresponding to Figure 4.
- FIG. 6 is a schematic structural diagram of an information processing apparatus according to an embodiment of the present application.
- FIG. 7 is a schematic structural diagram of an information processing apparatus according to an embodiment of the present application.
- FIG. 8 is a schematic flowchart of a method for displaying dynamic information according to an embodiment of the present application.
- FIG. 9 is a schematic structural diagram of a display apparatus for dynamic information according to an embodiment of the present application.
- FIG. 10 is a schematic structural diagram of a display apparatus for dynamic information according to another embodiment of the present application.
- FIG. 1 is a schematic flowchart diagram of an information processing method according to an embodiment of the present application.
- the method of this embodiment includes:
- S11 Determine the classification of information that needs to be updated.
- the information in the classification is stored in the storage space corresponding to the classification according to the classification to which the information belongs after receiving.
- the method may further include:
- S21 Receive information sent by the information producer.
- a processing module the execution entity of the embodiment is referred to as a processing module, and a unified module may be disposed between the processing module and the information generating party, and the information generated by the information generating party is received by the unified module and sent to the processing module.
- the step may specifically be receiving information sent by the information generating unit through the unified module.
- the unified module is not limited to one, and different unified modules may be used according to different information categories. For example, information generated by a foreground (such as a page) is sent to a processing module through a unified module, and information generated by a background (such as a transaction server) is passed. Another unified module is sent to the processing module.
- a foreground such as a page
- a background such as a transaction server
- each information producer After generating the information, each information producer sends the generated information to the same unified module, which can avoid direct dependence between the information producers with dependencies and facilitate expansion. For example, if there is a dependency relationship between the information producer A and the information producer B, if there is no unified module, the information producer A and the information producer B need to be directly connected, and the two directly have a certain limit. Sex, but connected to the unified module, can avoid this limitation.
- the received information may be specifically a preset type of information to perform the processing of the embodiment on the preset type of information. or,
- it may be determined whether it is a preset type of information, so as to perform subsequent S22 and subsequent steps in the information of the preset type.
- the foregoing preset type of information may be specifically dynamic information, and the dynamic information is information that dynamically changes with time.
- Dynamic information can be further divided into different categories, such as browsing information, social information or transaction information. Taking the dynamic information of a certain item as an example, browsing the information includes, for example, the user A browsing the item; the social information includes, for example, what comment the user A made for the item, or the user A liked the item; the transaction The information includes: how much user A invested in the project.
- S23 Store the information in a storage space corresponding to the classification.
- the processing module can create a queue locally. Initially, the queue can be set to null. When the processing module receives the information, it can store the information in the created queue. Specifically, different types of information may be stored in different queues according to the information category (S31).
- information can be divided into: browsing information, social information, and transaction information, and then three queues can be created, which are called a browsing queue, a social queue, and a transaction queue.
- the information is stored in a queue of the corresponding category.
- the browsing information is received, the browsing information is stored in the browsing queue; when the social information is received, the social information is stored in the social queue; when the transaction information is received, the transaction information is stored in the transaction queue.
- the maximum length of each queue can be set.
- the maximum length of different queues can be the same or different.
- it can be related to information stored in a queue. Specifically, it can be positively correlated with the value of the stored information. For example, the higher the value of information stored in a queue, the larger the maximum length of the queue.
- the value of each type of information can be determined based on actual needs.
- the maximum lengths of the browse queue, the social queue, and the transaction queue are 1, 5, and 10, respectively. If a message is to be stored in a queue, if the current queue length reaches the maximum length (the queue is full), the storage time can be eliminated. The oldest information, and the new information is stored in the queue.
- the current queue length can be obtained by detecting the current situation of the queue.
- a counter can be set in the processing module, and the counter is used to count the number of pieces of information stored in each queue, so that the current queue length can be obtained. For example, if a browsing information is currently stored in the browsing queue, it is determined that the current queue length of the browsing queue is 1.
- the method may further include:
- S24 Determine whether the current time reaches the timing of updating the cache. If yes, execute S11 and subsequent steps, otherwise repeat S24 and subsequent steps.
- the cache may be set to be periodically updated. When the set update time is reached, the corresponding classification may be determined and the information in the determined classification is written into the cache.
- the weight data may include: a heat value and/or a manual intervention value.
- the heat value can be obtained by performing heat statistics on the information stored in the queue.
- the heat value of the browsing queue is the heat value of the browsing information
- the heat value of the social queue is the heat value of the social information.
- the popularity value of the category information may be the total number of occurrences of the category information in the statistical time. Therefore, when a category information appears more frequently, the category information and the heat value of the corresponding queue are larger.
- the manual intervention value is manually set, and the manual intervention value of each queue can be set according to requirements. For example, the greater the value of a certain category information, the larger the manual intervention value of setting the category information and the corresponding queue. For example, if the social information is more valuable than browsing the information, the manual intervention value of the social queue can be set to be greater than the manual intervention value of the browsing queue.
- the current queue length can be counted by the set counter, the length of each queue.
- the product of the weight data (such as the heat value and the manual intervention value) and the current queue length can be calculated, and the queue with the largest product is selected.
- the queue with the largest product is one, the queue with the largest product is determined as the selected one.
- a queue is further selected according to a preset algorithm. For example, if the preset algorithm is selected according to the manual intervention value, it is assumed that the queue with the largest product includes queue A and queue B. If the manual intervention value of queue A is greater than the manual intervention value of queue B, it is determined that the selected queue is queue A.
- the information can be read from the queue into the cache.
- the process of reading the information write cache from the queue may include:
- the information in the determined classification is written into the cache, and more valuable information can be selected and written to the cache. More valuable information can be displayed when the user interface reads information from the cache for display. Further, by reading the information and writing it to the cache when the buffer needs to be updated, instead of writing the cache directly when the information is generated, the number of writes can be reduced, thereby reducing the write pressure of the cache and improving the cache performance. Further, by storing the information sent by the information producer, information precipitation can be achieved, and data support is provided for the related process.
- the present application can also give the following embodiments.
- FIG. 4 is a schematic flowchart diagram of an information processing method according to another embodiment of the present application.
- FIG. 5 is a schematic structural diagram of a processing system corresponding to FIG. 4.
- the modules involved in the foregoing processing system include: a front-end interface 51, a collection module 52, a dynamic information cache module 53, a market background service module 54, a heat model 55, a manual intervention module 56, a message module 57, and a transaction.
- Service module 58 and database 59 are examples of the modules involved in the foregoing processing system.
- the front-end interface is located on the client, and the remaining modules are located on the server. It should be noted that, in FIG. 5, the collection module is located on the server, but the collection module may also be located on the client.
- Front-end interface The interface that users see after entering the system. All operations of the user pass through the front-end interface, which can also be called user interface.
- Collection module detects the user's operation behavior (such as click behavior and search behavior) on the front-end interface, and sends it to the market background service and heat model.
- user's operation behavior such as click behavior and search behavior
- Dynamic information cache module Set a cache list for each financial item (referred to as project), and store the dynamic information that the item needs to display in each cache list.
- Market background service processing the information sent by the collection module and the message module, combining the heat model and manual intervention to calculate the weight, and updating the dynamic information in the cache.
- Heat model analyzes the user's click heat and search information, and gives the heat value of each category of information.
- Manual intervention module The intervention value of each category of information is set by the background administrator.
- Message module The transaction message responsible for distributing the transaction service module.
- the heat model can store the information in the database after receiving the information sent by the collection module.
- the heat model needs to obtain information from the database and calculate the heat value when calculating the heat value.
- the process of interaction between the foregoing modules includes:
- the front-end interface detects a user operation behavior generated by the user on the item, and sends the operation behavior to the collection module.
- the front-end interface can detect the corresponding specific user operation behavior, such as browsing behavior (detection Go to the project), social behavior (including likes, comments, sharing, etc.), search behavior.
- the collection module acquires dynamic information that does not depend on the background service, such as browsing information and social information, according to the user operation behavior sent by the front-end interface.
- the dynamic information may be divided into information that depends on the background service and information that does not depend on the background service, and information that depends on the background service includes, for example, transaction information, and information that does not depend on the background service includes, for example, browsing information and social information.
- the information that depends on the background service is the transaction information
- the information that does not depend on the background service is the browsing information and the social information.
- the collection module sends the browsing information and the social information to the market background service module.
- the browsing information includes, for example, user A has browsed, user B has browsed, and the like.
- the social information includes, for example, what the user A said, what the user B said, and/or, the user A likes it, the user B likes it, and the like.
- S404 The collection module notifies the heat operation model of the user operation behavior.
- the collecting module sends a notification message to the heat model that currently generates a browsing behavior.
- the heat model collects the heat value of the information of each category according to the notification message.
- a counter can be set in the heat model, and the initial value is 0.
- the heat value of the corresponding information is incremented by one.
- the heat model adds 1 to the heat value of the browsing information every time the user views the browsing behavior.
- the heat model adds 1 to the heat value of the social information each time the user has a social behavior.
- the heat model increases the heat value of the transaction information by one each time the user makes a transaction.
- the heat model is the statistics performed by all users corresponding to each item when performing the above statistics.
- the popularity value of the browsing information of item A is the heat value generated by all users who have visited item A.
- the above browsing may specifically include viewing of all pages of the same item.
- Socialization mainly includes the behavior of users who like, like, and share these social sections.
- the transaction mainly includes the current transaction of the user and the transaction already traded.
- this embodiment takes browsing, socializing, and transaction as an example, and may also include searching.
- the search can include direct search and indirect search.
- the system has a project named “Zero Carbon Technology”.
- the user directly searches for “Zero Carbon Technology” in the search box to search for the project directly.
- the user inputs “environmental protection” in the search box, and the collection module passes the matching rule.
- the secondary search is matched to “Zero Carbon Technology”, which is recorded as an indirect search for the project.
- the transaction service module sends the transaction information to the message module.
- the message module sends the transaction information to the market background service module.
- the market background service module stores the received information in a queue of the corresponding category.
- the browsing information is stored in a browsing queue
- the social information is stored in a social queue
- the transaction information is stored in a transaction queue.
- the information producer can send the information to the market background service module through the collection module or the message module.
- the market background service module stores information in a queue to achieve information precipitation. In addition, you can store in different queues based on the category of information to select more valuable information.
- S409-S413 can be executed every second when the time to update the cache for each timing is reached, for example, every second.
- S409 The market background service module obtains the heat value from the heat model.
- the market background service module obtains the manual intervention value from the manual intervention module.
- S411 The market background service module acquires the current queue length of each queue from the counter.
- the market background service module calculates a product of the heat value of each queue, the manual intervention value, and the current queue length, and selects a queue with the largest product.
- the information can be read from the cache for display.
- the front-end interface may adopt a timing update manner when the information is displayed, and may execute the S414-S415 cyclically when the updated update display time is reached or the user triggers the update instruction.
- S414 The foreground interface reads information from the cache.
- S415 The front panel displays the read information.
- the write pressure of the cache can be reduced.
- more valuable information can be written to the cache to display more valuable information, avoiding social information and The transaction information is drowned in the browsing information.
- By storing dynamic information in a queue information can be precipitated and data support can be provided for other processes.
- FIG. 6 is a schematic structural diagram of an information processing apparatus according to an embodiment of the present application.
- the apparatus 60 of the present embodiment includes a determination module 61 and a write module 62.
- a determining module 61 configured to determine a classification of information that needs to be updated
- a writing module 62 configured to write information in the determined classification into a cache
- the information in the classification is stored in the storage space corresponding to the classification according to the classification to which the information belongs after receiving.
- the apparatus 60 may further include:
- the triggering module 63 is configured to determine whether the current time reaches the timing of updating the cache, so that when it is reached, the determining module is triggered to execute.
- the apparatus 60 may further include:
- the receiving module 64 is configured to receive information sent by the information generating party
- a storage module 65 configured to determine a classification to which the information belongs, and store the information to a storage corresponding to the classification Storage space.
- the apparatus 60 may further include:
- the determining module 66 is configured to determine whether the information is a preset type of information, to trigger the storage module to execute when the information is a preset type of information.
- the storage module 65 is specifically configured to:
- the determining module 61 is specifically configured to:
- a queue is determined in all queues based on the weight data and the current queue length.
- the weight data includes: a heat value and/or a manual intervention value, wherein the heat value is a heat value of information stored in the queue, and the heat value of the information is a correspondence to all users.
- the operational behavior of the information is obtained after heat statistics.
- the maximum length of the different queues is related to the stored information.
- the determining a queue in all queues according to the weight data and the current queue length includes:
- the queue with the largest product is one, the queue with the largest product is used as the determined queue; or
- a queue is determined according to a preset algorithm among the plurality of queues having the largest product.
- the writing module 62 is specifically configured to:
- a piece of information in the determined category that currently exists and is stored for the longest time is written to the cache.
- the receiving module 64 is specifically configured to:
- the preset type of information is dynamic information.
- the classification and reading the information writing cache in the selected classification more valuable information can be selected and written to the cache. More valuable when the user interface reads information from the cache for display Information. Further, by reading the information and writing to the cache when the timing of updating the cache is reached, instead of writing the cache directly when the information is generated, the number of writes can be reduced, thereby reducing the write pressure of the cache and improving the cache performance. . Further, by storing the information sent by the information producer, information precipitation can be achieved, and data support is provided for the related process.
- FIG. 8 is a schematic flowchart diagram of a method for displaying dynamic information according to an embodiment of the present application.
- the process of this embodiment includes:
- the dynamic information is related to information classification.
- the dynamic information is related to the generation time, and therefore, the displayed dynamic information is the latest generated dynamic information.
- the dynamic information is related to the information classification. Therefore, the displayed dynamic information belongs to the information in the required classification. For example, if the user prefers to see the transaction information, the displayed dynamic information is more transaction information. .
- the dynamic information can be written to the cache by using related content in the foregoing embodiment.
- the dynamic information and the process of processing the dynamic information by the server can be referred to the foregoing embodiment, and will not be described in detail herein.
- the method may further include:
- the static information includes, for example, information corresponding to the fixed content of the webpage, such as a specific name, a picture, and related introduction information of a certain financial item.
- the method may further include: further comprising:
- the generated dynamic information is sent to the server.
- the client can also generate dynamic information such as browsing information and social information.
- dynamic information such as browsing information and social information.
- the client can send it to the server.
- the server can classify and store the dynamic information.
- FIG. 9 is a schematic structural diagram of a display apparatus for dynamic information according to an embodiment of the present application.
- the device 90 of the embodiment includes a first acquiring module 91 and a display module 92.
- the first obtaining module 91 is configured to obtain dynamic information from a cache of the server;
- a display module 92 configured to display the dynamic information
- the dynamic information is related to information classification.
- the apparatus 90 further includes:
- the second obtaining module 93 is configured to obtain static information from a database of the server.
- the apparatus 90 further includes:
- the sending module 94 is configured to send the generated dynamic information to the server.
- the application also provides an information processing apparatus.
- the apparatus includes: a processor; a memory for storing processor-executable instructions; wherein the processor is configured to: determine a classification of information that needs to be updated; write information in the determined classification to a cache; The information in the classification is stored in the storage space corresponding to the classification according to the classification to which the information belongs after receiving.
- the processor is further configured to:
- the processor is further configured to: receive information transmitted by the information producer; determine a classification to which the information belongs; store the information to a storage space corresponding to the classification.
- the method after receiving the information sent by the information producer, the method further includes:
- the storing the information to the storage space corresponding to the classification comprises:
- the determining the information classification that needs to be updated includes:
- a queue is determined in all queues based on the weight data and the current queue length.
- the weight data includes: a heat value and/or a manual intervention value, wherein the heat value is a heat value of information stored in the queue, and the heat value of the information is a correspondence to all users. Operation of the information The behavior is obtained after the heat statistics.
- the maximum length of the different queues is related to the stored information.
- the determining a queue in all queues according to the weight data and the current queue length includes:
- the queue with the largest product is one, the queue with the largest product is used as the determined queue; or
- a queue is determined according to a preset algorithm among the plurality of queues having the largest product.
- the writing the information in the determined classification to the cache comprises:
- a piece of information in the determined category that currently exists and is stored for the longest time is written to the cache.
- the information sent by the receiving information generating party includes:
- the preset type of information is dynamic information.
- the application also provides a display device for dynamic information.
- the apparatus includes: a processor; a memory for storing processor-executable instructions; wherein the processor is configured to: acquire dynamic information from a cache of a server; display the dynamic information; wherein the dynamic information and Information classification related.
- the processor is further configured to:
- the generated dynamic information is sent to the server.
- the processor is further configured to:
- the application also provides an information processing system, including: a collecting device, a message device, a service device, and a cache device.
- a collecting device configured to receive dynamic information generated by a front-end interface
- a message device configured to receive dynamic information generated by a background server
- a service device configured to receive dynamic information sent by the collection module and the message module, and store the storage information corresponding to the classification according to a classification to which the dynamic information belongs, and determine the cache when the cache needs to be updated. Dynamic information in the classification is written to the cache;
- a buffering device configured to receive dynamic information written by the service module.
- system further comprises:
- the front-end interface device is configured to send the generated dynamic information to the collection module, and obtain dynamic information from the cache device for display when the dynamic information needs to be displayed.
- the service device is specifically configured to:
- the weight data of each queue and the current queue length are obtained, and a queue is determined in all queues according to the weight data and the current queue length;
- the weight data includes: a heat value and a manual intervention value
- the system further includes:
- a manual intervention device for setting the manual intervention value.
- the collection device, the message device, the service device, the cache device, the front-end interface device, the heat model device and the manual intervention device of the embodiment respectively correspond to the collection module, the message module, the market background service module in the above embodiment
- the dynamic information cache module, the front-end interface, the heat model, and the manual intervention module, the background server of this embodiment corresponds to the transaction service module in the above embodiment. Therefore, for details, refer to related descriptions in the foregoing embodiments, and details are not described herein again.
- portions of the application can be implemented in hardware, software, firmware, or a combination thereof.
- multiple steps or methods may be implemented in software or firmware stored in a memory and executed by a suitable instruction execution system.
- a suitable instruction execution system For example, if implemented in hardware, as in another embodiment, it can be implemented by any one or combination of the following techniques well known in the art: having logic gates for implementing logic functions on data signals. Discrete logic circuits, application specific integrated circuits with suitable combinational logic gates, programmable gate arrays (PGAs), field programmable gate arrays (FPGAs), etc.
- each functional unit in each embodiment of the present application may be integrated into one processing module, or each unit may exist physically separately, or two or more units may be integrated into one module.
- the above integrated modules can be implemented in the form of hardware or in the form of software functional modules.
- the integrated modules, if implemented in the form of software functional modules and sold or used as stand-alone products, may also be stored in a computer readable storage medium.
- the above mentioned storage medium may be a read only memory, a magnetic disk or an optical disk or the like.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Business, Economics & Management (AREA)
- Development Economics (AREA)
- Finance (AREA)
- Accounting & Taxation (AREA)
- Operations Research (AREA)
- Entrepreneurship & Innovation (AREA)
- Game Theory and Decision Science (AREA)
- Human Resources & Organizations (AREA)
- Computational Linguistics (AREA)
- Economics (AREA)
- Marketing (AREA)
- Strategic Management (AREA)
- Technology Law (AREA)
- General Business, Economics & Management (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
Claims (24)
- 一种信息处理方法,其特征在于,包括:确定需要更新的信息分类;将所确定的分类中的信息写入缓存;其中,所述分类中的信息,在接收后根据信息所属的分类被存储到所述分类对应的存储空间。
- 根据权利要求1所述的方法,其特征在于,还包括:判断当前时间是否达到更新缓存的定时时间,以便在达到时,执行确定需要更新的信息分类的步骤。
- 根据权利要求1所述的方法,其特征在于,还包括:接收信息产生方发送的信息;确定所述信息所属的分类;将所述信息存储到所述分类对应的存储空间。
- 根据权利要求3所述的方法,其特征在于,在接收信息产生方发送的信息之后,所述方法还包括:判断所述信息是否是预设类型的信息,以便在所述信息是预设类型的信息时,执行确定所述信息所属的分类的步骤。
- 根据权利要求3所述的方法,其特征在于,所述将所述信息存储到所述分类对应的存储空间,包括:将不同类别的信息,存储到不同的队列中。
- 根据权利要求5所述的方法,其特征在于,所述确定需要更新的信息分类,包括:获取每个队列的权重数据和当前队列长度;根据所述权重数据和所述当前队列长度,在所有队列中确定一个队列。
- 根据权利要求6所述的方法,其特征在于,所述权重数据包括:热度值和/或人工干预值,其中,所述热度值是所述队列中存储的信息的热度值,所述信息的热度值是对所有用户的对应所述信息的操作行为进行热度统计后得到的。
- 根据权利要求5所述的方法,其特征在于,所述不同的队列的最大长度与存储的信息相关。
- 根据权利要求6所述的方法,其特征在于,所述根据所述权重数据和所述当前队列长度,在所有队列中确定一个队列,包括:计算所述权重数据与所述当前队列长度的乘积,在所有队列中选择乘积最大的队列;如果乘积最大的队列为一个,则将所述乘积最大的队列,作为确定出的一个队列;或者,如果乘积最大的队列大于一个,则在乘积最大的多个队列中,根据预设算法,确定出一个队列。
- 根据权利要求1所述的方法,其特征在于,所述将所确定的分类中的信息写入缓存,包括:将所确定的分类中的当前存在且存储时间最久的一条信息,写入缓存。
- 根据权利要求3所述的方法,其特征在于,所述接收信息产生方发送的信息,包括:接收信息产生方通过统一模块发送的信息,其中,当同种类别的信息由多个信息产生方产生时,所述多个信息产生方均与所述统一模块连接。
- 根据权利要求4所述的方法,其特征在于,所述预设类型的信息是动态信息。
- 一种动态信息的显示方法,其特征在于,包括:从服务端的缓存中获取动态信息;显示所述动态信息;其中,所述动态信息与信息分类相关。
- 根据权利要求13所述的方法,其特征在于,还包括:从所述服务端的数据库中获取静态信息。
- 根据权利要求13所述的方法,其特征在于,还包括:将产生的动态信息发送给所述服务端。
- 一种信息处理装置,其特征在于,包括:处理器;用于存储处理器可执行指令的存储器;其中,所述处理器被配置为:确定需要更新的信息分类;将所确定的分类中的信息写入缓存;其中,所述分类中的信息,在接收后根据信息所属的分类被存储到所述分类对应的存储空间。
- 根据权利要求16所述的装置,其特征在于,所述处理器还被配置为:判断当前时间是否达到更新缓存的定时时间,以便在达到时,执行确定需要更新的信息分类的步骤。
- 根据权利要求16所述的装置,其特征在于,所述处理器还被配置为:接收信息产生方发送的信息;确定所述信息所属的分类;将所述信息存储到所述分类对应的存储空间。
- 一种动态信息的显示装置,其特征在于,包括:处理器;用于存储处理器可执行指令的存储器;其中,所述处理器被配置为:从服务端的缓存中获取动态信息;显示所述动态信息;其中,所述动态信息与信息分类相关。
- 根据权利要求19所述的装置,其特征在于,所述处理器还被配置为:将产生的动态信息发送给所述服务端。
- 一种信息处理系统,其特征在于,包括:收集装置,用于接收前台界面产生的动态信息;消息装置,用于接收后台服务器产生的动态信息;服务装置,用于接收所述收集模块和所述消息模块发送的动态信息,并根据所述动态信息所属的分类存储到所述分类对应的存储空间,以及在缓存需要更新时,将所确定的分类中的动态信息写入缓存;缓存装置,用于接收所述服务模块写入的动态信息。
- 根据权利要求21所述的系统,其特征在于,还包括:前台界面装置,用于将产生的动态信息发送给所述收集模块,以及,在需要显示动态信息时,从所述缓存装置获取动态信息进行显示。
- 根据权利要求21所述的系统,其特征在于,所述服务装置具体用于:将不同类别的动态信息,存储到不同的队列中;以及,在缓存需要更新时,获取每个队列的权重数据和当前队列长度,根据所述权重数据和所述当前队列长度,在所有队列中确定一个队列;以及,将所确定队列中的当前存在且存储时间最久的一条信息,写入缓存。
- 根据权利要求23所述的系统,其特征在于,所述权重数据包括:热度值和人工干预值,所述系统还包括:热度模型装置,用于计算所述热度值;人工干预装置,用于设置所述人工干预值。
Priority Applications (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018563871A JP6877467B2 (ja) | 2016-06-06 | 2017-05-24 | 情報処理方法及び装置、並びに動的情報を表示するための方法及び装置 |
KR1020197000289A KR102175618B1 (ko) | 2016-06-06 | 2017-05-24 | 정보 처리 방법 및 장치, 및 동적 정보를 디스플레이하는 방법 및 장치 |
EP21183844.6A EP3910502A1 (en) | 2016-06-06 | 2017-05-24 | Information processing method and device, and method and device for displaying dynamic information |
EP17809631.9A EP3467680B1 (en) | 2016-06-06 | 2017-05-24 | Information processing method and device, and method and device for displaying dynamic information |
US16/210,347 US10789171B2 (en) | 2016-06-06 | 2018-12-05 | Information processing method and device, and method and device for displaying dynamic information |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610393580.4 | 2016-06-06 | ||
CN201610393580.4A CN107016008B (zh) | 2016-06-06 | 2016-06-06 | 信息处理方法和装置及动态信息的显示方法和装置 |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US16/210,347 Continuation US10789171B2 (en) | 2016-06-06 | 2018-12-05 | Information processing method and device, and method and device for displaying dynamic information |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2017211192A1 true WO2017211192A1 (zh) | 2017-12-14 |
Family
ID=59439050
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2017/085654 WO2017211192A1 (zh) | 2016-06-06 | 2017-05-24 | 信息处理方法和装置及动态信息的显示方法和装置 |
Country Status (7)
Country | Link |
---|---|
US (1) | US10789171B2 (zh) |
EP (2) | EP3467680B1 (zh) |
JP (1) | JP6877467B2 (zh) |
KR (1) | KR102175618B1 (zh) |
CN (1) | CN107016008B (zh) |
TW (1) | TWI670597B (zh) |
WO (1) | WO2017211192A1 (zh) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110941483B (zh) * | 2019-10-23 | 2023-02-03 | 创耀(苏州)通信科技股份有限公司 | 一种队列处理方法、装置及设备 |
CN112925999A (zh) * | 2019-12-05 | 2021-06-08 | 北京沃东天骏信息技术有限公司 | 数据处理方法、数据存储方法、服务器和客户端 |
CN111026532B (zh) * | 2019-12-10 | 2022-07-12 | 思必驰科技股份有限公司 | 用于语音数据的消息队列管理方法 |
KR20240000768A (ko) * | 2022-06-24 | 2024-01-03 | 쿠팡 주식회사 | 캐시 업데이트를 수행하는 전자 장치의 동작 방법 및 이를 지원하는 전자 장치 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1869979A (zh) * | 2005-12-30 | 2006-11-29 | 华为技术有限公司 | 一种缓存管理方法 |
CN1881899A (zh) * | 2006-04-30 | 2006-12-20 | 国家数字交换系统工程技术研究中心 | 一种网络流量监控的系统和方法 |
CN102740367A (zh) * | 2012-05-31 | 2012-10-17 | 华为技术有限公司 | 数据流的传输方法及装置 |
Family Cites Families (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5335224A (en) * | 1992-06-30 | 1994-08-02 | At&T Bell Laboratories | Service guarantees/congestion control in high speed networks |
US5631694A (en) * | 1996-02-01 | 1997-05-20 | Ibm Corporation | Maximum factor selection policy for batching VOD requests |
US6058389A (en) * | 1997-10-31 | 2000-05-02 | Oracle Corporation | Apparatus and method for message queuing in a database system |
AU2001292801A1 (en) * | 2000-09-11 | 2002-04-29 | Sitara Networks, Inc. | Central policy manager |
US7487319B2 (en) * | 2004-11-18 | 2009-02-03 | International Business Machines Corporation | Resource allocation unit queue |
CN100499492C (zh) * | 2005-03-01 | 2009-06-10 | 华为技术有限公司 | 一种实现电子工单排队的方法 |
US8179896B2 (en) * | 2006-11-09 | 2012-05-15 | Justin Mark Sobaje | Network processors and pipeline optimization methods |
US8261029B1 (en) * | 2007-03-28 | 2012-09-04 | Emc Corporation | Dynamic balancing of writes between multiple storage devices |
JP5650441B2 (ja) * | 2010-06-07 | 2015-01-07 | キヤノン株式会社 | 演算装置、キャッシュ装置、その制御方法及びコンピュータプログラム |
US8705363B2 (en) * | 2011-04-05 | 2014-04-22 | Telefonaktiebolaget L M Ericsson (Publ) | Packet scheduling method and apparatus |
US9098525B1 (en) * | 2012-06-14 | 2015-08-04 | Emc Corporation | Concurrent access to data on shared storage through multiple access points |
US9641481B2 (en) * | 2014-02-21 | 2017-05-02 | Htc Corporation | Smart conversation method and electronic device using the same |
CN104243581B (zh) * | 2014-09-15 | 2017-11-24 | 成都北纬航信网络科技有限责任公司 | 实现高内聚与低耦合的多级缓存方法及其系统 |
CN105354258B (zh) * | 2015-10-22 | 2019-11-15 | 努比亚技术有限公司 | 一种更新网站数据缓存的装置及方法 |
-
2016
- 2016-06-06 CN CN201610393580.4A patent/CN107016008B/zh active Active
-
2017
- 2017-04-11 TW TW106112043A patent/TWI670597B/zh active
- 2017-05-24 JP JP2018563871A patent/JP6877467B2/ja active Active
- 2017-05-24 EP EP17809631.9A patent/EP3467680B1/en active Active
- 2017-05-24 KR KR1020197000289A patent/KR102175618B1/ko active IP Right Grant
- 2017-05-24 EP EP21183844.6A patent/EP3910502A1/en not_active Ceased
- 2017-05-24 WO PCT/CN2017/085654 patent/WO2017211192A1/zh unknown
-
2018
- 2018-12-05 US US16/210,347 patent/US10789171B2/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1869979A (zh) * | 2005-12-30 | 2006-11-29 | 华为技术有限公司 | 一种缓存管理方法 |
CN1881899A (zh) * | 2006-04-30 | 2006-12-20 | 国家数字交换系统工程技术研究中心 | 一种网络流量监控的系统和方法 |
CN102740367A (zh) * | 2012-05-31 | 2012-10-17 | 华为技术有限公司 | 数据流的传输方法及装置 |
Non-Patent Citations (1)
Title |
---|
See also references of EP3467680A4 * |
Also Published As
Publication number | Publication date |
---|---|
TWI670597B (zh) | 2019-09-01 |
US10789171B2 (en) | 2020-09-29 |
CN107016008A (zh) | 2017-08-04 |
EP3467680A1 (en) | 2019-04-10 |
TW201743214A (zh) | 2017-12-16 |
EP3467680B1 (en) | 2021-07-07 |
CN107016008B (zh) | 2020-06-09 |
KR20190015517A (ko) | 2019-02-13 |
EP3467680A4 (en) | 2019-05-08 |
EP3910502A1 (en) | 2021-11-17 |
US20190108129A1 (en) | 2019-04-11 |
JP6877467B2 (ja) | 2021-05-26 |
JP2019527398A (ja) | 2019-09-26 |
KR102175618B1 (ko) | 2020-12-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11893703B1 (en) | Precise manipulation of virtual object position in an extended reality environment | |
WO2017211192A1 (zh) | 信息处理方法和装置及动态信息的显示方法和装置 | |
US10410258B2 (en) | Graphical user interface for high volume data analytics | |
US10277480B2 (en) | Method, apparatus, and system for determining a location corresponding to an IP address | |
US10146855B2 (en) | Content resonance | |
US10909772B2 (en) | Precise scaling of virtual objects in an extended reality environment | |
US20160314498A1 (en) | Promoting content in a real-time messaging platform | |
JP2019503525A (ja) | 連続クエリ処理におけるイベントバッチ処理、出力シーケンス化、およびログベースの状態記憶 | |
US20210089452A1 (en) | Graph-based predictive cache | |
WO2014090027A1 (zh) | 一种消息处理方法和装置 | |
WO2014110122A1 (en) | Methods and apparatus for providing effectiveness score of advertisements | |
CN105224529A (zh) | 一种基于用户浏览行为的个性化推荐方法和装置 | |
CN111966887B (zh) | 动态缓存方法及装置、电子设备、存储介质 | |
US8874666B2 (en) | Publisher-assisted, broker-based caching in a publish-subscription environment | |
WO2016124099A1 (zh) | 网页展示方法及装置 | |
CN115080625B (zh) | 基于Spring Cache缓存框架的缓存方法、装置、设备及存储介质 | |
WO2022199494A1 (zh) | 一种基于用户兴趣的内容推荐方法与终端设备 | |
WO2022095775A1 (zh) | 消息通知显示方法、装置及设备 | |
CN114417112A (zh) | 数据处理方法、数据处理装置、电子设备和存储介质 | |
US8645377B2 (en) | Aggregating data from a work queue | |
US11055267B2 (en) | Handling time series index updates at ingestion | |
CN109271580B (zh) | 搜索方法、装置、客户端和搜索引擎 | |
US10037155B2 (en) | Preventing write amplification during frequent data updates | |
JP2015022562A (ja) | 情報処理装置および情報処理方法 | |
US20120041963A1 (en) | Providing selected attributes of streaming data for display by a visualization engine |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 17809631 Country of ref document: EP Kind code of ref document: A1 |
|
ENP | Entry into the national phase |
Ref document number: 2018563871 Country of ref document: JP Kind code of ref document: A |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
ENP | Entry into the national phase |
Ref document number: 20197000289 Country of ref document: KR Kind code of ref document: A |
|
ENP | Entry into the national phase |
Ref document number: 2017809631 Country of ref document: EP Effective date: 20190107 |