Hi Veera, Good question,
Basically memcach is use for storing the data in the form of key value pair in the RAM also it's too fast. The benefit of memcach is prevent the Database hits counts. Resource: http://www.danga.com/memcached/ For example: if a user search a fare inventory like (Delhi - Mumbai) he hits the database or webservice. After first search we store the data in memcach . Again the user search a fare inventory like (Delhi - Mumbai) the result come from memcach & one more thing is that it's take few seconds rather than hits the database or webservice. Thanks, Anas Farooqui On Tue, Jan 27, 2009 at 11:03 AM, veera narayana <[email protected]> wrote: > Hi , > I am working on PHP. I saw about memcached through google search and i > really impressed with the way it is working. > > can any one please suggest whether it is work with PHP and do i need to > install any plugins to work with memcached. > > Please refer is there any tutorials or examples for memchached. > > thanks & regards > Narayana >
