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

Dealing with Multi threading issue #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Dealing with Multi threading issue #202

wants to merge 1 commit into from

Conversation

je-vv
Copy link

@je-vv je-vv commented Jan 22, 2019

In reference to: #132

So it happens that with fuse multi threading enabled, reading files breaks, to the point that a simple diff between directories fail a bunch of files if not all. It also gives quite a few weird errors.

This PR attempts to decouple threading from debugging, which in the original code are mixed and hard coded, leaving the option to the user to turn on/off multi threading, and having it disabled by default (the safe way).

@dsoprea dsoprea changed the title Dealing with Multi threading issue: https://github.com/dsoprea/GDriveFS/issues/132 Dealing with Multi threading issue Jan 28, 2019
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

Successfully merging this pull request may close these issues.

None yet

1 participant