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
Problem:
The APIs are all currently implemented in a single-threaded manner. This might not be adequate for the performance of the system once in full-flight.
Proposed Solution:
Once the models are connected and the vis system is running, if the performance of the datahub is limiting the visualisation, the asynchronous ability of FastAPI should be considered for performance improvements
The text was updated successfully, but these errors were encountered:
Problem:
The APIs are all currently implemented in a single-threaded manner. This might not be adequate for the performance of the system once in full-flight.
Proposed Solution:
Once the models are connected and the vis system is running, if the performance of the datahub is limiting the visualisation, the asynchronous ability of FastAPI should be considered for performance improvements
The text was updated successfully, but these errors were encountered: