GNOME Bugzilla – Bug 509619
Implement readahead for GDaemonFileInputStream
Last modified: 2008-02-04 10:48:55 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.
I commited this.