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
At the moment every push is relayed individually. This causes an overhead which could become problematic when the number of xovis cameras goes up.
This could be remedied by introducing a producer-consumer model: The processing of a push produces data and another thread consumes it by sending it to the storage engine.
The text was updated successfully, but these errors were encountered:
At the moment every push is relayed individually. This causes an overhead which could become problematic when the number of xovis cameras goes up.
This could be remedied by introducing a producer-consumer model: The processing of a push produces data and another thread consumes it by sending it to the storage engine.
The text was updated successfully, but these errors were encountered: