Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TCPContainer] Test if connection to agents should be kept open #39

Open
rcschrg opened this issue Dec 1, 2022 · 0 comments
Open

[TCPContainer] Test if connection to agents should be kept open #39

rcschrg opened this issue Dec 1, 2022 · 0 comments

Comments

@rcschrg
Copy link
Member

rcschrg commented Dec 1, 2022

In GitLab by @mnebel-wenner on Dec 1, 2022, 11:01

When a TCPContainer sends a message, it right now creates a connection to the receiving agent via create_connection(), then transfers the data and then closes the connection again. It could however be possible to keep the connection open to other agents (maybe until some time withou a message having be sent). This might speed-up the message transfer as connections do not have to bee established all the time.

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

No branches or pull requests

1 participant