Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hnsl opened this issue Oct 24, 2011 · 1 comment
Open

Comments

@hnsl
Copy link

hnsl commented Oct 24, 2011

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!

@fujimoto
Copy link
Member

Thanks for your comments:) Your point seems to be reasonable. I will apply your opinion, and your patch is also welcome.

@fujimoto fujimoto reopened this Oct 25, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants