Messages in this thread |  | | Date | Fri, 3 Jan 2003 17:53:20 -0800 (PST) | From | dean gaudet <> | Subject | Re: TCP Zero Copy for mmapped files |
| |
On Sat, 4 Jan 2003, J.A. Magallon wrote:
> Apache2 uses mmap() to open files ?? > So then there is a reason to include it in my patchset...
apache2.x uses sendfile. see the apr library (where you can find sendfile code for linux, freebsd, hpux, aix, mvs, solaris, and windoze...). it might also use mmap in some situations, most likely inherited from 1.x (which uses only mmap).
-dean - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |