You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sergioclemente Here we can talk about Design Pattern/Models (DP) for scaling AntminerMonitor.
A friend suggested two DPs:
Memory Model
Database Model
Both store data in memory, the former in RAM and the latter in the DB (disk).
With this approach we have a background task querying the miners and storing the data into memory of db. The View displays all data that are currently in the memory/database.
The Pros about this approach is that we eliminate the delay of waiting till we query all the miners.
Any ideas ?
The text was updated successfully, but these errors were encountered:
Repository owner
locked and limited conversation to collaborators
Mar 30, 2018
@sergioclemente Here we can talk about Design Pattern/Models (DP) for scaling AntminerMonitor.
A friend suggested two DPs:
Both store data in memory, the former in RAM and the latter in the DB (disk).
With this approach we have a background task querying the miners and storing the data into memory of db. The View displays all data that are currently in the memory/database.
The Pros about this approach is that we eliminate the delay of waiting till we query all the miners.
Any ideas ?
The text was updated successfully, but these errors were encountered: