Add support in read/pread to be aware of the Maximum Read size that the server
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 18 Jun 2011 22:43:28 +0000 (08:43 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 18 Jun 2011 22:43:28 +0000 (08:43 +1000)
suggested.

When a read/pread operation that is 'oversize' is issued, the read/pread command will internally chop this up into smaller chunsk and send then concurrently to the server.
As replies come back from the server we add the data to a reassembly buffer
and as soon as all replies have been received we invoke the callback and pass the reassembly buffer back to the application.


No differences found