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

Uploading from a slow file system will cause software UI to be slow #11792

Closed
cyberduck opened this issue Sep 5, 2021 · 1 comment
Closed

Comments

@cyberduck
Copy link
Collaborator

b314b0a created the issue

It seems to me that the file read operations when uploading files is performed on the main thread.
So that if the underlying file system is slow to respond to the read operations, e.g. an optical disk drive, or some user FUSE network drive, then the read operation will block the main thread, making the event loop for the UI slow as well.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Transfers are always on a background thread. There should be no I/O on the main thread for file transfers.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant