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

Fix concurrency issue with writev #169

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Fix concurrency issue with writev #169

merged 1 commit into from
Oct 18, 2023

Conversation

ntkme
Copy link
Member

@ntkme ntkme commented Oct 18, 2023

writev is not guaranteed to be atomic, even on posix. See discussion on https://bugs.ruby-lang.org/issues/19642.

Verified

This commit was signed with the committer’s verified signature. The key has expired.
rnhmjoj Michele Guerini Rocco
@ntkme ntkme changed the title Fix concurrency issue on windows or jruby Fix concurrency issue with writev Oct 18, 2023
@ntkme ntkme merged commit efb1e44 into main Oct 18, 2023
48 checks passed
@ntkme ntkme deleted the fix-writev branch October 18, 2023 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.69.4 is not thread-safe
1 participant