Skip to content

Is it inefficient to have multiple processes mount the same volume to different mountpoints under same machine's /tmp/ #270

Answered by davies
myc724 asked this question in Q&A
Discussion options

You must be logged in to vote

JuiceFS is implemented using low level FUSE API.

Each JuiceFS process introduce some overhead, so we'd suggest you to go with #1 to share the same mount point to different applications (processes). If the application process need some isolation, then can still use different directories in JuiceFS.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@myc724
Comment options

Answer selected by myc724
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants