Skip to content

Reegine polling system #12

Description

@iscifoni

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?

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions