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

Re-write metalbond server/client in rust #124

Open
1 of 5 tasks
guvenc opened this issue May 8, 2024 · 0 comments
Open
1 of 5 tasks

Re-write metalbond server/client in rust #124

guvenc opened this issue May 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@guvenc
Copy link
Collaborator

guvenc commented May 8, 2024

Rust is a type safe language with a very strict compiler. Makes system level programming much safer.
Therefore provide a PoC metalbond client and server in rust with the help of tokio framework.

  • Try to avoid mutex usage and data structure locking.
  • Try to reduce the number of threads used.
  • Add also HA support.

Tasks:

  • Implement rust based PoC metalbond server.
  • Implement rust based PoC metalbond client.
  • Add HA support.
  • Add unit tests/automated tests.
  • Refactor.
@guvenc guvenc added the enhancement New feature or request label May 8, 2024
@guvenc guvenc added this to Networking May 8, 2024
@guvenc guvenc moved this to Todo in Networking May 8, 2024
@guvenc guvenc self-assigned this May 8, 2024
@guvenc guvenc moved this from Todo to In Progress in Networking May 8, 2024
@guvenc guvenc moved this from In Progress to OnHold in Networking Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: OnHold
Development

No branches or pull requests

1 participant