Client Sync Module Event Filtering via Action Log Feedback

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing content synchronization approaches often process unnecessary events triggered by client synchronization modules, leading to computational inefficiencies and excessive network data transfer.

Innovation Solution

Implement a system where the client synchronization module maintains a log of its actions and compares received operating system events to determine if they were triggered by a recent action, allowing it to ignore self-triggered events and only process relevant ones.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the client synchronization module processes all events received from the operating system, then all content changes are synchronized, but computational resources are wasted on self-triggered events and network bandwidth is consumed unnecessarily

Engineering Contradiction:
Improvecontent synchronization completenessVSAvoidcomputational efficiency
Core Design Contradiction:
ReliabilityVSLoss of energy

Solution Approach 1:

The client synchronization module maintains a log of actions it has performed and uses this log to determine whether received events were self-triggered. This feedback mechanism allows the module to distinguish between externally triggered events that require processing and internally triggered events that should be ignored, thereby resolving the contradiction between complete synchronization and computational efficiency

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system uses its own action log to serve as the reference for filtering events, eliminating the need for external intervention or additional monitoring mechanisms. The client synchronization module independently determines which events to process by comparing received events against its own historical actions, reducing unnecessary computational overhead while maintaining synchronization reliability

Inventive Principle:
Principle #25Self-service

2Reliability

If the client synchronization module processes all events received from the operating system, then all content changes are synchronized, but large amounts of data are sent over the network

Engineering Contradiction:
Improvecontent synchronization completenessVSAvoidnetwork data transfer
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

By using the action log as feedback to identify self-triggered events, the system can filter out redundant data before transmission. This ensures that only externally triggered content changes are synchronized over the network, maintaining completeness while reducing data transfer volume

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system extracts and removes self-triggered events from the event stream before processing and transmission. By taking out these redundant events based on the action log comparison, the system reduces network data transfer while preserving all necessary synchronization information

Inventive Principle:
Principle #2Taking out (Extraction)

3Productivity

If the client synchronization module maintains an action log and compares events, then self-triggered events are identified and ignored, but the device complexity increases

Engineering Contradiction:
Improveevent processing efficiencyVSAvoidsystem structure
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The system uses its own existing action log (which is already maintained for synchronization purposes) to filter events, rather than introducing external monitoring tools or complex tracking mechanisms. This self-service approach improves event processing efficiency while minimizing additional system complexity

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The action log serves multiple functions: it is used for both maintaining synchronization state and for filtering self-triggered events. This multi-functionality allows the system to improve productivity without adding separate dedicated structures, thereby limiting the increase in device complexity

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS10185759B2Distinguishing event type
Publication Date: 2019.01.22 DROPBOX INC
  • US10185759B2 patent drawing
  • US10185759B2 patent drawing
  • US10185759B2 patent drawing

AI summary

An example computer-implemented method to determine if an event was triggered by an action performed by a client synchronization module begins with receiving an event from an operating system. The event can be associated with a content item. The computer can then compare the event to a log. The log can describe one or more recent actions performed by a client synchronization module. The computer can then determine whether the event was triggered by a recent action in the log. When the event is triggered by a recent action in the log, the computer can ignore the event. When the event is not triggered by a recent action in the log, the computer can process the event.