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
Improve or review the current context_manager implementation
context_manager is a global singleton locked with a mutex.
I'm afraid the mutex will critically harm scaling under highly parallel context.
Profiling the context_manager's scaling factor is required.
And possible removing the mutex in some way.
The text was updated successfully, but these errors were encountered:
Red-Portal
changed the title
Improve or review the current context_manager implemenation
Improve or review the current context_manager implementation
Dec 20, 2017
Improve or review the current context_manager implementation
context_manager is a global singleton locked with a mutex.
I'm afraid the mutex will critically harm scaling under highly parallel context.
Profiling the context_manager's scaling factor is required.
And possible removing the mutex in some way.
The text was updated successfully, but these errors were encountered: