You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: