Skip to content

Pipeline case does a lot of socket 'sendto' system calls #14

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

Closed
toymachine opened this issue Feb 25, 2010 · 1 comment
Closed

Pipeline case does a lot of socket 'sendto' system calls #14

toymachine opened this issue Feb 25, 2010 · 1 comment

Comments

@toymachine
Copy link

Hi,

In the pipeline use-case it might be benificial to build up a string containing a number of commands and write them out in 1 call to socket.sendall. This will most probably result in better bandwidth usage for the socket connection and thus higher overall number of commands/sec.

@andymccurdy
Copy link
Contributor

This has been resolved in 7915ef8

Kakadus pushed a commit to Kakadus/redis-py that referenced this issue Jan 10, 2025
This issue was closed.
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

No branches or pull requests

2 participants