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
all-threads - all request will be added with equal priority (thread independent);
thread-first - if lock will leave resource in certain thread, all thread-local requests will be processed before passing resource to the different thread.
Such optimization may reduce message passing intensity between threads and improve performance.
The text was updated successfully, but these errors were encountered:
There can be two priority modes:
Such optimization may reduce message passing intensity between threads and improve performance.
The text was updated successfully, but these errors were encountered: