Skip to content

Priority in resource request queueΒ #10

@tshemsedinov

Description

@tshemsedinov

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions