-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
There can be two priority modes:
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels