Skip to content

[Potential Performance Improvement]fuse_reply can be invoked on different thread than that of request receive #86

Open
@z47z

Description

@z47z

All the fuse request will blocking fuse thread(folly::Coro::blockingWaiting) for now.
But we can invoke fuse_reply_* on any other thread. Blocking is not necessary.

Metadata

Metadata

Assignees

No one assigned

    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