-
Notifications
You must be signed in to change notification settings - Fork 64
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
Multiple concurrent writers (and readers) with shared NFS mount #86
Comments
Hmmm. Honestly no idea. Isn't NFS should technically make the software layer "feel" as if it's just accessing the file system? I really lack the deep OS/kernel/filesystem knowledge required to answer this. Each Also, the But then, Do you get it sporadically, or consistently? |
Consistently, it could be a bug in my code too. Mostly I wanted to confirm that this should work. |
Cool. Please let me know how it goes. It will help me help you if I understand the use case better; e.g. do all readers and writers use the same function or not, etc. |
Will do, thank you. |
Any news on that? @matthewcummings |
Note to all interested parties: And if |
I'm seeing an issue with
cachier
where I'm gettingBad File Descriptor
errors. Just want to make sure I'm not completely abusing it here, I have multiple writers (and readers) accessing a shared cache directory via NFS.Am I way off the mark here for thinking this would ever work correctly?
The text was updated successfully, but these errors were encountered: