Skip to content

Drop child process adapter #109

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

Conversation

WyriHaximus
Copy link
Member

While fully non-blocking the child process adapter is a factor 100 slower than all the other adapters combined, including the blocking fallback adapter. As such removing it wil increase performance for everyone not having ext-uv or ext-eio (coming in a follow-up PR) installed. Even at the cost of blocking for a short period of time.

While fully non-blocking the child process adapter is a factor 100 slower than all the other adapters combined, including the blocking fallback adapter. As such removing it wil increase performance for everyone not having ext-uv or ext-eio (coming in a follow-up PR) installed. Even at the cost of blocking for a short period of time.
@WyriHaximus WyriHaximus added this to the v0.2.0 milestone Aug 24, 2022
@WyriHaximus WyriHaximus requested a review from clue August 24, 2022 14:18
@clue
Copy link
Member

clue commented Aug 24, 2022

Closed as duplicate of #108

@clue clue closed this Aug 24, 2022
@WyriHaximus
Copy link
Member Author

Thanks, seems my commute connection was flaky at that moment.

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

Successfully merging this pull request may close these issues.

2 participants