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
Add a cache gen_server, that keeps a game alive from a limited period of time (i.e. when the match is inactive for a certain number of minutes, the server is stopped). The server should be transparently started when somebody wants to play that match and subsequent requests for that match should not go to the db, but instead hit the server, until the inactivity period is expired.
The text was updated successfully, but these errors were encountered:
Add a cache gen_server, that keeps a game alive from a limited period of time (i.e. when the match is inactive for a certain number of minutes, the server is stopped). The server should be transparently started when somebody wants to play that match and subsequent requests for that match should not go to the db, but instead hit the server, until the inactivity period is expired.
The text was updated successfully, but these errors were encountered: