[kiofuse] [Bug 75324] Integrate KIO Slaves into file system using FUSE gateway
Ville Ranki
bugzilla_noreply at kde.org
Thu Feb 1 10:46:45 GMT 2018
https://bugs.kde.org/show_bug.cgi?id=75324
--- Comment #43 from Ville Ranki <ville.ranki at iki.fi> ---
(In reply to Nate Graham from comment #39)
> What can we do to make this happen and still provide an adequately
> performant and responsive experience?
We must make it clear for app developers that they can't assume file i/o is
quick and always successful. Any loading and saving should be done it's own
thread and the UI must be able to handle it being slow or fail. File i/o must
be handled much like network operations. An asynchronous helper library could
be implemented to help developers if needed. Maybe also testing tools to
simulate congested or unreliable network share.
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the Unassigned-bugs
mailing list