actor-framework / actor-framework/incubator
Dispatcher never removes unused application stacks
オープン
improvement
- 主要言語
- C++
- スター
- 7
- フォーク
- 2
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。