[kiofuse] [Bug 75324] Integrate KIO Slaves into file system using FUSE gateway
Christoph Feck
bugzilla_noreply at kde.org
Thu Jan 3 18:54:23 GMT 2019
https://bugs.kde.org/show_bug.cgi?id=75324
--- Comment #92 from Christoph Feck <cfeck at kde.org> ---
> First pre-requisite step is making all KDE apps robust to blocking calls on files which it thinks are safe as they're on the local file system.
Uh, no. KDE applications are expected to use KIO. You would have to fix all
_other_ applications, which don't use the KIO API. I guess applications using
GIO are also safe, because (I hope) GIO was also designed asynchronous. But
POSIX API is synchronous, and users of those applications just have to live
with UI hangs unless they use separate threads for IO.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list