Patentable/Patents/US-11522904
US-11522904

Self-healing architecture for resilient computing services

PublishedDecember 6, 2022
Assigneenot available in USPTO data we have
Inventorsnot available in USPTO data we have
Technical Abstract

For each respective virtual machine (VM) of a plurality of VMs, a distributed computing system generates a unique Application Binary Interface (ABI) for an operating system for the respective VM, compiles a software application to use the unique ABI, and installs the operating system and the compiled software application on the respective VM. A dispatcher node dispatches, to one or more VMs of the plurality of VMs that provide a service and are in the active mode, request messages for the service. Furthermore, a first host device may determine, in response to software in the first VM invoking a system call in a manner inconsistent with the unique ABI for the operating system of the first VM, that a failover event has occurred. Responsive to the failover event, the distributed computing system fails over from the first VM to a second VM.

Patent Claims
7 claims

Legal claims defining the scope of protection. Each claim is shown in both the original legal language and a plain English translation.

Claim 2

Original Legal Text

2. The method of claim 1, wherein the software component is an operating system kernel.

Plain English Translation

The invention relates to a method for managing software components in a computing system, specifically focusing on the operating system kernel. The method involves dynamically adjusting the behavior of the kernel to optimize system performance, security, or resource allocation. The kernel is configured to monitor system conditions, such as workload demands, security threats, or hardware resource availability, and automatically modify its operations in response. This dynamic adjustment may include altering scheduling priorities, enabling or disabling certain kernel features, or reallocating memory and processing resources. The goal is to improve system efficiency, responsiveness, and security by allowing the kernel to adapt to changing conditions without requiring manual intervention or system restarts. The method ensures that the kernel remains stable and functional while dynamically adapting to optimize performance and security. This approach is particularly useful in environments where system conditions vary frequently, such as cloud computing, real-time systems, or embedded devices. The invention addresses the problem of static kernel configurations that cannot efficiently adapt to dynamic workloads or security threats, leading to suboptimal performance or vulnerabilities. By enabling the kernel to self-adjust, the method provides a more flexible and resilient computing environment.

Claim 3

Original Legal Text

3. The method of claim 1, wherein the software component is a software application.

Plain English Translation

A method for managing software components in a computing environment addresses the challenge of efficiently tracking and controlling the execution of software applications. The method involves monitoring the execution of a software application to detect when it performs a specific operation, such as accessing a resource or communicating with another system. Upon detecting such an operation, the method intercepts the operation and determines whether it complies with predefined rules or policies. If the operation violates these rules, the method prevents the operation from proceeding, thereby enforcing security or operational constraints. The method may also log the intercepted operation for auditing or further analysis. The software application being monitored is a standalone program that performs tasks independently or in conjunction with other applications. The method ensures that the software application operates within authorized boundaries, reducing risks such as unauthorized data access or system disruptions. The approach is particularly useful in environments where strict control over software behavior is required, such as enterprise systems or regulated industries. The method may be implemented using middleware, system-level hooks, or application programming interfaces (APIs) to intercept and evaluate operations without requiring modifications to the software application itself. This allows for flexible deployment and compatibility with existing systems.

Claim 4

Original Legal Text

4. The method of claim 1, wherein the software component is a library instance.

Plain English Translation

A system and method for managing software components in a computing environment addresses the challenge of efficiently tracking and utilizing reusable software modules. The invention provides a structured approach to identify, store, and deploy software components, particularly library instances, to enhance modularity and reusability in software development. The method involves detecting a software component within a codebase, analyzing its dependencies and interfaces, and storing metadata about the component in a centralized repository. This metadata includes version information, compatibility details, and usage patterns to facilitate seamless integration into other projects. The system further enables dynamic loading and execution of these components, ensuring that dependencies are resolved automatically. By treating software components as reusable library instances, the invention reduces redundancy, improves maintainability, and accelerates development cycles. The method also supports version control and conflict resolution, ensuring that components remain compatible across different projects and environments. This approach is particularly useful in large-scale software development where modularity and reusability are critical for efficiency and scalability.

Claim 10

Original Legal Text

10. The distributed computing system of claim 9, wherein the software component is an operating system kernel.

Plain English Translation

A distributed computing system includes multiple computing nodes interconnected via a network, where each node executes a software component that manages system resources and processes. The system is designed to address challenges in resource allocation, task scheduling, and inter-node communication in distributed environments. The software component, which can be an operating system kernel, handles core functions such as process management, memory allocation, and input/output operations across the distributed nodes. It ensures efficient coordination between nodes, minimizing latency and maximizing resource utilization. The system may also include mechanisms for load balancing, fault tolerance, and security enforcement, enabling reliable and scalable distributed computing. The kernel or equivalent software component operates across the nodes, providing a unified interface for resource management and process execution, while maintaining consistency and performance in a distributed setting. This approach improves system efficiency, scalability, and fault tolerance compared to traditional centralized or loosely coupled distributed systems.

Claim 11

Original Legal Text

11. The distributed computing system of claim 9, wherein the software component is a software application.

Plain English Translation

A distributed computing system is designed to manage and execute software applications across multiple computing nodes in a network. The system addresses the challenge of efficiently distributing and coordinating software applications in a decentralized environment, ensuring scalability, reliability, and performance. The system includes a plurality of computing nodes interconnected via a network, where each node is capable of executing software components. A management module oversees the deployment, monitoring, and coordination of these components across the nodes. The system dynamically allocates resources, such as processing power and memory, to optimize application performance based on workload demands. Additionally, the system ensures fault tolerance by redistributing tasks from failed nodes to operational ones, maintaining continuous service availability. The software components, which can include software applications, are distributed and executed in a coordinated manner to leverage the collective resources of the network. The system may also incorporate security measures to protect data and communications between nodes. This approach enhances computational efficiency, reduces latency, and improves resource utilization in distributed environments.

Claim 12

Original Legal Text

12. The distributed computing system of claim 9, wherein the software component is a library instance.

Plain English Translation

A distributed computing system is designed to manage and execute software components across multiple computing nodes. The system addresses challenges in resource allocation, task scheduling, and inter-component communication in distributed environments. The system includes a control plane that monitors and manages the deployment of software components, ensuring efficient utilization of computing resources. It also provides mechanisms for dynamic scaling, fault tolerance, and load balancing to maintain system performance under varying workloads. The system further includes a data plane that facilitates communication between software components, allowing them to exchange data and coordinate tasks. The data plane may use various communication protocols, such as message passing or shared memory, depending on the requirements of the components. Additionally, the system may support different deployment models, such as containerized or virtualized environments, to optimize resource usage and isolation. In one embodiment, the software component is a library instance, which is a reusable piece of code that provides specific functionality to other components. The library instance may be shared across multiple components or nodes, reducing redundancy and improving efficiency. The system dynamically loads and unloads library instances based on demand, ensuring that resources are allocated only when needed. This approach minimizes overhead and enhances scalability. The system also tracks dependencies between library instances and other components, ensuring compatibility and proper execution.

Claim 17

Original Legal Text

17. The distributed computing system of claim 9, wherein the distributed computing system is configured to discard the first VM in response to determining that the failover event has occurred.

Plain English Translation

A distributed computing system manages virtual machines (VMs) across multiple nodes to ensure high availability and fault tolerance. The system monitors for failover events, such as node failures or network disruptions, that could disrupt VM operations. When a failover event is detected, the system automatically discards the affected VM to prevent data corruption or service interruptions. This ensures that resources are freed up and the system can recover by either restarting the VM on a different node or migrating it to a healthy node. The system may also include mechanisms to detect failover events, such as heartbeat monitoring or health checks, and may integrate with load balancing or orchestration tools to maintain service continuity. The discard operation may involve terminating the VM instance, releasing allocated resources, and optionally logging the event for troubleshooting. This approach improves system resilience by proactively handling failures and minimizing downtime.

Classification Codes (CPC)

Cooperative Patent Classification codes for this invention. Click any code to explore related patents in that topic.

Patent Metadata

Filing Date

December 12, 2019

Publication Date

December 6, 2022

Want to explore more patents?

Browse 5M+ US patents with plain-English claim translations and AI-generated analysis.

Citation & reuse

Analysis on this page is generated by Patentable — an AI-powered patent intelligence platform. AI-generated summaries, explanations, FAQs, and analysis may be reused with attribution and a visible link back to the canonical URL below. Patent abstracts and claims are USPTO public domain.

Cite as: Patentable. “Self-healing architecture for resilient computing services” (US-11522904). https://patentable.app/patents/US-11522904

© 2026 Nomic Interactive Technology LLC. Machine-readable context available at /api/llm-context/US-11522904. See llms.txt for full attribution policy.