Add support for batching reports to the Pyzor server. #13
Comments
alexkiro
pushed a commit
that referenced
this issue
Jul 11, 2014
Add a new class BatchClient that will send batch send 10 digests to the specified servers. The batches are per server/per operation. Only report and whitelist operations are currently batched. Add support for multiple "Op-Digest" headers in the pyzor server.
alexkiro
pushed a commit
that referenced
this issue
Jul 11, 2014
alexkiro
pushed a commit
that referenced
this issue
Jul 11, 2014
The forwarder feature will now send reports and whitelists in batches of 10 digests per address.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For long running daemons/operations (such as the new forwarder system), the Pyzor client could be improved to batch the reports (or whitelist) to the server. The server will also need to adjust it's protocol to accept multiple digests.
ISTM that the simplest way to do this is by appending more headers
Op-Digest
headers to the request.The text was updated successfully, but these errors were encountered: