Communication Timeout Management with Predictive Notifications

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current network transactions face challenges with time restrictions, as requests can be terminated due to exceeding predefined timeout parameters, leaving communication uncertainties.

Innovation Solution

The system allows clients and services to specify or determine timeout parameters for communication requests, enabling the service to allocate and adjust these parameters based on task complexity and network conditions, and sends notifications when parameters are predicted to be exceeded.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Loss of time

If a predefined timeout parameter is set for network requests, then the system can prevent excessive waiting time, but the request may be terminated before completion causing communication uncertainty

Engineering Contradiction:
Improvewaiting timeVSAvoidcommunication reliability
Core Design Contradiction:
Loss of timeVSReliability

Solution Approach 1:

The system performs preliminary actions by sending a notification before the timeout parameter is exceeded, warning that the request is nearing its time limit. This allows the system to take preventive measures (such as canceling or extending the request) before the actual timeout occurs, thus avoiding communication uncertainty while still maintaining time control.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements feedback by continuously monitoring the elapsed time of network requests and providing status updates. When the elapsed time approaches the timeout parameter, a notification is sent back to the requester, enabling dynamic adjustment of the request based on real-time conditions rather than rigid timeout enforcement.

Inventive Principle:
Principle #23Feedback

2Loss of information

If the system sends notifications before timeout is exceeded, then communication transparency is improved, but additional communication overhead is introduced

Engineering Contradiction:
Improvecommunication transparencyVSAvoidcommunication overhead
Core Design Contradiction:
Loss of informationVSDevice complexity

Solution Approach 1:

The notification mechanism is applied selectively rather than universally. Notifications are sent based on specific conditions (when elapsed time approaches the timeout parameter), not for every request. This localized application provides necessary transparency information while avoiding unnecessary communication overhead for requests that will complete naturally within their timeout window.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS20230353971A1Methods and systems for communication management
Publication Date: 2023.11.02 COMCAST CABLE COMMUNICATIONS MANAGEMENT LLC
  • US20230353971A1 patent drawing
  • US20230353971A1 patent drawing
  • US20230353971A1 patent drawing

AI summary

Methods and systems for communication management are disclosed. A computing device may receive a computing request. The computing device may determine a timeout parameter associated with the computing request. A notification may be sent if the timeout parameter is predicted to be exceeded or if the timeout parameter is exceeded.