- Happy New Year
Sunday, January 01, 2012 by Martijn Broeders
All the best wishes for 2012.
Coming Up:
- New blog about webmin/virtualmin on a MacMini 2011 server model.
- New service that will blow your mind.Leave a comment › Posted in: Daily
- Memcache vs APC cache in PHP
Tuesday, July 19, 2011 by Martijn Broeders
I often see this question asked; which is a better caching mechanism for PHP: Memcache or APC cache. I wanted to write about how different both of them are inherently in their very concept.
Memcache for PHP is a distributed caching mechanism. If you have several webservers running under a load balancer serving the same content and you want a caching mechanism to avoid frequent database hits , Memcache is the way to go. When using Memcache you will make the update to one webserver and it would be auto-replicated across all the severs through distributed caching mechanism. Since it requires dealing with network protocols in order to support the distributed part of caching, it is slower compared to APC cache. If data is stored in APC cache, updates need to be done individually on all APC caches on all web servers. They wont be automatically replicated.
However, Memcached is NOT an Opcode cacher like APC. APC when employed will cache all the opcode the first time it is converted and serve the cached version for subsequent HTTP requests. APC can also be used to store data like Memcache but in a non-distributed manner. Most of the times memcache is used to store results of time consuming data queries, so the need to hit database on every query is eliminated and this gives a huge performance benefit.
The good part of both these technologies, is that they are compatible with each other. A good design for scalable websites should be employing APC for opcode caching and data-caching through Memcache to exploit the distributed capabilities across several webservers. If there is just a single webserver, using just APC cache for both opcode and data caching is a good idea.Leave a comment › Posted in: Daily
- 0-24rod.nl live
Saturday, April 16, 2011 by Martijn Broeders
We designed and build the web for 0/24 Research & Organization Development
0/24 advises organizations, provides change and interim management and conducts research in the public sector.
Now online: http://www.0-24rod.nlLeave a comment › Posted in: Projects
- Sponsored sailingsynergy.com
Wednesday, February 02, 2011 by Martijn Broeders
We designed and build sailingsynergy.com
Synergy is een prachtig 49` zeiljacht ontworpen door German Frers. Ze is een perfect schip voor mensen die van het buitenleven en een actieve zeilvakantie houden.
We sponsored the website for Synergy.
Online: http://www.sailingsynergy.comLeave a comment › Posted in: Projects
- shop.Rebelrelic.com
Tuesday, January 11, 2011 by Martijn Broeders
We designed and build the web store for "RebelRelic Vintage Style Relic Guitars"
An Original 50's or 60's Vintage guitar is unaffordable to most.
The reissues don't even come close to the "Oldies".
Custom shop prices are outrageous. ...
RebelRelic builds them faithfully like the originals at musicians prices.
Now online: http://shop.Rebelrelic.comLeave a comment › Posted in: Projects











