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 igbinary for communication between processes if possible #7162

Merged
merged 1 commit into from Dec 14, 2021

Conversation

sj-i
Copy link
Contributor

@sj-i sj-i commented Dec 14, 2021

When using --threads=N, communications between processes are done by serialization, but igbinary isn't used there even if available.
This fix reduces the size of fwrite() to sockets during communication, thus lowering the overhead.

@orklah orklah added the release:internal The PR will be included in 'Internal changes' section of the release notes label Dec 14, 2021
@weirdan weirdan added release:feature The PR will be included in 'Features' section of the release notes and removed release:internal The PR will be included in 'Internal changes' section of the release notes labels Dec 14, 2021
@weirdan weirdan merged commit 995ef92 into vimeo:master Dec 14, 2021
@weirdan
Copy link
Collaborator

weirdan commented Dec 14, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:feature The PR will be included in 'Features' section of the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants