Have the pyzor client connect use threads when connecting to multiple server #5
Comments
alexkiro
pushed a commit
that referenced
this issue
Jul 11, 2014
When the pyzor script is configured to send to multiple server use threading to send the digests in parallel to each server rather than doing each request sequentially.
alexkiro
pushed a commit
that referenced
this issue
Jul 11, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rather then sending requests to multiple servers sequentially we could use threads and do them all at once. Then collate the final result.
The text was updated successfully, but these errors were encountered: