From e9469f9d4bd3189b487cda8d8833fa3d838615f5 Mon Sep 17 00:00:00 2001 From: Colm MacCarthaigh Date: Wed, 2 Nov 2005 15:27:16 +0000 Subject: [PATCH] Add a note about sendfile on Itanium git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@330271 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index a2c6faa23d..7d4dc336e4 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -914,6 +914,8 @@ Location support.
  • On Linux the use of sendfile triggers TCP-checksum offloading bugs on certain networking cards when using IPv6.
  • +
  • On Linux on Itanium, sendfile may be unable to handle files + over 2GB in size.
  • With a network-mounted DocumentRoot (e.g., NFS or SMB), the kernel may be unable to serve the network file through -- 2.50.0