Overview
This is an http proxy server. It caches pages according to one of two algorithms, LRU (least recently used) or LFU (least frequently used). It demonstrates cache replacement algorithms which might be used in a proxy server or a virtual memory configuration. Includes a modified mhttpd server which memory maps its files.
Features
- Open Source.
- Tested under Solaris and Linux.
- HTTP/1.0 proxy.
- Demonstrates cache replacement algorithms.
License
Licensed under the GNU General Public License.
Learn more about GNU and free software at http://www.gnu.org/.
Download
lapd.tar.gz (49 KB)