Task Coordination in Distributed Systems via Database Mediator

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Distributed systems face challenges in efficient task coordination and state replication due to issues like exponential network overhead, lack of cloud compatibility, limited multi-site support, high administrative overhead, and difficulty in managing large numbers of devices, which hinder scalability and efficiency.

Innovation Solution

A framework that allows nodes in a cluster to communicate through a database, enabling efficient task coordination and state replication by using a light-weight messaging layer, such as REST, and employing a load balancer to manage tasks and node heartbeats, reducing administrative costs and allowing for linear scalability.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If traditional distributed systems use direct node-to-node communication for task coordination, then system simplicity is maintained, but network overhead becomes exponential and scalability is hindered

Engineering Contradiction:
Improvetask coordination efficiencyVSAvoidnetwork overhead
Core Design Contradiction:
ProductivityVSLoss of energy

Solution Approach 1:

The patent introduces a database as an intermediary component between nodes in the distributed system. Instead of nodes communicating directly with each other (which causes exponential network overhead), all coordination messages are routed through the database. This mediator approach reduces network traffic by centralizing communication routing and state management, thereby resolving the contradiction between coordination efficiency and network overhead.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If distributed systems implement comprehensive node connection tracking, then task coordination reliability is improved, but device complexity and administrative overhead increase

Engineering Contradiction:
Improvetask coordination reliabilityVSAvoidsystem management complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent implements self-service by having nodes automatically manage their own connection states and task assignments through the database. Each node autonomously tracks its own connected devices, sends heartbeats, and receives task assignments without requiring centralized management. This eliminates complex administrative overhead while maintaining reliable coordination through automated state tracking.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system employs feedback mechanisms where nodes continuously send heartbeat signals to the database, and the database automatically updates connection states and redistributes tasks based on real-time node availability. This feedback loop ensures reliable task coordination while keeping the management system simple through automated state synchronization.

Inventive Principle:
Principle #23Feedback

3Reliability

If the system uses heavy messaging protocols for reliable communication, then message delivery reliability is improved, but deployment flexibility in public clouds is reduced

Engineering Contradiction:
Improvemessage delivery reliabilityVSAvoidcloud deployment flexibility
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The patent replaces complex mechanical messaging protocols with a simplified database-based communication model. Instead of using heavy-duty messaging systems, the system uses standard web protocols (HTTP/HTTPS) to communicate with the database, which provides sufficient reliability for task coordination while being fully compatible with public cloud environments. This substitution enables deployment flexibility without sacrificing message delivery reliability.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS10205760B2Task coordination in distributed systems
Publication Date: 2019.02.12 CITRIX SYSTEMS INC
  • US10205760B2 patent drawing
  • US10205760B2 patent drawing
  • US10205760B2 patent drawing

AI summary

Methods and systems are disclosed for providing approaches to enhanced task coordination in distributed systems. The methods and systems may include receiving, by a first computing device, a command for a client device and determining whether the first computing is connected to the client device. The methods and systems may include that if the first computing device is not connected to the client device, then transmitting, from the first computing device, a first message to a database associated with the cluster, the first message including the command and a device state of the first computing device, transmitting, from the database, a second message to a second computing device of the cluster, the second message including the command and the device state of the first computing device, and transmitting, from the second computing device and based on the device state of the second computing device, the command to the client device.