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

Allow "batching" of advance requests to reduce message count #9

Open
narinearraul opened this issue Jan 29, 2017 · 0 comments
Open

Comments

@narinearraul
Copy link
Member

mkistler commented on Mar 16, 2016
The client must send regular advance messages to the server to check for missing data, and advance is specific to ACL, so for a user that has read access to n ACLs, this means n regular messages from client to server and back every advance interval (currently 5 seconds). We should find some way to batch some or all advance requests in one message to reduce message traffic between client and server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant