Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

allow reused containers to linger #2

@StevenVanAcker

Description

@StevenVanAcker

containers can be reused so that the next incoming connection is forwarded to an already running container. When all connections are terminated, the container is also terminated. This means a new incoming connection incurs the overhead of having a new container launched. If containers are allowed to linger for a while (say 30 minutes) after the last connection has terminated, then any new connections will be put through faster.

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions