Large-Writes: just like for large-reads, chop large writes up into the smallest
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 11 Sep 2011 12:13:28 +0000 (22:13 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 11 Sep 2011 12:13:28 +0000 (22:13 +1000)
commit18c27b73ff153f3fb49ec806c956d3d3055c8678
treea7169c6ea3fb072fe922493c62f6f188983286bb
parent83aa785d927875e69ca4afd58fb53ffc84f24413
Large-Writes: just like for large-reads, chop large writes up into the smallest
of 32kb and what the server responded as the max write size and send them out in parallell to the server.

32kb is a common limitation in XDR libraries so even if the server says IT can handle writes larget than that, our XDR library might not.
lib/libnfs.c