International business machines corporation (20240134698). SERVERLESS COMPUTING USING RESOURCE MULTIPLEXING simplified abstract

From WikiPatents
Jump to navigation Jump to search

SERVERLESS COMPUTING USING RESOURCE MULTIPLEXING

Organization Name

international business machines corporation

Inventor(s)

Jovan Stojkovic of Champaign IL (US)

Hubertus Franke of Cortlandt Manor NY (US)

Tianyin Xu of Urbana IL (US)

Josep Torrellas of Champaign IL (US)

SERVERLESS COMPUTING USING RESOURCE MULTIPLEXING - A simplified explanation of the abstract

This abstract first appeared for US patent application 20240134698 titled 'SERVERLESS COMPUTING USING RESOURCE MULTIPLEXING

Simplified Explanation

The abstract describes a computer-implemented method for managing function execution in a container. A dispatcher in the container executes function initialization in response to a request, creates a group of handlers for multiple requests, sends the requests to the handlers, and executes the requests using the handlers.

  • The method manages function execution in a container.
  • A dispatcher in the container handles function initialization and multiple requests.
  • The dispatcher creates a group of handlers for the requests.
  • The dispatcher sends the requests to the handlers for execution.

Potential Applications

This technology could be applied in cloud computing environments, serverless computing platforms, and distributed systems where efficient function execution is required.

Problems Solved

This technology solves the problem of efficiently managing and executing functions in a containerized environment, especially when handling multiple requests simultaneously.

Benefits

The benefits of this technology include improved scalability, better resource utilization, and faster response times for function execution in a container.

Potential Commercial Applications

A potential commercial application of this technology could be in cloud service providers offering serverless computing solutions for businesses looking to optimize their function execution processes.

Possible Prior Art

One possible prior art for this technology could be existing container orchestration systems like Kubernetes or Docker Swarm, which also manage and execute functions within containers.

Unanswered Questions

How does this technology handle error handling and recovery mechanisms for failed function executions?

This article does not address the specific error handling and recovery mechanisms implemented in the described method.

What security measures are in place to protect the function execution process within the container from external threats?

The article does not provide information on the security measures implemented to safeguard the function execution process within the container.


Original Abstract Submitted

a computer implemented method manages function execution in a container. a dispatcher in the container running in a computer system executes a function initialization in response to a first request for a function. the dispatcher in the container running in the computer system creates group of handlers in response to receiving a group of requests for the function. the dispatcher in the container running in the computer system sends the group of requests to the group of handlers in response to receiving the group of requests. the dispatcher in the container running in the computer system executes the group of requests using the group of handlers.