actor-framework / actor-framework/incubator

Dispatcher never removes unused application stacks

Open
#82 0 comments 0 reactions 0 assignees View on GitHub
improvement
Dominant language
C++
Stars
7
Forks
2
PR merge metrics
No merged PRs in 30d

Description

The current design for stateless transport protocols, intends to use a dispatching layer to dispatch incoming data to the corresponding application stack. The problem is, no stack will ever be removed from the dispatcher, which will eventually lead to many unused stacks.
We should think of a way of closing such a "connection", so that the unused stacks can be cleaned up, when they are not needed anymore.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.