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

Each virtual machine needs a separate gRPC TCP port #41

Open
darkodraskovic opened this issue Sep 7, 2023 · 0 comments
Open

Each virtual machine needs a separate gRPC TCP port #41

darkodraskovic opened this issue Sep 7, 2023 · 0 comments
Assignees
Labels
architecture enhancement New feature or request

Comments

@darkodraskovic
Copy link
Collaborator

When a new virtual machine is created, we need to establish a new gRPC connection using available, i.e. unallocated TCP ports on the host machine. This coordination ensures that each virtual machine maintains a dedicated communication channel. Similarly, closing this connection upon the completion of the virtual machine's computation is crucial for efficient resource management and security.

@darkodraskovic darkodraskovic added the enhancement New feature or request label Sep 7, 2023
@darkodraskovic darkodraskovic self-assigned this Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant