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
A max buffer size should be imposed on the TCP transfer mechanism so that if a connection is dropped real-time display data does not accumulate to unreasonable sizes.
Context
This will reduce memory and swap space usage, improve performance and provide more up to date data when reconnected.
Possible Implementation
Implement a queuing system which either ignores calls after a certain point or a ring buffer that holds only to most recent values.
The text was updated successfully, but these errors were encountered:
Description
A max buffer size should be imposed on the TCP transfer mechanism so that if a connection is dropped real-time display data does not accumulate to unreasonable sizes.
Context
This will reduce memory and swap space usage, improve performance and provide more up to date data when reconnected.
Possible Implementation
Implement a queuing system which either ignores calls after a certain point or a ring buffer that holds only to most recent values.
The text was updated successfully, but these errors were encountered: