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.
There can be two priority modes:
Such optimization may reduce message passing intensity between threads and improve performance.