After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 509619 - Implement readahead for GDaemonFileInputStream
Implement readahead for GDaemonFileInputStream
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: client module
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2008-01-15 12:14 UTC by Alexander Larsson
Modified: 2008-02-04 10:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexander Larsson 2008-01-15 12:14:25 UTC
The system is set up so that we can have the daemon automatically schedule a read when the current one is finished. This means we get much better pipelining in a read(in); write(out); loop, as we will be continuing reading while blocking on the write.

However, this needs work in both the client module and the daemon to implement.
Comment 1 Alexander Larsson 2008-02-04 10:48:55 UTC
I commited this.