Skip to content

Why are you using pthread_mutex_lock instead of the fuse -s option? #2

@hnsl

Description

@hnsl

The read-only pecl fuse wrapper uses the following:

/* Force FUSE callbacks to be single-threaded */
add_index_string(pzargv, argc, "-s", 1);
argc++;

Aside from this question I would just like to say that this extension is awesome! This is so useful it blows my mind away. Thanks a lot man!

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