25 June 2008 View Comments

MemProxy 0.1 – Memcache Proxy Server in PHP

A pretty cool project in PHP – Memproxy is a caching proxy “server” that uses memcached for storing the cache. This project uses PHP scripts to handle caching using memcache. Key features of the MemProxy are:

  • Uses memcached for storage
  • Serves cache headers to clients based on TTL of cached data
  • Uses custom headers to assemble multiple pieces of cache into one object
  • Minimal dependencies.  Only PHP and pecl/memcached needed.
  • Small code base.  It is just two files, one when settings are cached.
  • Application agnostic.  If the backend is hosted on an HTTP server this can cache it.

Requirements to install MemProxy are:

Link: MemProxy @ Google Code

Enhanced by Zemanta

View Comments to “MemProxy 0.1 – Memcache Proxy Server in PHP”

  1. Marc Tokarz 15 May 2010 at 1:29 am #

    Just wanted to say I loved the information you had here will absolutely help me out. Thanks


Leave a Reply

blog comments powered by Disqus