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
Is your feature request related to a problem? Please describe.
Experiencing slowness while scaling the system with +100 Display Screen active sessions.
Describe the solution you'd like
Add a new implementation of Display Screen backend and front-end which utilizes websocket protocol for realtime communication instead of typical HTTP requests. Most probably we'll use Flask-Socketio and socket.io-Client for that. This will give us a significant improvement in performance as the numbers of active sessions increase somewhere around %50 improvement for 50-100 requests and %150+ for 500-1000 requests.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Experiencing slowness while scaling the system with +100 Display Screen active sessions.
Describe the solution you'd like
Add a new implementation of
Display Screen
backend and front-end which utilizeswebsocket
protocol for realtime communication instead of typical HTTP requests. Most probably we'll useFlask-Socketio
andsocket.io-Client
for that. This will give us a significant improvement in performance as the numbers of active sessions increase somewhere around %50 improvement for 50-100 requests and %150+ for 500-1000 requests.The text was updated successfully, but these errors were encountered: