Bug #44193 includes a (one line!) patch and describes a situation where network apr_file_copy() results in very bad performance for network mounted filesystems. The issue is that APR uses a 512 bytes large buffer (BUFSIZ) to read and write data in the copy operation.
Performance would benefit greatly from using APR_FILE_BUFSIZE, which is defined as 4096 bytes. Could someone have a look before shipping new releases from the 1.2, 1.3 or even 0.9 branches? Thanks in advance! Bye, Erik.
