US11314703B2 - Method and apparatus for processing timedly-published data - Google Patents
Method and apparatus for processing timedly-published data Download PDFInfo
- Publication number
- US11314703B2 US11314703B2 US15/970,634 US201815970634A US11314703B2 US 11314703 B2 US11314703 B2 US 11314703B2 US 201815970634 A US201815970634 A US 201815970634A US 11314703 B2 US11314703 B2 US 11314703B2
- Authority
- US
- United States
- Prior art keywords
- file
- append
- timedly
- delete
- data
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active, expires
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/54—Presence management, e.g. monitoring or registration for receipt of user log-on information, or the connection status of the users
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/13—File access structures, e.g. distributed indices
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/16—File or folder operations, e.g. details of user interfaces specifically adapted to file systems
- G06F16/162—Delete operations
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/60—Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
- H04L67/62—Establishing a time schedule for servicing the requests
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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/21—Design, administration or maintenance of databases
Definitions
- the present disclosure generally relates to the field of the computer technology and, more particularly, relates to methods and apparatus for processing timedly-published data.
- a game notification may be sent to the user at a predetermined publishing time.
- a birthday notification may be sent to friends at a predetermined time.
- an information message may be sent to users in the whole network at predetermined times. To timedly publish information, saving and pulling of the timedly-published data are required.
- the timedly-published data can be stored using a relationship database or a key-value storage system.
- the server needs to inquire the database, and to append, delete, or update the timedly-published data.
- the server subsequently needs to read corresponding timedly-published data at predetermined publishing times, and then publish.
- the handling amount of the timedly-published data is very large and time-consuming. Handling efficiency can be reduced.
- the publishing can be delayed and some of the timedly-published data can be lost.
- One aspect or embodiment of the present disclosure includes a method for processing timedly-published data. After receiving an operation request for the timedly-published data, at least one of an append-file and a delete-file is written according to the operation request.
- the append-file corresponds to to-be-appended timedly-published data or post-updated timedly-published data.
- the delete-file corresponds to to-be-deleted timedly-published data or pre-updated timedly-published data.
- Each of the append-file and the delete-file uses a publishing time of the timedly-published data as an index.
- the apparatus can include a receiving module and a processing module.
- the receiving module is configured to receive an operation request for the timedly-published data.
- the processing module is configured to write at least one of an append-file and a delete-file according to the operation request.
- the append-file corresponds to to-be-appended timedly-published data or post-updated timedly-published data
- the delete-file corresponds to to-be-deleted timedly-published data or pre-updated timedly-published data.
- Each of the append-file and the delete-file uses a publishing time of the timedly-published data as an index.
- One aspect or embodiment of the present disclosure includes a non-transitory computer-readable medium having computer program.
- the computer program When being executed by a processor, the computer program performs a method for processing timedly-published data.
- the method includes receiving an operation request for the timedly-published data and writing at least one of an append-file and a delete-file according to the operation request.
- the append-file corresponds to to-be-appended timedly-published data or post-updated timedly-published data
- the delete-file corresponds to to-be-deleted timedly-published data or pre-updated timedly-published data
- each of the append-file and the delete-file uses a publishing time of the timedly-published data as an index.
- FIG. 1 depicts an exemplary method for processing timedly-published data consistent with various embodiments
- FIG. 2 depicts another exemplary method for processing timedly-published data consistent with various embodiments
- FIG. 3 depicts an exemplary method for appending or deleting files consistent with various embodiments
- FIG. 4 depicts an exemplary application scenario for processing timedly-published data consistent with various embodiments
- FIG. 5 depicts an exemplary publishing process for processing timedly-published data consistent with various embodiments
- FIG. 6 depicts an exemplary apparatus for processing timedly-published data consistent with various embodiments
- FIG. 7 depicts an exemplary processing module consistent with various embodiments
- FIG. 8 depicts an exemplary publishing terminal for processing timedly-published data consistent with various embodiments.
- FIG. 9 depicts an exemplary environment incorporating certain disclosed embodiments.
- FIGS. 1-8 depict exemplary methods and apparatus for processing timedly-published data consistent with various disclosed embodiments.
- timedly-published data refers to data published at predetermined times.
- the exemplary methods and apparatus can be implemented, for example, in an exemplary environment 900 as shown in FIG. 9 .
- FIG. 9 depicts an exemplary environment 900 incorporating certain disclosed embodiments.
- environment 900 can include a server 904 , a client 906 (and/or a terminal), and a communication network 902 .
- the server 904 and the client 906 may be coupled through the communication network 902 for information exchange, such as webpage browsing, Internet searching, data downloading, etc.
- client 906 and one server 904 are shown in the environment 900 , any number of clients 906 or servers 904 may be included, and other devices may also be included.
- Communication network 902 may include any appropriate type of communication network for providing network connections to the server 904 and client 906 or among multiple servers 904 or clients 906 .
- communication network 902 may include the Internet or other types of computer networks or telecommunication networks, either wired or wireless.
- a client may refer to any appropriate user terminal with certain computing capabilities, such as a personal computer (PC), a work station computer, a server computer, a hand-held computing device (tablet), a smart phone or mobile phone, or any other user-side computing device.
- PC personal computer
- work station computer a work station computer
- server computer a hand-held computing device
- smart phone or mobile phone any other user-side computing device.
- a server may refer one or more server computers configured to provide certain server functionalities, such as database management and search engines.
- a server may also include one or more processors to execute computer programs in parallel.
- the server 904 and the client/terminal 906 may be implemented on any appropriate computing platform, e.g., as shown in FIG. 8 .
- FIG. 1 depicts an exemplary method for processing timedly-published data consistent with various embodiments.
- the disclosed method can be used in application scenarios of altering timedly-published information.
- the user can use a client to send newly-appended timedly-published data, delete current timedly-published data, and/or update current timedly-published data.
- the timedly-published data can be used to provide network users with: a game notification, a friend's birthday notification, an information message publication, etc.
- Step 102 an operation request for timedly-published data can be received.
- the operation request can be sent from a client by the large number of users and can then be received.
- the received operation request can contain a data append request, a data delete request, and a data update request.
- the timedly-published data can use “minute” or “hour” or “week” as a unit.
- the data append request can be configured to append a piece of timedly-published data that users want to timedly publish. For example, a piece of timedly-published data to be timedly-published at a time of 18:20 on May 31, 2013 can be appended.
- the piece of timedly-published data can have a publishing content, e.g., “Tomorrow is a Children's Day”.
- the data delete request can be configured to delete a piece of timedly-published data. For example, a farm game notification published at a time of 23:12 on Aug. 22, 2013 can be deleted.
- the data update request can be configured to update a piece of timedly-published data. For example, the publishing time and/or the publishing content can be updated.
- Step 104 according to the operation request, at least one of an append-file and a delete-file can be written.
- an operation of writing at least one of an append-file and a delete-file can be processed.
- the append-file and the delete-file can use the publishing time of the timedly-published data as an index.
- the append-file can correspond to the to-be-appended timedly-published data or the post-updated timedly-published data.
- the delete-file can correspond to the to-be-deleted timedly-published data or the pre-updated timedly-published data.
- the append-file and the delete-file can be distinguished by different suffixes. For example, the append-file can use “.data” as the file suffix, while the delete-file can use “.del” as the file suffix.
- an append-file needs to be written. For example, when a notification to be published at a time of around 18:12 on Jun. 21, 2013 needs to be newly appended, an append-file with an index catalog of “20130621/1812.data” can be created, and the appended timedly-published data can be recorded into the append-file.
- a delete-file When the received operation request is a data delete request, only a delete-file needs to be written. For example, when a notification published at a time of around 23:12 on Jun. 21, 2013 needs to be deleted, a delete-file with an index catalog of “20130622/2312.del” can be created, and the to-be-deleted timedly-published data or the unique ID corresponding to said timedly-published data can be recorded into the delete-file.
- an append-file and a delete-file need to be written to record information of the pre-updated timedly-published data, such as a unique ID, into the delete-file, and to write the post-updated timedly-published data into the append-file. For example, when a user requests to update the timedly-published data with the publishing time of around 22:10 on Jun.
- a corresponding file-writing operation can be: recording the unique ID of the pre-updated timedly-published data in the delete-file with an index catalog of “20130623/2210.del”, and recording the post-updated timedly-published data (e.g., including the post-updated unique ID, the published content, etc.) in the append-file with an index catalog of “20130623/2210.data”.
- the index catalog for the append-file and the delete-file can only contain a publishing time of the timedly-published data.
- the index key of the append-file and the delete-file can contain the publishing time of the timedly-published data and also contain corresponding information of a user number. For example, when a user client having a user number “10002” sends a data append request to request to append a piece of timedly-published data with the publishing time of around 18:21 on Jun. 22, 2013, the append-file with the index catalog of “10002/20130622/1821.data” can be correspondingly written.
- a remainder result of a modulo (mod) operation on the user number by a greater natural number can be used as a top-layer catalog in the index catalog, and the higher natural number can be, e.g., 1000.
- a greater natural number e.g., greater than the user number
- the higher natural number can be, e.g., 1000.
- the disclosed methods and apparatus for processing timedly-published data after receiving a large number of operation requests from users, using a publishing time of the timedly-published data to be appended, deleted, or updated as an index, writing operations of the append-file or the delete-file can be directly processed.
- the disclosed methods and apparatus can thus reduce time for appending, deleting, and/or updating the timedly-published data, and can improve the processing efficiency.
- FIG. 2 depicts another exemplary method for processing timedly-published data consistent with various embodiments.
- the disclosed method can be used in application scenarios to obtain an operation request from a user and to timedly publishing information.
- the timedly-published data can be used to provide network users with: a game notification, a friend's birthday notification, an information message publication, etc.
- Step 202 an operation request for timedly-published data can be received.
- the operation request can be sent from a client by the large number of users and can then be received.
- the received operation request can contain a data append request, a data delete request, and a data update request.
- the timedly-published data can use “minute” as a unit.
- the data append request can be configured to append a piece of timedly-published data that users want to timedly publish.
- the data delete request can be configured to delete a piece of timedly-published data.
- the data update request can be configured to update a piece of timedly-published data including, e.g., the publishing time and/or the publishing content.
- Step 204 according to the operation request, at least one of an append-file and a delete-file can be written.
- an operation of writing at least one of an append-file and a delete-file can be processed.
- the append-file and the delete-file can use the publishing time of the timedly-published data as an index.
- the append-file can correspond to the to-be-appended timedly-published data or the post-updated timedly-published data.
- the delete-file can correspond to the to-be-deleted timedly-published data or the pre-updated timedly-published data.
- the append-file and the delete-file can be distinguished by different suffixes. For example, the append-file can use “.data” as the file suffix, while the delete-file can use “.del” as the file suffix.
- an append-file needs to be written. For example, when a notification to be published at a time of around 18:12 on Jun. 21, 2013 needs to be newly appended, an append-file with an index catalog of “20130621/1812.data” can be created, and the appended timedly-published data can be recorded into the append-file.
- a delete-file When the received operation request is a data delete request, only a delete-file needs to be written. For example, when a notification published at a time of around 23:12 on Jun. 21, 2013 needs to be deleted, a delete-file with an index catalog of “20130622/2312.del” can be created, and the to-be-deleted timedly-published data or the unique ID corresponding to said timedly-published data can be recorded into the delete-file.
- an append-file and a delete-file need to be written to record information of the pre-updated timedly-published data, such as a unique ID, into the delete-file, and to write the post-updated timedly-published data into the append-file.
- a user requests to update the timedly-published data with the publishing time of around 22:10 on Jun. 23, 2013 (e.g., to update the content from “Tomorrow is Children's day” to “Tomorrow is Teacher's day” and to update the publishing time to “around 15:20 on Jun.
- a corresponding file-writing operation can be: recording the unique ID of the pre-updated timedly-published data in the delete-file with an index catalog of “20130623/2210.del”, and recording the post-updated timedly-published data (e.g., including the post-updated unique ID, the published content, etc.) in the append-file with an index catalog of “20130623/2210.data”.
- the index catalog for the append-file and the delete-file can only contain a publishing time of the timedly-published data.
- the index key of the append-file and the delete-file can contain the publishing time of the timedly-published data and also contain corresponding information of a user number. For example, when a user client having a user number “10002” sends a data append request to request to append a piece of timedly-published data with the publishing time of around 18:21 on Jun. 22, 2013, the append-file with the index catalog of “10002/20130622/1821.data” can be correspondingly written.
- a remainder result of a modulo operation on the user number by a greater natural number can be used as a top-layer catalog in the index catalog, and the higher natural number can be, e.g., 1000.
- the higher natural number can be, e.g. 1000.
- the user client having the user number of “1000532” sends a data delete request to delete timedly-published data with a publishing time of around 22:15 on Jun. 23, 2013, correspondingly, a delete-file having an index catalog of “532/20130623/2215.del” needs to be written.
- Step 206 according to the append-file and the delete-file corresponding to the publishing time, the timedly-published data to be published in each publishing time can be determined and the timedly-published data can be published.
- the timedly-published data can use “minute” as a unit. Within each minute, according to the append-file and the delete-file corresponding to a current minute, the timedly-published data to be published in the current one minute is determined. For example, by reading the timedly-published data of the append-file or by only reading unique ID of the timedly-published data, it is determine whether the unique ID of the timedly-published data is in the delete-file. When the unique ID is determined to be in the delete-file, the timedly-published data is determined to be deleted as requested by the user, and there is no need to publish the timedly-published data. When the unique ID is determined not to be in the delete-file, the timedly-published data is determined to be the data to be published in the current time, and such data can then be published.
- the timedly-published data can be published, e.g., to all network users, a specific user, and/or friend(s) of a specific user.
- use of the disclosed methods of processing timedly-published data can only need to compare the append-file and the delete-file to determine the timedly-published data corresponding to each publishing time, and then publish.
- the disclosed methods and apparatus can thus reduce time for appending, deleting, and/or updating the timedly-published data, and can improve the processing efficiency. Delayed publishing or timedly-published data loss can be effectively avoided.
- FIG. 3 depicts an exemplary method for appending or deleting files consistent with various embodiments.
- Step 302 which one from the data append request, the data delete request, and the data update request is the operation request can be determined.
- the type of operation requests can be identified by pre-set communication protocols. For example, for communication data, one or more identification bits (or flags) can be used to identify the type of operation requests.
- the data append request, the data delete request, and the data update request can refer to description in Step 102 .
- the contained content can be different.
- the data append request can contain a unique ID, a publishing time, and publishing content of the to-be-appended timedly-published data.
- the data delete request can contain the unique ID and the publishing time of the to-be-deleted timedly-published data.
- the data update request can contain the unique ID, the publishing time, and the publishing content of the pre-updated timedly-published data and the unique ID, the publishing time, and the publishing content of the post-updated timedly-published data.
- Step 304 it is determined that the operation request is the data append request.
- Step 306 can then be implemented.
- the append-file can be written in a form as an append file.
- a form as an append file directly write content to be added at the end of the content of the file
- the unique ID and the publishing content of the to-be-appended timedly-published data can be recorded into the append-file corresponding to the publishing time of the to-be-appended timedly-published data.
- Step 308 it is determined that the operation request is the data delete request.
- Step 310 can be implemented.
- the delete-file in the form as the append file, can be written in the form as the append file.
- the unique ID of the to-be-deleted timedly-published data can be recorded into the delete-file corresponding to the publishing time of the to-be-deleted timedly-published data.
- Step 312 it is determined that the operation request is the data update request.
- Step 314 can be implemented.
- the append-file and the delete-file can be written in the form as the append file.
- the unique ID of the to-be-updated timely-published data can be recorded into the delete-file corresponding to the publishing time of the to-be-updated timely-published data
- the unique ID and the publishing content of the post-updated timely-published data can be recorded into the append-file corresponding to the publishing time of the post-updated timely-published data.
- the operation to write the append-file or delete-file in the form as the append file can further reduce the processing time.
- writing the delete-file only the unique ID of the to-be-deleted timedly-published data needs to be deleted. Processing efficiency can further be improved. Storage space required by the delete-file can be reduced.
- FIG. 4 depicts an exemplary application scenario for processing timedly-published data consistent with various embodiments.
- a receiving process 402 can receive operation requests sent from clients by a large number of users.
- the received operation request can contain a data append request, a data delete request, and a data update request.
- the receiving process 402 can determine a shared cached queue corresponding to the user ID, can receive the operation request(s) via the shared cached queue.
- the user ID can be, but not limited to, a user number uniquely corresponding to the user.
- a corresponding, receiving cached queue can be determined by a remainder result of a modulo (mod) operation on the user number by a total number of the shared cached queues. For example, when the user number is 10002, the remainder result from 10002 and the total number of shared cached queues can be 0. By adding one to the remainder result, the shared cached queue 1 can be obtained.
- the receiving process 402 can then press the operation request into the shared cached queue 1 for the data of shared cached queue 1 to be processed in a manner of “first-in first-out”, or any other suitable manner.
- a 4041 process 1 of corresponding to the shared cached queue 1 can extract the operation request of the shared cached queue 1, and according to the user ID, can determine a thread (T) queue corresponding to the user ID, then via the determined thread queue, receive the operation request, and then via a thread corresponding to the thread queue, can process the operation of writing the append-file or delete-file.
- 4041 process 1 can determine a corresponding thread queue according to a remainder result of a modulo operation on the user number by a total number of the thread queues.
- a thread corresponding to the thread queue can process the operation of writing the append-file or delete-file according to the method depicted in FIG. 3 , although other methods can be used without limitation.
- the operation request is a data append request
- an append-file can be written.
- the delete-file can be written.
- the append-file and the delete-file can be written simultaneously.
- the append-file and the delete-file can be stored in a storing module 406 .
- the storing module 406 can be at least one of a hard disk, a magnetic disk, etc.
- the append-file has a suffix of “.data”, while the delete-file has a suffix of “.del”.
- the index key of the append-file and the delete-file can contain the publishing time of the timedly-published data and also contain corresponding information of a user number. For example, when a user client having a user number “10002” sends a data append request to request to append a piece of timedly-published data with the publishing time of around 18:21 on Jun. 22, 2013, the append-file with the index catalog of “10002/20130622/1821.data” can be written by the thread.
- a remainder result of a modulo operation on the user number by a greater natural number can be used as a top-layer catalog in the index catalog, and the higher natural number can be, e.g., 1000.
- the user client having the user number of “1000532” sends a data delete request to delete timedly-published data with a publishing time of around 22:15 on Jun. 23, 2013, correspondingly, a delete-file having an index catalog of “532/20130623/2215.del” can be written by a thread.
- the user operation request can be received via different shared cached queues to reduce conflicts when processing a large number of operation requests.
- different threads can work on different parts. As the catalog of the append-file and the delete-file contains related information of the user number, the append-file or the delete-file written by different threads cannot be same. This avoids the risk of data conflict when writing files.
- FIG. 5 depicts an exemplary publishing process for processing timedly-published data consistent with various embodiments.
- the exemplary publishing process for processing timedly-published data can contain all processes as depicted in FIGS. 2-3 .
- Step 502 the delete-file corresponding to the each publishing time can be read.
- the publishing time uses “minute” as a unit.
- corresponding delete-file can be read into a memory device.
- the delete-file having an index catalog of “20130622/2312. del” can be read into the memory device.
- the index catalog of the read delete-file can contain corresponding information of the user number. The corresponding information can be the remainder result generated from the user number and a large natural number 1000. For example, at the time of 12:19 on Jun. 23, 2013, the delete-files with the index catalog of “0/20130623/1219.del”, “1/20130623/1219.del” . . . “532/20130623/1219.del”, etc. can be read.
- Step 504 unique ID of the timedly-published data in the append-file corresponding to the each publishing time can be read.
- the append-file is processed by a writing operation in a form as an append file.
- the timedly-published data in the append-file can be read according to a pre-set order. For example, at the time of 12:19 on Jun. 23, 2013, the unique ID of the timedly-published data in the append-file with the catalog of “20130622/2312.data” can be read into the memory device.
- the index catalog of the read append-file can contain the user number or corresponding information of the user number, and the index catalog structure can refer to the index catalog in the read delete-file as described in Step 502 .
- Step 506 it is determined whether the unique ID of the timedly-published data can be recorded in the delete-file.
- Step 508 it is compared whether the unique ID of the read timedly-published data is recorded in the delete-file in the memory device.
- Step 508 When the unique ID is determined not to be in the delete-file, Step 508 can be implemented.
- Step 512 When the unique ID is determined to be in the delete-file, Step 512 can be implemented.
- Step 508 it is determined that the timedly-published data are the to-be-published timedly-published data.
- Step 510 the timedly-published data can be published.
- the timedly-published data can be published.
- the timedly-published data can be published, e.g., to all network users, a specific user, and/or friend(s) of a specific user.
- Step 512 it is determined that the timedly-published data are not the to-be-published timedly-published data.
- the timedly-published data are not the to-be-published timedly-published data, no publishing can be performed, and a next piece of timedly-published data can be continuously read.
- the publishing time uses “minute” as a unit.
- minute In every minute, according to the append-file and the delete-file, the timedly-published data can be published. After this time point (ending of one minute), a time interval can be pre-set. For example, every hour, or every day, deleting operations can be performed to expired append-file and the delete-file and to release storage space of hard disk and/or magnetic disk.
- timedly-published data when publishing the timedly-published data, only the delete-file with having small size needs to be read.
- the timedly-published data in the append-file can be read in an order without uploading a large number of timedly-published data to the memory device. Time used for memory loading can thus be reduced and processing efficiency can be improved.
- FIG. 6 depicts an exemplary apparatus for processing timedly-published data consistent with various embodiments.
- the exemplary apparatus can be used, but not limited to, in one server.
- the server can provide network users with: a game notification, a friend's birthday notification, an information message publication, etc.
- the exemplary apparatus for publishing the timedly-published data can include: a receiving module 602 , a processing module 604 , and/or a publishing module 606 .
- the receiving module 602 can be configured to receive an operation request for the timedly-published data.
- the operation request can contain a data append request, a data delete request, and/or a data update request.
- the processing module 604 can be configured to write at least one of an append-file and a delete-file according to the operation request.
- the append-file can correspond to the to-be-appended timedly-published data or post-updated timedly-published data.
- the delete-file can correspond to to-be-deleted timedly-published data or pre-updated timedly-published data.
- Each of the append-file and the delete-file can use a publishing time of the timedly-published data as an index.
- the apparatus can include further the publishing module 606 to realize the function of publishing the timedly-published data.
- the publishing module 606 can be configured to determine the to-be-published timedly-published data in each publishing time, and to publish the timedly-published data, according to the append-file and the delete-file corresponding to each publishing time.
- an exemplary processing module 604 can include a determining unit 6042 and/or a file modifying unit 6044 .
- the determining unit 6042 can be configured to determine which one from the data append request, the data delete request, and the data update request is the operation request.
- the file modifying unit 6044 can be configured: when the operation request is determined to be the data append request, in a form as an append file, to record the unique ID and the publishing content of the to-be-appended timedly-published data into the append-file corresponding to the publishing time of the to-be-appended timedly-published data.
- the file modifying unit 6044 can also be configured: when the operation request is determined to be the data delete request, in the form as the append file, to record the unique ID of the to-be-deleted timedly-published data into the delete-file corresponding to the publishing time of the to-be-deleted timedly-published data.
- the file modifying unit 6044 can further be configured: when the operation request is determined to be the data update request, in the form as the append file, to record the unique ID of the pre-updated timely-published data into the delete-file corresponding to the publishing time of the pre-updated timely-published data, and to record the unique ID and the publishing content of the post-updated timely-published data into the append-file corresponding to the publishing time of the post-updated timely-published data.
- the receiving module 602 can be configured, according to a user ID to determine a shared cached queue corresponding to the user ID, and to receive the operation request(s) via the shared cached queue.
- the user ID can be, but not limited to, a user number uniquely corresponding to the user.
- the receiving module 602 determines a corresponding, receiving shared cached queue according to a remainder result of modulo operation on the user number by a total number of the shared cached queues.
- the processing module 604 can be configured, according to the user ID, to determine a thread queue corresponding to the user ID, to receive the operation request via the thread queue, and to write the append-file or the delete-file via a thread corresponding to the thread queue. Correspondingly, the processing module 604 can determine the corresponding processing cached queue according to the remainder result of modulo operation on the user number by a total number of the thread queues.
- the publishing module 606 can be configured to read the delete-file corresponding to the each publishing time; to read the unique ID of the timedly-published data in the append-file corresponding to the each publishing time; and to determine whether the unique ID of the timedly-published data is recorded in the delete-file.
- the timedly-published data can be the to-be-published timedly-published data.
- the timedly-published data are not the to-be-published timedly-published data.
- the disclosed process can be performed in part or in whole by hardware related to instructions from computer programs.
- Such programs and/or instructions can be stored in a non-transitory computer readable medium.
- the disclosed method(s) or step(s) in the method(s) can be included.
- the non-transitory computer readable medium can include one or more of a disk, a CD, a ROM (Read-Only Memory), and/a RAM (Random Access Memory).
- FIG. 8 depicts an exemplary publishing terminal for processing timedly-published data consistent with various embodiments.
- the publishing terminal can include, but is not limited to, smart phones, tablet computers, e-book readers, moving picture experts group audio layer III (MP3) players, moving picture experts group audio layer IV (MP4) players, laptops, PDA (personal digital assistant), POS (point of sales), car-carrying computer, and/or desktop computers.
- the publishing terminal can be any user terminal that has a client installed therein and can be used in the environment of FIG. 9 .
- the publishing terminal can be a mobile phone.
- FIG. 8 depicts at least a portion of an exemplary publishing terminal 800 .
- the exemplary terminal 800 can include an RF (Radio Frequency) circuit 810 , a storage device 820 including one or more computer-readable storage media, an input unit 830 , a display unit 840 , a sensor 850 , an audio circuit 860 , a transmission module 870 , a processor 880 including one or more processing cores, a power supply 890 , and/or other components.
- the terminal(s) described herein can include more or less components as depicted in FIG. 8 . Certain components/parts can be omitted, combined, replaced, and/or added.
- the RF circuit 810 can be used to send/receive information or send/receive signal during communication. In particular, after receiving downlink information from a base station, such information can be processed by the one or more processors 880 . Further, the data related to the uplink can be sent to the base station.
- the RF circuit 810 can include, but be not limited to, an antenna, at least one amplifier, a tuner, one or more oscillators, a user identity module (SIM) card, a transceiver, a coupler, LNA (i.e., Low Noise Amplifier), a duplexer, etc.
- SIM user identity module
- the RF circuit 810 can communicate with other devices via a wireless communication network.
- the wireless communication can use any communication standards or protocols, including but not limited to, GSM (Global System for Mobile Communications), GPRS (General Packet Radio Service), CDMA (Code Division Multiple Access), WCDMA (Wideband encode Division Multiple Access), LTE (Long Term Evolution), e-mail, SMS (Short Messaging Service).
- GSM Global System for Mobile Communications
- GPRS General Packet Radio Service
- CDMA Code Division Multiple Access
- WCDMA Wideband encode Division Multiple Access
- LTE Long Term Evolution
- e-mail Short Messaging Service
- the storage device 820 (e.g., a non-transitory computer readable storage medium) can be used for storing software programs and modules, such as those software programs and modules corresponding to the disclosed methods and apparatus. By running software programs and modules stored in the storage device 820 , the processor 880 can perform various functional applications and data processing to process timedly-published data.
- the storage device 820 can include a program storage area and a data storage area.
- the program storage area can store the operating system, applications (such as sound playback, image playback, etc.) required by at least one function.
- the data storage area can store data (such as audio data, phone book, etc.) created when using the terminal.
- the storage device 820 can include a high-speed random access memory and a non-volatile memory.
- the storage device 820 can include at least one disk memory, flash memory, and/or other volatile solid-state memory elements. Accordingly, the storage device 820 can further include a memory controller to provide the processor 880 and the input unit 830 with access to the storage device 820 .
- the input unit 830 can be used to receive inputted numeric or character information, and to generate signal input of keyboard, mouse, joystick, and trackball or optical signal input related to the user settings and function controls.
- the input unit 830 can include a touch control panel 831 and other input device(s) 832 .
- the touch-sensitive surface 831 also known as a touch screen or touch panel, can collect touch operations that a user conducts on or near the touch-sensitive surface 831 .
- a user can use a finger, a stylus, and any other suitable object or attachment on the touch-sensitive surface 831 or on an area near the touch-sensitive surface 831 .
- the touch-sensitive surface 831 can drive a connecting device based on a preset program.
- the touch control panel 831 can include a touch detection device and a touch controller.
- the touch detection device can detect user's touch position and detect a signal due to a touch operation and send the signal to the touch controller.
- the touch controller can receive touch information from the touch detection device, convert the touch information into contact coordinates to send to the processor 880 , and receive commands sent from the processor 880 to execute.
- the touch control panel 831 can be realized by resistive, capacitive, infrared surface acoustic wave, and/or other types of surface touch.
- the input unit 830 can also include other input device(s) 832 .
- the other input device(s) 832 can include, but be not limited to, a physical keyboard, function keys (such as volume control buttons, switch buttons, etc.), a trackball, a mouse, an operating lever, or combinations thereof.
- the display unit 840 can be used to display information inputted by the user, information provided to the user, and a variety of graphical user interfaces of the terminal 800 . These graphical user interfaces can be formed by images, text, icons, videos, and/or any combinations thereof.
- the display unit 840 can include a display panel 841 configured by, e.g., LCD (Liquid Crystal Display), OLED (Organic Light-Emitting Diode), etc.
- the touch control panel 831 can cover the display panel 841 . When the touch control panel 831 detects a touch operation on or near the touch sensitive surface, the touch operation can be sent to the processor 880 to determine a type of the touch operation. Accordingly, the processor 880 can provide visual output on the display panel 841 .
- the touch-sensitive surface 831 and the display panel 841 are shown as two separate components to achieve input and output functions, in some embodiments, the touch control panel 831 and the display panel 841 can be integrated to perform input and output functions.
- the terminal 800 in FIG. 8 can further include at least one sensor 850 , such as optical sensors, motion sensors, and other suitable sensors.
- the optical sensors can include an ambient optical sensor and a proximity sensor.
- the ambient optical sensor can adjust brightness of the display panel 841 according to the brightness of ambient light.
- the proximity sensor can turn off the display panel 841 and/or turn on backlighting, when the terminal 800 moves to an ear.
- a gravity sensor can detect amount of an acceleration in each direction (e.g., including three axis) and detect magnitude and direction of gravity when in stationary.
- the gravity sensor can be used to identify phone posture (for example, switching between horizontal and vertical screens, related games, magnetometer calibration posture, etc.), and/or vibration recognition related functions (e.g., pedometer, percussion, etc.).
- the terminal 800 can also be configured with, e.g., a gyroscope, a barometer, a hygrometer, a thermometer, an infrared sensor, and/or other sensors.
- the audio circuit 860 can include an audio input device 861 such as a microphone and an audio output device 862 such as a speaker and can provide an audio interface between the user and terminal 800 .
- the audio circuit 860 can transmit an electrical signal converted from the received audio data to the speaker 861 to convert into audio signal output.
- the microphone 862 can convert the collected sound signal to an electrical signal, which can be received by the audio circuit 860 to convert into audio data.
- the audio data can be output to the processor 880 for processing and then use the RF circuit 810 to transmit to, e.g., another terminal. Alternatively, the audio data can be output to the storage device 820 for further processing.
- the audio circuit 860 can also include an earplug jack to provide communications between the peripheral headset and the terminal 800 .
- the terminal 800 can use the transmission module 870 (e.g., a WiFi module) to help users send/receive emails, browse websites, access streaming media, etc.
- the transmission module 870 can provide users with a wireless or wired broadband Internet access.
- the transmission module 870 can be configured within or outside of the terminal 800 as depicted in FIG. 8 .
- the processor 880 can be a control center of the terminal 800 : using a variety of interfaces and circuits to connect various parts, e.g., within a mobile phone; running or executing software programs and/or modules stored in the storage device 820 ; calling the stored data in the storage device 820 ; and/or performing various functions and data processing of the terminal 800 , e.g., to monitor the overall mobile phone.
- the processor 880 can include one or more processing cores.
- the processor 880 can integrate application processor with modulation and demodulation processor.
- the application processor is mainly used to process operating system, user interface, and applications.
- the modulation and demodulation processor is mainly used to deal with wireless communications. In various embodiments, the modulation and demodulation processor may or may not be integrated into the processor 880 .
- the terminal 800 can further include a power supply 890 (such as a battery) to power various components of the terminal.
- the power supply can be connected to the processor 880 via the power management system, and thus use the power management system to manage charging, discharging, and/or power management functions.
- the power supply 890 can also include one or more DC or AC power supplies, a recharging system, a power failure detection circuit, a power converter or inverter, a power status indicator, and/or any other suitable components.
- the terminal 800 can further include a camera, a Bluetooth module, etc. without limitations.
- the processor(s) 880 of the terminal 800 can upload executable files corresponding to processes of one or more programs to the storage device 820 .
- the processor(s) 880 can then be used to run these one or more programs stored in the storage device 820 .
- the processor(s) 880 can at least be configured to perform following functions.
- an append-file and a delete-file is written according to the operation request.
- the append-file corresponds to to-be-appended timedly-published data or post-updated timedly-published data.
- the delete-file corresponds to to-be-deleted timedly-published data or pre-updated timedly-published data.
- Each of the append-file and the delete-file uses a publishing time of the timedly-published data as an index.
- the timedly-published data includes a unique identification (ID), the publishing time, and publishing content.
- the operation request includes a data append request, a data delete request, and a data update request.
- the data append request includes the to-be-appended timedly-published data.
- the data delete request includes the unique ID and the publishing time of the to-be-deleted timedly-published data.
- the data update request includes the unique ID and the publishing time of the pre-updated timedly-published data and the post-updated timedly-published data.
- the processor(s) 880 can be configured to further perform following functions. To write the append-file or the delete-file, it is determined which one from the data append request, the data delete request, and the data update request is the operation request. When the operation request is determined to be the data append request, in a form as an append file, the unique ID and the publishing content of the to-be-appended timedly-published data can be recorded into the append-file corresponding to the publishing time of the to-be-appended timedly-published data.
- the unique ID of the to-be-deleted timedly-published data can be recorded into the delete-file corresponding to the publishing time of the to-be-deleted timedly-published data.
- the unique ID of the pre-updated timely-published data can be recorded into the delete-file corresponding to the publishing time of the pre-updated timely-published data, and recording the unique ID and the publishing content of the post-updated timely-published data into the append-file corresponding to the publishing time of the post-updated timely-published data.
- a shared cached queue corresponding to the user ID can be determined.
- the operation request can be received via the shared cached queue.
- a thread queue corresponding to the user ID can be determined according to the user ID.
- the operation request can be received via the thread queue.
- the append-file or the delete-file can be written via a thread corresponding to the thread queue.
- the user ID can be a user number uniquely corresponding to a user.
- a corresponding shared cached queue can be determined according to a remainder result of a modulo operation on the user number by a total number of the shared cached queues.
- a corresponding thread queue can be determined according to a remainder result of a modulo operation on the user number by a total number of the thread queues.
- to-be-published timedly-published data at the each publishing time can be determined and then published.
- the processor(s) 880 can be configured to further perform following functions. To determine the to-be-published timedly-published data at the each publishing time, the delete-file corresponding to the each publishing time can be read. The unique ID of the timedly-published data in the append-file corresponding to the each publishing time can be read. It is then determined whether the unique ID of the timedly-published data is recorded in the delete-file. When the unique ID of the timedly-published data is not recorded in the delete-file, the timedly-published data are the to-be-published timedly-published data. When the unique ID of the timedly-published data is recorded in the delete-file, the timedly-published data are not the to-be-published timedly-published data.
- the disclosed methods and apparatus provide advantages in, e.g., storing notifications, rapidly extracting data to be notified, and rapidly sending the notification to the user.
- Such storing can support high concurrence and high usability.
- the high concurrence means a large number of requests.
- the high usability/availability means high degree of integrity of notification data. Rapidly extracting the notification data can satisfy users' requirement.
- the notification data (e.g., timedly-published data) can be stored in a form as an append file.
- the append notification can be written into the append-file.
- the delete notification can be written into the delete-file.
- a proxy When a proxy receives a request from a client, the data can be placed into a shared memory queue (e.g., according to qq % N+1). A worker can take out data from the shared memory queue and place into a thread queue (e.g., according to the qq % m+1), then return the client with a “success”.
- a shared memory queue e.g., according to qq % N+1
- a worker can take out data from the shared memory queue and place into a thread queue (e.g., according to the qq % m+1), then return the client with a “success”.
- disk file path can be generated according to a qq-number (e.g., a user number) and a notification-time. Notification data can then be written into the file.
- a qq-number e.g., a user number
- qq-number of 10001 may submit notification data including a notification for appending at around 18:12 on Jun. 21, 2013, including a notification for deleting at around 23:12 on Jun. 9, 2013. Then a record can be appended to the files of /data/10001/20130621/1812.data and /data/10001/20130622/2312.data, respectively.
- each thread can be used to do an individual part to respectively operation different files and to reduce risks of writing files in concurrence.
- the delete-file When sending, the delete-file can all be loaded into the memory at certain time-points. As the delete-file often contains field selections with smaller size (e.g., a piece of record may contain qq number plus a unique id), the occupied memory can also be small. Then the data file can be read in order, to determine whether the notification data are deleted. When the data are deleted, any operation can be ignored. When the data are not deleted, the sending operation can be implemented.
- the disclosed methods and apparatus can include high concurrence.
- “append” file the deleting operation can be used to write files with no need to search files.
- the append file can be operated only about several milliseconds.
- the worker receives the data the data can be placed into the thread queue, and then be return immediately.
- the operation of writing a disk can be processed by a thread.
- Time for pulling data (notification data) can be reduced and all of the data can be directly loaded according to a notification time.
- each embodiment is progressively described, i.e., each embodiment is described and focused on difference between embodiments. Similar and/or the same portions between various embodiments can be referred to with each other.
- exemplary apparatus and/or systems are described with respect to corresponding methods.
- the disclosed methods, apparatus, and/or systems can be implemented in a suitable computing environment.
- the disclosure can be described with reference to symbol(s) and step(s) performed by one or more computers, unless otherwise specified. Therefore, steps and/or implementations described herein can be described for one or more times and executed by computer(s).
- the term “executed by computer(s)” includes an execution of a computer processing unit on electronic signals of data in a structured type. Such execution can convert data or maintain the data in a position in a memory system (or storage device) of the computer, which can be reconfigured to alter the execution of the computer as appreciated by those skilled in the art.
- the data structure maintained by the data includes a physical location in the memory, which has specific properties defined by the data format.
- the embodiments described herein are not limited. The steps and implementations described herein may be performed by hardware.
- module or “unit” can be software objects executed on a computing system.
- a variety of components described herein including elements, modules, units, engines, and services can be executed in the computing system.
- the methods, apparatus, and/or systems can be implemented in a software manner. Of course, the methods, apparatus, and/or systems can be implemented using hardware. All of which are within the scope of the present disclosure.
- the disclosed units/modules can be configured in one apparatus (e.g., a processing unit) or configured in multiple apparatus as desired.
- the units/modules disclosed herein can be integrated in one unit/module or in multiple units/modules.
- Each of the units/modules disclosed herein can be divided into one or more sub-units/modules, which can be recombined in any manner.
- the units/modules can be directly or indirectly coupled or otherwise communicated with each other, e.g., by suitable interfaces.
- suitable software and/or hardware may be included and used in the disclosed methods, apparatus, and/or systems.
- the disclosed embodiments can be implemented by hardware only, which alternatively can be implemented by software products only.
- the software products can be stored in computer-readable storage medium including, e.g., ROM/RAM, magnetic disk, optical disk, etc.
- the software products can include suitable commands to enable a terminal device (e.g., including a mobile phone, a personal computer, a server, or a network device, etc.) to implement the disclosed embodiments.
- the term “comprising”, “including” or any other variants thereof are intended to cover a non-exclusive inclusion, such that the process, method, article, or apparatus containing a number of elements also include not only those elements, but also other elements that are not expressly listed; or further include inherent elements of the process, method, article or apparatus. Without further restrictions, the statement “includes a . . . ” does not exclude other elements included in the process, method, article, or apparatus having those elements.
- Methods and apparatus for processing timedly-published data After receiving an operation request for the timedly-published data, at least one of an append-file and a delete-file can be written according to the operation request.
- the append-file corresponds to to-be-appended timedly-published data or post-updated timedly-published data.
- the delete-file corresponds to to-be-deleted timedly-published data or pre-updated timedly-published data.
- Each of the append-file and the delete-file uses a publishing time of the timedly-published data as an index.
- the disclosed methods and apparatus for processing timedly-published data after receiving a large number of operation requests from users, using a publishing time of the timedly-published data to be appended, deleted, or updated as an index, writing operations of the append-file or the delete-file can be directly processed.
- the disclosed methods and apparatus can thus reduce time for appending, deleting, and/or updating the timedly-published data, and can improve the processing efficiency.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Human Computer Interaction (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
Claims (17)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US15/970,634 US11314703B2 (en) | 2013-08-21 | 2018-05-03 | Method and apparatus for processing timedly-published data |
Applications Claiming Priority (5)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201310367744.2 | 2013-08-21 | ||
| CN201310367744.2A CN104426926B (en) | 2013-08-21 | 2013-08-21 | Method and device for processing data released regularly |
| PCT/CN2014/083700 WO2015024437A1 (en) | 2013-08-21 | 2014-08-05 | Method and apparatus for processing timedly-published data |
| US14/605,319 US9990379B2 (en) | 2013-08-21 | 2015-01-26 | Method and apparatus for processing timedly-published data |
| US15/970,634 US11314703B2 (en) | 2013-08-21 | 2018-05-03 | Method and apparatus for processing timedly-published data |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US14/605,319 Continuation US9990379B2 (en) | 2013-08-21 | 2015-01-26 | Method and apparatus for processing timedly-published data |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20180253450A1 US20180253450A1 (en) | 2018-09-06 |
| US11314703B2 true US11314703B2 (en) | 2022-04-26 |
Family
ID=52483049
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US14/605,319 Active 2036-09-07 US9990379B2 (en) | 2013-08-21 | 2015-01-26 | Method and apparatus for processing timedly-published data |
| US15/970,634 Active 2035-07-02 US11314703B2 (en) | 2013-08-21 | 2018-05-03 | Method and apparatus for processing timedly-published data |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US14/605,319 Active 2036-09-07 US9990379B2 (en) | 2013-08-21 | 2015-01-26 | Method and apparatus for processing timedly-published data |
Country Status (3)
| Country | Link |
|---|---|
| US (2) | US9990379B2 (en) |
| CN (1) | CN104426926B (en) |
| WO (1) | WO2015024437A1 (en) |
Families Citing this family (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109815194B (en) * | 2019-02-01 | 2024-07-16 | 北京沃东天骏信息技术有限公司 | Indexing method, indexing device, computer-readable storage medium, and electronic device |
| CN110851288B (en) * | 2019-10-17 | 2021-08-03 | 腾讯科技(深圳)有限公司 | Message processing method and device |
| CN111880910A (en) * | 2020-07-31 | 2020-11-03 | 北京小米移动软件有限公司 | Data processing method and device, server and storage medium |
| CN112702257B (en) * | 2020-12-11 | 2022-10-11 | 上海掌门科技有限公司 | Method and device for deleting friend application |
| CN112860797A (en) * | 2021-02-10 | 2021-05-28 | 上海商汤智能科技有限公司 | Database synchronization method and device, storage medium and equipment |
Citations (28)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6101585A (en) | 1997-11-04 | 2000-08-08 | Adaptec, Inc. | Mechanism for incremental backup of on-line files |
| US20030074600A1 (en) * | 2000-04-12 | 2003-04-17 | Masaharu Tamatsu | Data backup/recovery system |
| US20030135519A1 (en) * | 2002-01-11 | 2003-07-17 | First Data Corporation | Methods and systems for extracting related information from flat files |
| US20040139091A1 (en) | 2002-07-23 | 2004-07-15 | Samsung Electronics Co., Ltd. | Index structure of metadata, method for providing indices of metadata, and metadata searching method and apparatus using the indices of metadata |
| JP2005050242A (en) | 2003-07-31 | 2005-02-24 | Nec Soft Ltd | Birth information notification device and birth information notification method |
| WO2005074596A2 (en) | 2004-01-30 | 2005-08-18 | Yahoo! Inc. | Method and apparatus for providing real-time notification for avatars |
| CN1794708A (en) | 2005-07-29 | 2006-06-28 | 华为技术有限公司 | Display service system and method of issuring display information |
| US20060146991A1 (en) | 2005-01-06 | 2006-07-06 | Tervela, Inc. | Provisioning and management in a message publish/subscribe system |
| US20060230170A1 (en) | 2005-03-30 | 2006-10-12 | Yahoo! Inc. | Streaming media content delivery system and method for delivering streaming content |
| US20070027840A1 (en) * | 2005-07-27 | 2007-02-01 | Jobserve Limited | Searching method and system |
| US20080126396A1 (en) * | 2006-06-26 | 2008-05-29 | Perceptive Software, Inc. | System and method for implementing dynamic forms |
| CN101193348A (en) | 2007-12-27 | 2008-06-04 | 中国移动通信集团北京有限公司 | A method, device and system for subscribing to regular short messages |
| CN101419554A (en) | 2008-12-12 | 2009-04-29 | 北京邮电大学 | TMPLS network management modularized development manner based on JavaBean and JavaApplet |
| US20090125522A1 (en) * | 2007-10-31 | 2009-05-14 | Hitachi, Ltd. | File sharing system and file sharing method |
| CN101789991A (en) | 2009-12-30 | 2010-07-28 | 中兴通讯股份有限公司 | Method, device and mobile terminal for acquiring data change information |
| US20110173294A1 (en) * | 2008-09-05 | 2011-07-14 | Paul Alexander Jackson | Method and system of synchronizing accounting objects between a client and server |
| US20120005237A1 (en) * | 2010-07-02 | 2012-01-05 | Code Systems Corporation | Method and system for building a streaming model |
| US20120109915A1 (en) * | 2010-11-02 | 2012-05-03 | Canon Kabushiki Kaisha | Document management system, method for controlling the same, and storage medium |
| US20130103729A1 (en) * | 2011-10-24 | 2013-04-25 | Nokia Corporation | Method and apparatus for providing a key-value based storage interface |
| US20130173861A1 (en) * | 2012-01-04 | 2013-07-04 | International Business Machines Corporation | Near neighbor data cache sharing |
| US20130262403A1 (en) * | 2012-03-31 | 2013-10-03 | Bmc Software, Inc. | Unique attribute constraints for versioned database objects |
| US20130298174A1 (en) * | 2012-05-01 | 2013-11-07 | Broadcom Corporation | Service based power management in a network |
| US20140059163A1 (en) * | 2012-08-24 | 2014-02-27 | Facebook Inc. | Distributed request processing |
| US20140280206A1 (en) * | 2013-03-14 | 2014-09-18 | Facebook, Inc. | Social cache |
| US20150058293A1 (en) * | 2012-03-22 | 2015-02-26 | Nec Corporation | Distributed storage system, storage control method and program |
| US20160011914A1 (en) * | 2013-06-20 | 2016-01-14 | Seagate Technology Llc | Distributed power delivery |
| US20160044170A1 (en) * | 2012-09-04 | 2016-02-11 | Clearview Business Intelligence, Llc | Processing call center data |
| US20160179580A1 (en) * | 2013-07-30 | 2016-06-23 | Hewlett Packard Enterprise Development L.P. | Resource management based on a process identifier |
-
2013
- 2013-08-21 CN CN201310367744.2A patent/CN104426926B/en active Active
-
2014
- 2014-08-05 WO PCT/CN2014/083700 patent/WO2015024437A1/en not_active Ceased
-
2015
- 2015-01-26 US US14/605,319 patent/US9990379B2/en active Active
-
2018
- 2018-05-03 US US15/970,634 patent/US11314703B2/en active Active
Patent Citations (30)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6101585A (en) | 1997-11-04 | 2000-08-08 | Adaptec, Inc. | Mechanism for incremental backup of on-line files |
| US20030074600A1 (en) * | 2000-04-12 | 2003-04-17 | Masaharu Tamatsu | Data backup/recovery system |
| US20030135519A1 (en) * | 2002-01-11 | 2003-07-17 | First Data Corporation | Methods and systems for extracting related information from flat files |
| US20040139091A1 (en) | 2002-07-23 | 2004-07-15 | Samsung Electronics Co., Ltd. | Index structure of metadata, method for providing indices of metadata, and metadata searching method and apparatus using the indices of metadata |
| CN1625740A (en) | 2002-07-23 | 2005-06-08 | 三星电子株式会社 | Metadata index structure, method of providing metadata index, and metadata search method and device using metadata index |
| JP2005050242A (en) | 2003-07-31 | 2005-02-24 | Nec Soft Ltd | Birth information notification device and birth information notification method |
| WO2005074596A2 (en) | 2004-01-30 | 2005-08-18 | Yahoo! Inc. | Method and apparatus for providing real-time notification for avatars |
| US20060146991A1 (en) | 2005-01-06 | 2006-07-06 | Tervela, Inc. | Provisioning and management in a message publish/subscribe system |
| US20060230170A1 (en) | 2005-03-30 | 2006-10-12 | Yahoo! Inc. | Streaming media content delivery system and method for delivering streaming content |
| US20070027840A1 (en) * | 2005-07-27 | 2007-02-01 | Jobserve Limited | Searching method and system |
| US20080120409A1 (en) * | 2005-07-29 | 2008-05-22 | Huawei Technologies Co., Ltd. | Presence service system and method for publishing presence information |
| CN1794708A (en) | 2005-07-29 | 2006-06-28 | 华为技术有限公司 | Display service system and method of issuring display information |
| US20080126396A1 (en) * | 2006-06-26 | 2008-05-29 | Perceptive Software, Inc. | System and method for implementing dynamic forms |
| US20090125522A1 (en) * | 2007-10-31 | 2009-05-14 | Hitachi, Ltd. | File sharing system and file sharing method |
| CN101193348A (en) | 2007-12-27 | 2008-06-04 | 中国移动通信集团北京有限公司 | A method, device and system for subscribing to regular short messages |
| US20110173294A1 (en) * | 2008-09-05 | 2011-07-14 | Paul Alexander Jackson | Method and system of synchronizing accounting objects between a client and server |
| CN101419554A (en) | 2008-12-12 | 2009-04-29 | 北京邮电大学 | TMPLS network management modularized development manner based on JavaBean and JavaApplet |
| CN101789991A (en) | 2009-12-30 | 2010-07-28 | 中兴通讯股份有限公司 | Method, device and mobile terminal for acquiring data change information |
| US20120005237A1 (en) * | 2010-07-02 | 2012-01-05 | Code Systems Corporation | Method and system for building a streaming model |
| US20120109915A1 (en) * | 2010-11-02 | 2012-05-03 | Canon Kabushiki Kaisha | Document management system, method for controlling the same, and storage medium |
| US20130103729A1 (en) * | 2011-10-24 | 2013-04-25 | Nokia Corporation | Method and apparatus for providing a key-value based storage interface |
| US20130173861A1 (en) * | 2012-01-04 | 2013-07-04 | International Business Machines Corporation | Near neighbor data cache sharing |
| US20150058293A1 (en) * | 2012-03-22 | 2015-02-26 | Nec Corporation | Distributed storage system, storage control method and program |
| US20130262403A1 (en) * | 2012-03-31 | 2013-10-03 | Bmc Software, Inc. | Unique attribute constraints for versioned database objects |
| US20130298174A1 (en) * | 2012-05-01 | 2013-11-07 | Broadcom Corporation | Service based power management in a network |
| US20140059163A1 (en) * | 2012-08-24 | 2014-02-27 | Facebook Inc. | Distributed request processing |
| US20160044170A1 (en) * | 2012-09-04 | 2016-02-11 | Clearview Business Intelligence, Llc | Processing call center data |
| US20140280206A1 (en) * | 2013-03-14 | 2014-09-18 | Facebook, Inc. | Social cache |
| US20160011914A1 (en) * | 2013-06-20 | 2016-01-14 | Seagate Technology Llc | Distributed power delivery |
| US20160179580A1 (en) * | 2013-07-30 | 2016-06-23 | Hewlett Packard Enterprise Development L.P. | Resource management based on a process identifier |
Non-Patent Citations (1)
| Title |
|---|
| The State Intellectual Property Office of the People's Republic of China (SIPO) Office Action 1 for 201310367744.2 dated Apr. 26, 2018 11 Pages (including translation). |
Also Published As
| Publication number | Publication date |
|---|---|
| US20180253450A1 (en) | 2018-09-06 |
| CN104426926B (en) | 2019-03-29 |
| CN104426926A (en) | 2015-03-18 |
| US20150134605A1 (en) | 2015-05-14 |
| US9990379B2 (en) | 2018-06-05 |
| HK1203248A1 (en) | 2015-10-23 |
| WO2015024437A1 (en) | 2015-02-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN104518953B (en) | Method for deleting messages, instant messaging terminal and system | |
| US20180253450A1 (en) | Method and apparatus for processing timedly-published data | |
| US9978028B2 (en) | Methods, apparatus, and communication systems for user management | |
| WO2015043525A1 (en) | Method, apparatus, and system for picture sharing | |
| US9497565B1 (en) | Interface display method, device, terminal, server and system | |
| CN107436948B (en) | File searching method and device and terminal | |
| CN104301315A (en) | Method and device for limiting information access | |
| CN104252341A (en) | Method and device for resurfacing application program and client side device of application program | |
| US20140351212A1 (en) | Method and apparatus for processing reading history | |
| WO2019019952A1 (en) | Folder sending method, sending terminal and receiving terminal, and storage medium | |
| CN107295073B (en) | A kind of localization method, positioning device and computer storage media | |
| JP2017509051A (en) | Method and system for collecting statistics on streaming media data and associated apparatus | |
| CN106528335A (en) | A data backup method, device and terminal | |
| CN104954159A (en) | Network information statistics method and device | |
| CN110196662B (en) | Method, device, terminal and storage medium for displaying synchronization state | |
| CN106156097B (en) | Method and device for processing browser input records | |
| CN108809805A (en) | A kind of information interacting method, system and public's account client | |
| CN104516624A (en) | Method and device for inputting account information | |
| CN104679724A (en) | Page noting method and device | |
| CN106502833A (en) | Data back up method and device | |
| CN106294290A (en) | A kind of method and apparatus showing document | |
| CN104423784A (en) | Page displaying method and page displaying device | |
| CN104424203A (en) | Method and system for viewing photo sharing state in mobile device | |
| CN104731806A (en) | Method and terminal for quickly finding user information in social network | |
| CN104717283A (en) | File downloading control method, terminal and logic processing server |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
| MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 4 |