Varnish Caching System with Php
Varnish is an open source HTTP accelerator designed for content-heavy dynamic web sites. Varnish Cache is really, really fast. It typically speeds up delivery with a factor of 300 - 1000x, depending on your architecture. A high level overview of what Varnish does can be seen in the video attached to this web page.
Varnish stores data in virtual memory and leaves the task of deciding what is stored in memory and what gets paged out to disk to the operating system. This helps avoid the situation where the operating system starts caching data while they are moved to disk by the application.
The principal configuration mechanism is VCL (Varnish Configuration Language), a domain-specific language (DSL) used to write hooks which are called at critical points in the handling of each request. Most policy decisions are left to VCL code, making Varnish far more configurable and adaptable than most other HTTP accelerators. When a VCL script is loaded, it is translated to C, compiled to a shared object by the system compiler, and linked directly into the accelerator.
Varnish supports load balancing using both a round-robin and a random director, both with a per-backend weighting. Basic health-checking of backends is also available.
Official Website
https://www.varnish-cache.org/
Download latest version
https://www.varnish-cache.org/releases/varnish-cache-3.0.2
Varnish Magento Extension
http://www.magentocommerce.com/magento-connect/pagecache-powered-by-varnish.html
Blog Comments
Pedernales on 22/Apr/2012I greatly appreciate every one of the informative read on www.ezeelive.com. I most certainly will spread the phrase about your site with people. Cheers.
lohankin on 13/Apr/2012I am always investigating online for tips that can benefit me. Thanks
loose weight on 31/Mar/2012I found this post earlier today while in the office Very useful Sent the link to myself and will most likely bookmark www.ezeelive.com when I make it home
Russia tours on 15/Feb/2012I envy your capability to publish wonderful article on www.ezeelive.com simply wanted to say I like this !
Methew Lawn on 08/Jan/2012Nice post on varnish framework. Thanks for share..
Nitin Sharma on 25/Dec/2011This post is great. Thank you Ezeelive for this post. I like this type of people who share knowledge with others.
Hannah Cox on 25/Dec/2011Very nice article. Thanks for the great tips!
John Mewn on 25/Dec/2011Thanks for the post. Very informative.
Ranjana Sharma on 25/Dec/2011Good blog on varnish cache system
Hitendra on 24/Dec/2011Nice post on varnish cache.thanks for sharing links.

