-
Notifications
You must be signed in to change notification settings - Fork 21
First cleanup/remove of option.to_dict #43
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
base: master
Are you sure you want to change the base?
Conversation
Add option.merge_type_list Use Count(n) instead of Once in ActiveState Add handling of tcp_error, ssl_error, tcp_passive and ssl_passive
|
In testing this locally, the active mode changes are pretty significantly worse for performance. A simple "hello, world" server saw the performance drop from ~300k RPS to ~250k RPS. This was repeatable. Restoring the |
rawhat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just some random thoughts
|
I will revert to Update: Ok, I get it, in case the user provides a user selector with handlers that overrides the "base" selector. |
|
In the handler: case msg {
....
Internal(Closed) | Internal(Close) ->from where do |
As far as I know, mist uses |
|
Oh, |
|
I have made it possible to set ActiveState for the TCP server to |
|
I will try to play around tomorrow and let you know if I figure something out on |
|
Quoting my discord message:
|
|
Thanks for the investigation! I will check the Update: the I will set the PR "Ready for review". |
vshakitskiy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, great job!
Add option.merge_type_list
Use Count(n) instead of Once in ActiveState
Add handling of tcp_error, ssl_error, tcp_passive and ssl_passive