News Feed
Sections

News Archive
feed this:

Vinu Thomas' Blog:
MemProxy 0.1 - Memcache Proxy Server in PHP
June 25, 2008 @ 11:13:27

Vinu Thomas points out a new "server" project that's been created to aid in caching for your app - MemProxy.

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.

The server uses memcached to store the information and automatically manages things like TTL, custom headers and is "application agnostic" all wrapped up in a small codebase with minimal dependencies.

0 comments voice your opinion now!
server proxy project memcached storage ttl header custom



RoofTopSolutions.nl:
Caching in PHP using the filesystem, APC, and Memecached
November 01, 2006 @ 12:34:00

In this new blog post, Evert Pot talks about getting the most out of your web-based applications through some simple caching types - filesystem, APC, and Memcached.

Caching is very important and really pays off in big internet applications. When you cache the data you're fetching from the database, in a lot of cases the load on your servers can be reduced enormously.

For each of the three caching types, they provide some code and include some discussion around it (like the strategies surrounding using it, problems with its use, and why it would even be used at all). Installations are included where needed (like for the memcached stuff) to get you up and running quickly.

It's not really a comparison so much as just stating what's out there, but it's a good place to start if you're new to caching in your applications.

0 comments voice your opinion now!
tutorial caching application filesystem apc memcached install tutorial caching application filesystem apc memcached install



Community Events











Don't see your event here?
Let us know!


PHP5 zend release book framework developer PEAR example package conference database zendframework code mysql cakephp releases ajax security application job

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework