actor-framework / actor-framework/incubator

Dispatcher never removes unused application stacks

Ouverte
#82 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
improvement
Langage dominant
C++
Étoiles
7
Forks
2
Métriques de merge des PR
Aucune PR mergée en 30 j

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.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.