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

allow reused containers to linger #2

Open
StevenVanAcker opened this issue Mar 12, 2017 · 0 comments
Open

allow reused containers to linger #2

StevenVanAcker opened this issue Mar 12, 2017 · 0 comments
Assignees

Comments

@StevenVanAcker
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant