Stateful Edge Computing for Real-Time Content Delivery

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Content delivery networks (CDNs) face limitations in responsiveness and management of content distribution due to the need for offline data aggregation and delayed adjustments, which can lead to suboptimal user experience and increased delays in content delivery.

Innovation Solution

Implementing stateful computing at the edge using a function execution unit and function state cache server in conjunction with a proxy server, allowing customers to configure and manage content distribution in real-time by preserving and restoring state between executions, thereby enhancing responsiveness and user experience.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If content distribution management is performed offline with aggregated data, then system complexity is reduced, but responsiveness and real-time decision-making capability deteriorate

Engineering Contradiction:
Improvemanagement system complexityVSAvoidresponsiveness delay
Core Design Contradiction:
Device complexityVSLoss of time

Solution Approach 1:

The patent segments the monolithic CDN management system into distributed edge computing nodes that operate autonomously. Each edge location runs local functions and maintains state independently, eliminating the need for centralized offline data aggregation while enabling real-time local decision-making about content delivery

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary layer of edge computing functions that sit between the origin server and end users. These intermediary functions process requests locally, cache content intelligently, and make real-time delivery decisions without requiring centralized management intervention, thus reducing both complexity and latency

Inventive Principle:
Principle #24Intermediary (Mediator)

2Speed

If content is replicated across multiple geographically distributed locations, then delivery speed and reliability improve, but system complexity and coordination overhead increase

Engineering Contradiction:
Improvecontent delivery speedVSAvoiddistributed system complexity
Core Design Contradiction:
SpeedVSDevice complexity

Solution Approach 1:

The patent enables edge computing nodes to serve themselves by autonomously caching content, managing local state, and making delivery decisions without centralized coordination. Each node independently optimizes its own content delivery while contributing to the overall CDN performance, reducing coordination overhead while maintaining high speed and reliability

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The patent implements dynamic content delivery where edge nodes can adapt their caching strategies, content selection, and delivery behavior in real-time based on local conditions such as user demand patterns, network status, and content popularity. This dynamic adaptation allows the system to maintain optimal performance across distributed locations without rigid centralized control

Inventive Principle:
Principle #15Dynamics

3Productivity

If stateless computing is used at the edge, then resource utilization and scalability improve, but ability to track user behavior and make contextual decisions deteriorates

Engineering Contradiction:
Improveresource utilization efficiencyVSAvoiduser behavior context
Core Design Contradiction:
ProductivityVSLoss of information

Solution Approach 1:

The patent adds a new dimension to edge computing by introducing persistent state storage capabilities at the edge nodes. This dimensional addition allows the system to maintain both the scalability of stateless architecture and the contextual awareness of stateful computing, enabling behavior tracking and personalized content delivery without sacrificing resource utilization efficiency

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Data Source

PatentUS10805652B1Stateful server-less multi-tenant computing at the edge
Publication Date: 2020.10.13 AMAZON TECH INC
  • US10805652B1 patent drawing
  • US10805652B1 patent drawing
  • US10805652B1 patent drawing

AI summary

Techniques for stateful computing at the edge of a content delivery network are described. In some embodiments, a point of presence of the content delivery network includes proxy servers, function execution units, and function state cache servers executing on computer systems within the point of presence. A proxy server checks for requests for resources hosted on behalf of customers of the content delivery network that trigger a customer-specified function. When a function is triggered, the proxy server selects an execution unit and sends a function execution request to the execution unit. The execution unit executes functions of many different customers of the provider network. Upon receiving a request to execute a function that is stateful, the execution unit retrieves the function state from a function state cache server, execute the function, and returns a result to the proxy server.