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

Less aggressive GC ? #19

Open
puzrin opened this issue Jun 26, 2015 · 0 comments
Open

Less aggressive GC ? #19

puzrin opened this issue Jun 26, 2015 · 0 comments

Comments

@puzrin
Copy link

puzrin commented Jun 26, 2015

https://github.com/faye/faye-redis-node/blob/master/faye-redis.js#L159

It looks expensive to recheck each client on every publish. Can this logic be defered/debouced?

For example, all clients could be checked once per second with single zrange cmd. Also write commands will be more "groupped" and more pipelineable.

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

1 participant