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

Reegine polling system #12

Open
iscifoni opened this issue Apr 1, 2021 · 0 comments
Open

Reegine polling system #12

iscifoni opened this issue Apr 1, 2021 · 0 comments

Comments

@iscifoni
Copy link
Contributor

iscifoni commented Apr 1, 2021

his is a reengine proposal.

Goal

  • To decrease traffic on redis server.
    AS IS
    today every client executes an info command to redis server.

We can achieve this goal using SignalR hub. A single instance will execute an info command on redis and will send the response to all clients on SignalR hub. In this way we'll can optimize the number of connections to Redis server (by adopting signalr there will be always 1 connection).

@engineering87 what do you think?

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