[PATCH] add APR_SENDFILE_AUTODETECT programming interface

2005-03-18 Thread Jeff Trawick
Applications turn on this flag if they want to avoid any sendfile bogosity, which can be triggered based on hardware or software or configuration. AFAIK, Solaris and z/OS are the only platforms that have no sendfile concerns which the current APR code doesn't already handle, so for non-{Solaris, z

Re: [PATCH] add APR_SENDFILE_AUTODETECT programming interface

2005-03-18 Thread Justin Erenkrantz
--On Friday, March 18, 2005 1:54 PM -0500 Jeff Trawick <[EMAIL PROTECTED]> wrote: Applications turn on this flag if they want to avoid any sendfile bogosity, which can be triggered based on hardware or software or configuration. Looks fine to me. Thanks! Alternate strategy: APR internally implem