Adaptive Sync Scheduling for Data Freshness and User Experience

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Synchronization operations between clients and servers are resource-intensive and often disrupt user experience, as they typically occur during device usage, reducing the usefulness and transparency of the synchronization process.

Innovation Solution

A system that schedules synchronizations based on user usage patterns to determine the best time for synchronization, balancing sync transparency and usefulness by tracking probabilities of client inactivity and data access to minimize user disruption and ensure data freshness.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If synchronization operations are performed frequently to provide up-to-date information, then data freshness is improved, but user experience deteriorates due to disruption during device usage

Engineering Contradiction:
Improvedata freshnessVSAvoiduser experience
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The system performs synchronization in advance during periods of predicted device inactivity, such as during sleep mode or when the device is docked. By preparing updates before the user needs the device, the system ensures data freshness without disrupting active usage.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The synchronization schedule is dynamically adjusted based on real-time detection of device usage patterns. The system monitors whether the device is being actively used and automatically modifies sync timing accordingly, transitioning between aggressive sync schedules during inactivity and conservative schedules during active use.

Inventive Principle:
Principle #15Dynamics

2Reliability

If synchronization operations are performed during device usage to maintain data freshness, then sync usefulness is improved, but sync transparency deteriorates due to visible disruption

Engineering Contradiction:
Improvesync usefulnessVSAvoidsync transparency
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

Updates are prepared and transferred in advance during background periods when the device is not in use. This preliminary synchronization ensures that when the user becomes active, the data is already fresh without any visible interruption or disruption to their workflow.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system automatically manages its own synchronization timing based on detected usage patterns without requiring user intervention. It self-adjusts the sync schedule to balance freshness and transparency, eliminating the need for users to manually configure sync behavior.

Inventive Principle:
Principle #25Self-service

3Ease of operation

If synchronization operations are performed less frequently to reduce resource consumption, then user experience is improved, but data freshness deteriorates

Engineering Contradiction:
Improveuser experienceVSAvoiddata freshness
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The system performs synchronization in advance during predicted inactive periods, ensuring that data is updated before the user needs it. This preliminary action allows for less frequent apparent sync operations while maintaining freshness through strategic timing.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system continuously monitors device usage patterns and feeds this information back into the synchronization scheduling algorithm. This feedback loop enables the system to learn user behavior and optimize sync timing to maximize freshness while minimizing disruption to user experience.

Inventive Principle:
Principle #23Feedback

4Reliability

If synchronization operations are performed during active usage to ensure data freshness, then sync usefulness is improved, but device resources are consumed during critical user tasks

Engineering Contradiction:
Improvedata freshnessVSAvoiddevice resources
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

Synchronization operations are performed in advance during periods of predicted device inactivity, such as during sleep mode or when docked. This preliminary synchronization ensures data freshness without consuming resources during active user tasks.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system dynamically adjusts synchronization behavior based on real-time detection of device usage states. During active usage, the system minimizes or pauses synchronization to conserve resources, and automatically resumes aggressive synchronization during inactive periods.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS8862782B2Background synchronization
Publication Date: 2014.10.14 IANYWHERE SOLUTIONS INC
  • US8862782B2 patent drawing
  • US8862782B2 patent drawing
  • US8862782B2 patent drawing

AI summary

Systems, methods and computer program products for determining a schedule for synchronizing a server and a client are described herein. The method operates by tracking user usage of the client to develop usage patterns. A sync schedule is generated using the usage patterns, where the sync schedule enhances at least one of sync usefulness and sync transparency. The server and client are synchronized according to the sync schedule. More particularly, a sync fitness measure for an interval t is determined. The sync fitness measure is based on at least one of (a) sync transparency; and (b) sync usefulness. It is determined whether the sync fitness measure satisfies a threshold. If the sync fitness measure satisfies the threshold, then the server and client are synchronized during interval t.