Quote:
Note that the network is not always the limiting factor: at the highest network speeds (over 100 Mb/s) it is often the client's disk that limits the file transfers. This happens not because the quantity of data is so large, but because writing new files on a client's disk implies creating directory entries. On some operating systems, including many UNIXs, directory updates are handled synchronously. This improves the integrity of the on-disk data in the case of a power failure or system crash, but carries quite a performance penalty.
from the Vendors website