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

Use actor model for node. #141

Closed
jovany-wang opened this issue May 15, 2021 · 2 comments
Closed

Use actor model for node. #141

jovany-wang opened this issue May 15, 2021 · 2 comments
Labels
enhancement New feature or request p1

Comments

@jovany-wang
Copy link
Collaborator

Since node is a FSM, it's better to use actor model to avoid any lock. Not only for performance, but also for easy to write.

Under the implementation, we can use a concurrentqueue for task pending.

@jovany-wang jovany-wang added enhancement New feature or request p1 labels May 15, 2021
@jovany-wang
Copy link
Collaborator Author

@xzhangxian1008

@jovany-wang
Copy link
Collaborator Author

Duplicate with #208

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p1
Projects
None yet
Development

No branches or pull requests

1 participant