diff options
author | Bill Stoddard <stoddard@apache.org> | 2000-04-23 19:42:22 +0200 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2000-04-23 19:42:22 +0200 |
commit | 2f6ab67bceae7ca06d5eb7877944a08cc1f8cb1d (patch) | |
tree | e907fc8a46f1d3364737aa36afaec21cfedd940f /os/win32/BaseAddr.ref | |
parent | Fix some problems on systems where EAGAIN != EWOULDBLOCK (e.g., OS/390). (diff) | |
download | apache2-2f6ab67bceae7ca06d5eb7877944a08cc1f8cb1d.tar.xz apache2-2f6ab67bceae7ca06d5eb7877944a08cc1f8cb1d.zip |
First cut at a file handle cache. It serves on Windows and should work on
Unix systems that implement sendfile.
It is still very rough around the edges (compile warnings, does an unnecessary
stat, not completely Unix friendly, leftover mod_mmap_static code, etc.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85020 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | os/win32/BaseAddr.ref | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/win32/BaseAddr.ref b/os/win32/BaseAddr.ref index b72f6b2a25..c3e718202d 100644 --- a/os/win32/BaseAddr.ref +++ b/os/win32/BaseAddr.ref @@ -22,3 +22,4 @@ mod_speling 0x6FE60000 0x00010000 mod_status 0x6FE50000 0x00010000 mod_usertrack 0x6FE40000 0x00010000 mod_proxy 0x6FE20000 0x00020000 +mod_file_cache 0x6FE00000 0x00020000 |