Quantcast
Channel: PHPDeveloper.org
Browsing all 10 articles
Browse latest View live

PurpleRockScissors.com: Avoiding Cache Stampedes with Pseudo-Locks

In this quick post to the Purple Rock Scissors blog, there's a suggestion from Rob Zienert about how you can avoid a "cache stampede" on your site's caching tool with the help of a pseudo-lock on the...

View Article



Mike Willbanks' Blog: Zend Framework Cache Backend Libmemcached + Session Cache

Mike Willbanks has a new tutorial posted to his blog today about combining memcache and the Zend Framework's caching component to work with session handling. If I haven't said it before, I suppose I...

View Article

Simas Toleikis' Blog: PHP data caching techniques

Simas Toleikis has posted some caching techniques he's come up with to handle a few different situations including simple file-level caching and working with memcached. Caching intermediate data is...

View Article

Ole Markus' Blog: High load websites: A lock on Memcached::get

Ole Markus has a new post to his blog looking at a technique for working with memcached and fetching data out of the store using a binary semaphore for better performance. A typical document takes but...

View Article

Dave Marshall' Blog: Asynchronous cache priming with progress bars via...

Dave Marshall has written up a new post showing how he's used memcache, Gearman and Dojo to create an asynchronous progress bar he uses when generating large reports. I have a (highly optimised)...

View Article


PHPBuilder.com: Build Blazing Fast PHP Websites with Memcached Distributed...

On PHPBuilder.com today Jason Gilmore has written up a new tutorial about using memcached distributed caching for better performance in your web applications. You probably know one of the easiest ways...

View Article

Script-Tutorials.com: How to use Memcache with PHP

In a new tutorial from the Script-Tutorials.com site, they introduce you to memcache, an external caching tool that can help speed up the performance of your application dramatically. Today we will...

View Article

Johannes Schlüter's Blog: High Performance PHP Session Storage on Scale

In this new post to his blog, Johannes Schlüter looks at a high-performance solution to the usual storing PHP session information via a memcache frontend with a MySQL Cluster backend. Unfortunately...

View Article


Johannes Schlüter: MySQL, Memcache, PHP revised

Johannes Schlüter has a recent post highlighting an interesting PHP extension that can connect memcache with your MySQL server via PHP, the PECL mysqlnd_memcache extension. Now this blog entry is...

View Article


Enrise Blog: Debugging Your Web Application with TCPDump and Wireshark

On the Enrise blog Tim de Pater has posted about a different sort of method for debugging your web applications - using a combination of Wireshark and tcpdump to monitor your application's input and...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images